mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-07-31 00:15:54 -04:00
further work on bespin house
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -8243,4 +8243,4 @@ item_heroic_tusken_meat_rack object/tangible/loot/npc_loot/heroic_tusken_meat_ra
|
||||
item_heroic_tusken_shelves object/tangible/loot/npc_loot/heroic_tusken_shelves.iff Tusken Raider Shelves A curved shelving unit from Tatooine.
|
||||
item_heroic_tusken_stairs object/tangible/loot/npc_loot/heroic_tusken_stairs.iff Tusken Raider Stairs A stair unit from Tatooine.
|
||||
item_heroic_tusken_vent_pillar object/tangible/loot/npc_loot/heroic_tusken_vent_pillar.iff Tusken Raider Vents A vent unit from Tatooine.
|
||||
item_tcg_loot_reward_series8_bespin_house_deed object/building/player/player_house_tcg_8_bespin_house.iff cloud city house a cloud city house
|
||||
item_tcg_loot_reward_series8_bespin_house_deed object/tangible/deed/player_house_deed/player_house_tcg_8_bespin_house_deed.iff cloud city house a cloud city house
|
||||
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
//
|
||||
@base object/building/base/base_player_building.iff
|
||||
|
||||
@class building_object_template 1
|
||||
|
||||
@class tangible_object_template 1
|
||||
|
||||
@class object_template 3
|
||||
|
||||
|
||||
sharedTemplate = "object/building/player/shared_player_house_tcg_bespin_house.iff"
|
||||
|
||||
objvars =+["tcg.static_item_deed"="item_tcg_loot_reward_series6_deed_emperor_spire", "structure.capacity_override"=250]
|
||||
+29
@@ -0,0 +1,29 @@
|
||||
// Directory: object/tangible/deed/player_house_deed
|
||||
//
|
||||
// Description:
|
||||
//
|
||||
// Notes:
|
||||
//
|
||||
//
|
||||
// Category: Null
|
||||
// Sub-Category: Null
|
||||
// Classification: Null
|
||||
//
|
||||
|
||||
@base object/tangible/deed/base/base_deed.iff
|
||||
|
||||
@class tangible_object_template 0
|
||||
|
||||
|
||||
@class object_template 7
|
||||
|
||||
sharedTemplate = "object/tangible/deed/player_house_deed/shared_player_house_tcg_8_bespin_house_deed.iff"
|
||||
|
||||
|
||||
objvars = +[
|
||||
"player_structure.deed.template" = "object/building/player/player_house_tcg_8_bespin_house.iff",
|
||||
"player_structure.deed.buildtime" = 90,
|
||||
"player_structure.deed.scene" = "corellia,talus"]
|
||||
|
||||
scripts = +[
|
||||
"item.structure_deed.player_structure_deed"]
|
||||
@@ -6,4 +6,4 @@
|
||||
@class object_template 7
|
||||
|
||||
|
||||
sharedTemplate = "object/tangible/tcg/series1/shared_structure_deed_barn.iff"
|
||||
sharedTemplate = "object/tangible/deed/player_house_deed/shared_player_house_tcg_8_bespin_house_deed.iff"
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
@base object/tangible/deed/base/base_deed.iff
|
||||
|
||||
@class tangible_object_template 0
|
||||
|
||||
@class object_template 7
|
||||
|
||||
|
||||
sharedTemplate = "object/tangible/tcg/series1/shared_structure_deed_barn.iff"
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
|
||||
@base object/tangible/deed/base/base_deed.iff
|
||||
|
||||
@class tangible_object_template 0
|
||||
|
||||
@class object_template 7
|
||||
|
||||
|
||||
sharedTemplate = "object/tangible/deed/player_house_deed/shared_player_house_tcg_8_bespin_house_deed.iff"
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
|
||||
@base object/tangible/deed/base/base_deed.iff
|
||||
|
||||
@class tangible_object_template 0
|
||||
|
||||
@class object_template 7
|
||||
|
||||
|
||||
sharedTemplate = "object/tangible/tcg/series1/shared_structure_deed_barn.iff"
|
||||
+14
@@ -0,0 +1,14 @@
|
||||
// This file ws written by the template editor @ 5:57:10 PM - Thu Jan 2 2003
|
||||
|
||||
@base object/tangible/deed/base/shared_deed_building_base.iff
|
||||
|
||||
@class tangible_object_template 6
|
||||
|
||||
@class object_template 5
|
||||
|
||||
|
||||
objectName = "deed" "tatooine_house_small_window_deed"
|
||||
detailedDescription = "deed_detail" "tatooine_house_small_window_deed"
|
||||
lookAtText = "" ""
|
||||
|
||||
appearanceFilename = "appearance/eqp_tool_datapad.apt"
|
||||
+12
@@ -0,0 +1,12 @@
|
||||
|
||||
@base object/tangible/deed/base/shared_deed_building_base.iff
|
||||
|
||||
@class tangible_object_template 6
|
||||
|
||||
@class object_template 5
|
||||
|
||||
|
||||
objectName = "deed" "item_tcg_loot_reward_series8_bespin_house_deed"
|
||||
detailedDescription = "deed_detail" "item_tcg_loot_reward_series8_bespin_house_deed"
|
||||
|
||||
appearanceFilename = "appearance/eqp_tool_datapad.apt"
|
||||
Reference in New Issue
Block a user