mirror of
https://github.com/SWG-Source/dsrc.git
synced 2026-01-17 00:05:07 -05:00
initial commit for 5 new paintings being added
This commit is contained in:
@@ -8501,3 +8501,8 @@ item_tcg_series9_uniform_admiral object/tangible/wearables/robe/imp_uniform_admi
|
||||
item_tcg_series9_uniform_grand_admiral object/tangible/wearables/robe/imp_uniform_grand_admiral.iff Imperial Grand Admiral Uniform The uniform of an officer ranked as a Grand Admiral in the Imperial Navy
|
||||
item_tcg_series9_uniform_grand_general object/tangible/wearables/robe/imp_uniform_grand_general.iff Imperial Grand General Uniform The uniform of an officer ranked as a Grand General in the Imperial Army
|
||||
item_tcg_series9_uniform_director object/tangible/wearables/robe/imp_uniform_krennic.iff Imperial Director Uniform The uniform of an officer ranked as a Director in the Imperial Ancillary Branches (Research, Engineering, Logistics)
|
||||
item_tcg_loot_reward_series9_ds2 object/tangible/tcg/series9/painting_posters_ds2.iff 4 item.special.nomove Moon Over Endor The incomplete second Death Star orbits the forest moon of Endor.
|
||||
item_tcg_loot_reward_series9_ep9 object/tangible/tcg/series9/painting_posters_ep9.iff 4 item.special.nomove The Rise Of Skywalker The movie poster for Star Wars - The Rise Of Skywalker
|
||||
item_tcg_loot_reward_series9_fett object/tangible/tcg/series9/painting_posters_fett.iff 4 item.special.nomove Warrior At Sunset A portrait of the greatest bounty hunter the galaxy has ever known.
|
||||
item_tcg_loot_reward_series9_swr object/tangible/tcg/series9/painting_posters_swr.iff 4 item.special.nomove Star Wars Resistance The Star Wars Resistance tv series poster.
|
||||
item_tcg_loot_reward_series9_vc object/tangible/tcg/series9/painting_posters_vc.iff 4 item.special.nomove Fortress Of Mustafar A dark lord of the sith gazes upon the castle which is now his home but also a reminder of where he truly became Darth Vader.
|
||||
|
||||
@@ -56,3 +56,8 @@ item_tcg_series9_uniform_admiral 750000
|
||||
item_tcg_series9_uniform_grand_admiral 750000
|
||||
item_tcg_series9_uniform_grand_general 750000
|
||||
item_tcg_series9_uniform_director 750000
|
||||
item_tcg_loot_reward_series9_ds2 75000
|
||||
item_tcg_loot_reward_series9_ep9 75000
|
||||
item_tcg_loot_reward_series9_fett 75000
|
||||
item_tcg_loot_reward_series9_swr 75000
|
||||
item_tcg_loot_reward_series9_vc 75000
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
@base object/tangible/furniture/base/furniture_base.iff
|
||||
@class tangible_object_template 1
|
||||
@class object_template 2
|
||||
|
||||
sharedTemplate = "object/tangible/tcg/series9/shared_painting_posters_ds2.iff"
|
||||
@@ -0,0 +1,5 @@
|
||||
@base object/tangible/furniture/base/furniture_base.iff
|
||||
@class tangible_object_template 1
|
||||
@class object_template 2
|
||||
|
||||
sharedTemplate = "object/tangible/tcg/series9/shared_painting_posters_ep9.iff"
|
||||
@@ -0,0 +1,5 @@
|
||||
@base object/tangible/furniture/base/furniture_base.iff
|
||||
@class tangible_object_template 1
|
||||
@class object_template 2
|
||||
|
||||
sharedTemplate = "object/tangible/tcg/series9/shared_painting_posters_fett.iff"
|
||||
@@ -0,0 +1,5 @@
|
||||
@base object/tangible/furniture/base/furniture_base.iff
|
||||
@class tangible_object_template 1
|
||||
@class object_template 2
|
||||
|
||||
sharedTemplate = "object/tangible/tcg/series9/shared_painting_posters_swr.iff"
|
||||
@@ -0,0 +1,5 @@
|
||||
@base object/tangible/furniture/base/furniture_base.iff
|
||||
@class tangible_object_template 1
|
||||
@class object_template 2
|
||||
|
||||
sharedTemplate = "object/tangible/tcg/series9/shared_painting_posters_vc.iff"
|
||||
@@ -0,0 +1,9 @@
|
||||
@base object/tangible/furniture/base/shared_furniture_base.iff
|
||||
@class tangible_object_template 6
|
||||
@class object_template 5
|
||||
|
||||
|
||||
objectName = "frn_n" "painting_posters_ds2"
|
||||
detailedDescription = "frn_d" "painting_posters_ds2"
|
||||
|
||||
appearanceFilename = "appearance/frn_all_painting_posters_ds2.apt"
|
||||
@@ -0,0 +1,8 @@
|
||||
@base object/tangible/furniture/base/shared_furniture_base.iff
|
||||
@class tangible_object_template 6
|
||||
@class object_template 5
|
||||
|
||||
objectName = "frn_n" "painting_posters_ep9"
|
||||
detailedDescription = "frn_d" "painting_posters_ep9"
|
||||
|
||||
appearanceFilename = "appearance/frn_all_painting_posters_ep9.apt"
|
||||
@@ -0,0 +1,8 @@
|
||||
@base object/tangible/furniture/base/shared_furniture_base.iff
|
||||
@class tangible_object_template 6
|
||||
@class object_template 5
|
||||
|
||||
objectName = "frn_n" "painting_posters_fett"
|
||||
detailedDescription = "frn_d" "painting_posters_fett"
|
||||
|
||||
appearanceFilename = "appearance/frn_all_painting_posters_fett.apt"
|
||||
@@ -0,0 +1,8 @@
|
||||
@base object/tangible/furniture/base/shared_furniture_base.iff
|
||||
@class tangible_object_template 6
|
||||
@class object_template 5
|
||||
|
||||
objectName = "frn_n" "painting_posters_swr"
|
||||
detailedDescription = "frn_d" "painting_posters_swr"
|
||||
|
||||
appearanceFilename = "appearance/frn_all_painting_posters_swr.apt"
|
||||
@@ -0,0 +1,8 @@
|
||||
@base object/tangible/furniture/base/shared_furniture_base.iff
|
||||
@class tangible_object_template 6
|
||||
@class object_template 5
|
||||
|
||||
objectName = "frn_n" "painting_posters_vc"
|
||||
detailedDescription = "frn_d" "painting_posters_vc"
|
||||
|
||||
appearanceFilename = "appearance/frn_all_painting_posters_vc.apt"
|
||||
Reference in New Issue
Block a user