mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-02 02:15:48 -04:00
44 lines
670 B
Plaintext
44 lines
670 B
Plaintext
// Filename: base_housing
|
|
// Directory: object/building/base
|
|
//
|
|
// Description:
|
|
// Base Housing
|
|
//
|
|
// Notes:
|
|
//
|
|
//
|
|
// Category: Building
|
|
// Sub-Category: Base
|
|
// Classification: Housing
|
|
//
|
|
|
|
@base object/building/base/base_building.iff
|
|
|
|
@class building_object_template 0
|
|
|
|
maintenanceCost = 100
|
|
|
|
@class tangible_object_template 0
|
|
|
|
maxHitPoints = 1000
|
|
|
|
@class object_template 5
|
|
|
|
volume = 100
|
|
complexity = 0
|
|
|
|
tintIndex = 0
|
|
|
|
invulnerable = false
|
|
|
|
|
|
|
|
|
|
|
|
visibleFlags = [ VF_gm, VF_player ]
|
|
deleteFlags = [ DF_gm ]
|
|
|
|
|
|
|
|
moveFlags = [ MF_gm ]
|