README.md edited online with Bitbucket
[swg-src.git] / dsrc / sku.0 / sys.server / compiled / game / object / static / base / static_base.tpf
blobea216c9d066cd25b84b4c448637c0d964dfa4306
1 @base object/object/base/base_object.iff
4 @class static_object_template 1
6 clientOnlyBuildout = false
9 @class object_template 5
11 // enum type Attributes:
12 //     AT_health
13 //     AT_strength
14 //     AT_constitution
15 //     AT_action
16 //     AT_quickness
17 //     AT_stamina
18 //     AT_mind
19 //     AT_focus
20 //     AT_willpower
22 // enum type CraftingType:
23 //     CT_weapon
24 //     CT_armor
25 //     CT_food
26 //     CT_clothing
27 //     CT_vehicle
28 //     CT_droid
29 //     CT_chemical
30 //     CT_plantBreeding
31 //     CT_animalBreeding
32 //     CT_furniture
33 //     CT_installation
34 //     CT_lightsaber
36 // enum type DeleteFlags:
37 //     DF_gm
38 //     DF_player
40 // enum type MentalStates:
41 //     MS_fear
42 //     MS_anger
43 //     MS_interest
44 //     MS_distress
46 // enum type MoveFlags:
47 //     MF_gm
48 //     MF_player
50 // enum type UpdateRanges:
51 //     UR_near
52 //     UR_normal
53 //     UR_far
55 // enum type VisibleFlags:
56 //     VF_gm
57 //     VF_player
59 // enum type XpTypes:
60 //     XP_rangedCombat
61 //     XP_meleeCombat
62 //     XP_tamingNoTime
63 //     XP_tamingShortTime
64 //     XP_tamingMediumTime
65 //     XP_tamingLargeTime
66 //     XP_architect
67 //     XP_botany
68 //     XP_bountyHunter
69 //     XP_chemist
70 //     XP_dancing
71 //     XP_facilityManagementSavings
72 //     XP_facilityManagementWearAndTear
73 //     XP_farmer
74 //     XP_squadLeaderNoTime
75 //     XP_squadLeaderSmallTime
76 //     XP_squadLeaderMediumTime
77 //     XP_squadLeaderLargeTime
78 //     XP_hairdressing
79 //     XP_holonetSlicingPopularity
80 //     XP_holonetSlicingQuantity
81 //     XP_investigation
82 //     XP_medic
83 //     XP_military
84 //     XP_mining
85 //     XP_miningSavings
86 //     XP_musician
87 //     XP_musicanPopularity
88 //     XP_politics
89 //     XP_slicing
90 //     XP_smuggling
91 //     XP_surveyingNoMinimum
92 //     XP_surveyingLowMinimum
93 //     XP_surveyingMediumMinimum
94 //     XP_surveyingHighMinimum
95 //     XP_survivalHealing
96 //     XP_survivalTracking
97 //     XP_tailoring
98 //     XP_vehicularControl
99 //     XP_vehicularWearAndTear
100 //     XP_cooking
101 //     XP_weaponCrafting
102 //     XP_armorCrafting
103 //     XP_vehicleCrafting
104 //     XP_facilityCrafting
105 //     XP_droidCrafting
107 // struct AttribMod:
108 //     target           // enum type Attributes
109 //     value            // integer
110 //     time             // floating point
111 //     timeAtValue              // floating point
112 //     decay            // floating point
114 // struct Contents:
115 //     slotName         // string
116 //     equipObject              // boolean
117 //     content          // template type tangible_object_template
119 // struct MentalStateMod:
120 //     target           // enum type MentalStates
121 //     value            // floating point
122 //     time             // floating point
123 //     timeAtValue              // floating point
124 //     decay            // floating point
126 // struct Xp:
127 //     type             // enum type XpTypes
128 //     level            // integer
129 //     value            // integer
131 // filename
132 sharedTemplate = ""
133 // list, of type string
134 scripts = [  ]
135 // objvar list
136 objvars = []
137 // integer
138 volume = 255
139 // list, of type enum type VisibleFlags
140 visibleFlags = [  ]
141 // list, of type enum type DeleteFlags
142 deleteFlags = [  ]
143 // boolean
144 invulnerable = true
145 // boolean
147 // floating point
149 // floating point
150 complexity = 0.0
151 // integer
152 tintIndex = 0
153 // array, indexed by enum type UpdateRanges, of type floating point
154 updateRanges[UR_near] = 5
155 updateRanges[UR_normal] = 32
156 updateRanges[UR_far] = 64
157 // list, of type struct Contents
158 contents = [  ]
159 // list, of type struct Xp
160 xpPoints = [  ]
162 moveFlags = [ MF_gm ]