1 @base object/intangible/base/intangible_base.iff
3 @class token_object_template 0
5 @class intangible_object_template 0
7 // enum type IngredientType:
8 // IT_none (no item (for empty/unused slots))
9 // IT_item (a specific item (Skywalker barrel mark V))
10 // IT_template (any item created from a template (any small_blaster_barrel))
11 // IT_resourceType (a specific resource type (iron type 5))
12 // IT_resourceClass (any resource of a resource class (ferrous metal))
15 // ingredientType // enum type IngredientType
16 // ingredients // list, of type struct SimpleIngredient
17 // complexity // floating point
18 // skillCommand // string
20 // struct SchematicAttribute:
24 // struct SimpleIngredient:
26 // ingredient // string
31 @class object_template 5
33 // enum type Attributes:
44 // enum type CraftingType:
58 // enum type DeleteFlags:
62 // enum type MentalStates:
68 // enum type MoveFlags:
72 // enum type UpdateRanges:
77 // enum type VisibleFlags:
86 // XP_tamingMediumTime
93 // XP_facilityManagementSavings
94 // XP_facilityManagementWearAndTear
96 // XP_squadLeaderNoTime
97 // XP_squadLeaderSmallTime
98 // XP_squadLeaderMediumTime
99 // XP_squadLeaderLargeTime
101 // XP_holonetSlicingPopularity
102 // XP_holonetSlicingQuantity
109 // XP_musicanPopularity
113 // XP_surveyingNoMinimum
114 // XP_surveyingLowMinimum
115 // XP_surveyingMediumMinimum
116 // XP_surveyingHighMinimum
117 // XP_survivalHealing
118 // XP_survivalTracking
120 // XP_vehicularControl
121 // XP_vehicularWearAndTear
125 // XP_vehicleCrafting
126 // XP_facilityCrafting
130 // target // enum type Attributes
132 // time // floating point
133 // timeAtValue // floating point
134 // decay // floating point
137 // slotName // string
138 // equipObject // boolean
139 // content // template type tangible_object_template
141 // struct MentalStateMod:
142 // target // enum type MentalStates
143 // value // floating point
144 // time // floating point
145 // timeAtValue // floating point
146 // decay // floating point
149 // type // enum type XpTypes
154 sharedTemplate = "object/token/shared_token.iff"
155 // list, of type string
161 // list, of type enum type VisibleFlags
163 // list, of type enum type DeleteFlags
177 // array, indexed by enum type UpdateRanges, of type floating point
178 updateRanges[UR_near] = 0.0
179 updateRanges[UR_normal] = 0.0
180 updateRanges[UR_far] = 0.0
181 // list, of type struct Contents
183 // list, of type struct Xp