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