mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-14 23:07:51 -04:00
36 lines
653 B
Plaintext
Executable File
36 lines
653 B
Plaintext
Executable File
// Filename: spawn_egg
|
|
// Directory: object/tangible/spawning
|
|
//
|
|
// Description:
|
|
// DO NOT TOUCH - SPAWN EGG
|
|
//
|
|
// Notes:
|
|
//
|
|
//
|
|
// Category: UTILITY
|
|
// Sub-Category: SPAWNING
|
|
// Classification: EGG
|
|
//
|
|
|
|
@base object/tangible/base/tangible_base.iff
|
|
|
|
@class tangible_object_template 0
|
|
|
|
|
|
|
|
@class object_template 5
|
|
|
|
sharedTemplate = "object/tangible/spawning/shared_spawn_egg.iff"
|
|
volume = 1
|
|
complexity = 1
|
|
|
|
tintIndex = 0
|
|
|
|
invulnerable = true
|
|
|
|
|
|
//decay = 1
|
|
|
|
|
|
visibleFlags = [ VF_gm ]
|