mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-08-02 02:15:48 -04:00
35 lines
786 B
Plaintext
35 lines
786 B
Plaintext
|
|
// Filename: test_deed
|
|
// Directory: object/tangible/deed/
|
|
//
|
|
// Description:
|
|
// demo deed
|
|
//
|
|
// Notes:
|
|
//
|
|
//
|
|
// Category: Null
|
|
// Sub-Category: Null
|
|
// Classification: Null
|
|
//
|
|
|
|
@base object/tangible/deed/base/base_deed.iff
|
|
|
|
@class tangible_object_template 0
|
|
|
|
|
|
@class object_template 0
|
|
|
|
sharedTemplate = "object/tangible/deed/shared_factory_food_deed.iff"
|
|
|
|
currentDecayPoints = 0
|
|
|
|
objvars = +[
|
|
"player_structure.deed.template" = "object/building/player/player_house_tatooine_small_style_01.iff",
|
|
"player_structure.deed.buildtime" = 600,
|
|
"player_structure.deed.scene" = "tatooine"]
|
|
|
|
scripts = +[
|
|
"item.structure_deed.player_structure_deed"]
|
|
|