Files
dsrc/sku.0/sys.server/compiled/game/object/static/base/static_base.tpf
T
2018-03-26 01:21:00 +01:00

163 lines
3.4 KiB
Plaintext
Executable File

@base object/object/base/base_object.iff
@class static_object_template 1
clientOnlyBuildout = false
@class object_template 5
// enum type Attributes:
// AT_health
// AT_strength
// AT_constitution
// AT_action
// AT_quickness
// AT_stamina
// AT_mind
// AT_focus
// AT_willpower
// enum type CraftingType:
// CT_weapon
// CT_armor
// CT_food
// CT_clothing
// CT_vehicle
// CT_droid
// CT_chemical
// CT_plantBreeding
// CT_animalBreeding
// CT_furniture
// CT_installation
// CT_lightsaber
// enum type DeleteFlags:
// DF_gm
// DF_player
// enum type MentalStates:
// MS_fear
// MS_anger
// MS_interest
// MS_distress
// enum type MoveFlags:
// MF_gm
// MF_player
// enum type UpdateRanges:
// UR_near
// UR_normal
// UR_far
// enum type VisibleFlags:
// VF_gm
// VF_player
// enum type XpTypes:
// XP_rangedCombat
// XP_meleeCombat
// XP_tamingNoTime
// XP_tamingShortTime
// XP_tamingMediumTime
// XP_tamingLargeTime
// XP_architect
// XP_botany
// XP_bountyHunter
// XP_chemist
// XP_dancing
// XP_facilityManagementSavings
// XP_facilityManagementWearAndTear
// XP_farmer
// XP_squadLeaderNoTime
// XP_squadLeaderSmallTime
// XP_squadLeaderMediumTime
// XP_squadLeaderLargeTime
// XP_hairdressing
// XP_holonetSlicingPopularity
// XP_holonetSlicingQuantity
// XP_investigation
// XP_medic
// XP_military
// XP_mining
// XP_miningSavings
// XP_musician
// XP_musicanPopularity
// XP_politics
// XP_slicing
// XP_smuggling
// XP_surveyingNoMinimum
// XP_surveyingLowMinimum
// XP_surveyingMediumMinimum
// XP_surveyingHighMinimum
// XP_survivalHealing
// XP_survivalTracking
// XP_tailoring
// XP_vehicularControl
// XP_vehicularWearAndTear
// XP_cooking
// XP_weaponCrafting
// XP_armorCrafting
// XP_vehicleCrafting
// XP_facilityCrafting
// XP_droidCrafting
// struct AttribMod:
// target // enum type Attributes
// value // integer
// time // floating point
// timeAtValue // floating point
// decay // floating point
// struct Contents:
// slotName // string
// equipObject // boolean
// content // template type tangible_object_template
// struct MentalStateMod:
// target // enum type MentalStates
// value // floating point
// time // floating point
// timeAtValue // floating point
// decay // floating point
// struct Xp:
// type // enum type XpTypes
// level // integer
// value // integer
// filename
sharedTemplate = ""
// list, of type string
scripts = [ ]
// objvar list
objvars = []
// integer
volume = 255
// list, of type enum type VisibleFlags
visibleFlags = [ ]
// list, of type enum type DeleteFlags
deleteFlags = [ ]
// boolean
invulnerable = true
// boolean
// floating point
// floating point
complexity = 0.0
// integer
tintIndex = 0
// array, indexed by enum type UpdateRanges, of type floating point
updateRanges[UR_near] = 5
updateRanges[UR_normal] = 32
updateRanges[UR_far] = 64
// list, of type struct Contents
contents = [ ]
// list, of type struct Xp
xpPoints = [ ]
moveFlags = [ MF_gm ]