diff --git a/scripts/loot/lootItems/rarelootchest/animal_hide_rack_style_1.py b/scripts/loot/lootItems/rarelootchest/animal_hide_rack_style_1.py index 26f9ce06..efca3ae3 100644 --- a/scripts/loot/lootItems/rarelootchest/animal_hide_rack_style_1.py +++ b/scripts/loot/lootItems/rarelootchest/animal_hide_rack_style_1.py @@ -3,5 +3,5 @@ def itemTemplate(): # Doesn't work because of https://github.com/projectswg/engine/blob/master/src/engine/resources/objects/Baseline.java#L446 #return ['object/draft_schematic/furniture/shared_furniture_hide_rack_s01.iff'] # just returning a dummy template for now - return ['object/tangible/bug_jar/shared_craftable_bug_habitat.iff'] + return ['object/tangible/loot/loot_schematic/shared_generic_limited_use.iff'] diff --git a/scripts/loot/lootItems/rarelootchest/animal_hide_rack_style_2.py b/scripts/loot/lootItems/rarelootchest/animal_hide_rack_style_2.py index 7e5d20d4..beac7982 100644 --- a/scripts/loot/lootItems/rarelootchest/animal_hide_rack_style_2.py +++ b/scripts/loot/lootItems/rarelootchest/animal_hide_rack_style_2.py @@ -3,5 +3,5 @@ def itemTemplate(): # Doesn't work because of https://github.com/projectswg/engine/blob/master/src/engine/resources/objects/Baseline.java#L446 #return ['object/draft_schematic/furniture/shared_furniture_hide_rack_s02.iff'] # just returning a dummy template for now - return ['object/tangible/bug_jar/shared_craftable_bug_habitat.iff'] + return ['object/tangible/loot/loot_schematic/shared_generic_limited_use.iff'] diff --git a/scripts/loot/lootItems/rarelootchest/animal_hide_rack_style_3.py b/scripts/loot/lootItems/rarelootchest/animal_hide_rack_style_3.py index 31df3dc8..7c098745 100644 --- a/scripts/loot/lootItems/rarelootchest/animal_hide_rack_style_3.py +++ b/scripts/loot/lootItems/rarelootchest/animal_hide_rack_style_3.py @@ -3,5 +3,5 @@ def itemTemplate(): # Doesn't work because of https://github.com/projectswg/engine/blob/master/src/engine/resources/objects/Baseline.java#L446 #return ['object/draft_schematic/furniture/shared_furniture_hide_rack_s03.iff'] # just returning a dummy template for now - return ['object/tangible/bug_jar/shared_craftable_bug_habitat.iff'] + return ['object/tangible/loot/loot_schematic/shared_generic_limited_use.iff'] diff --git a/scripts/loot/lootItems/rarelootchest/animal_hide_rack_style_4.py b/scripts/loot/lootItems/rarelootchest/animal_hide_rack_style_4.py index d2a90a57..3f169c40 100644 --- a/scripts/loot/lootItems/rarelootchest/animal_hide_rack_style_4.py +++ b/scripts/loot/lootItems/rarelootchest/animal_hide_rack_style_4.py @@ -3,5 +3,5 @@ def itemTemplate(): # Doesn't work because of https://github.com/projectswg/engine/blob/master/src/engine/resources/objects/Baseline.java#L446 #return ['object/draft_schematic/furniture/shared_furniture_hide_rack_s04.iff'] # just returning a dummy template for now - return ['object/tangible/bug_jar/shared_craftable_bug_habitat.iff'] + return ['object/tangible/loot/loot_schematic/shared_generic_limited_use.iff'] diff --git a/scripts/loot/lootItems/rarelootchest/bar_corner_piece_1.py b/scripts/loot/lootItems/rarelootchest/bar_corner_piece_1.py index 2a8d9aca..bee43764 100644 --- a/scripts/loot/lootItems/rarelootchest/bar_corner_piece_1.py +++ b/scripts/loot/lootItems/rarelootchest/bar_corner_piece_1.py @@ -1,4 +1,4 @@ def itemTemplate(): - return ['object/draft_schematic/furniture/shared_furniture_diner_counter_corner.iff'] # needs verification + return ['object/tangible/loot/loot_schematic/shared_generic_limited_use.iff'] # needs verification diff --git a/scripts/loot/lootItems/rarelootchest/bar_corner_piece_2.py b/scripts/loot/lootItems/rarelootchest/bar_corner_piece_2.py index 2a8d9aca..bee43764 100644 --- a/scripts/loot/lootItems/rarelootchest/bar_corner_piece_2.py +++ b/scripts/loot/lootItems/rarelootchest/bar_corner_piece_2.py @@ -1,4 +1,4 @@ def itemTemplate(): - return ['object/draft_schematic/furniture/shared_furniture_diner_counter_corner.iff'] # needs verification + return ['object/tangible/loot/loot_schematic/shared_generic_limited_use.iff'] # needs verification diff --git a/scripts/loot/lootItems/rarelootchest/bar_corner_piece_3.py b/scripts/loot/lootItems/rarelootchest/bar_corner_piece_3.py index 2a8d9aca..bee43764 100644 --- a/scripts/loot/lootItems/rarelootchest/bar_corner_piece_3.py +++ b/scripts/loot/lootItems/rarelootchest/bar_corner_piece_3.py @@ -1,4 +1,4 @@ def itemTemplate(): - return ['object/draft_schematic/furniture/shared_furniture_diner_counter_corner.iff'] # needs verification + return ['object/tangible/loot/loot_schematic/shared_generic_limited_use.iff'] # needs verification diff --git a/scripts/loot/lootItems/rarelootchest/bar_counter_large.py b/scripts/loot/lootItems/rarelootchest/bar_counter_large.py index 2a8d9aca..bee43764 100644 --- a/scripts/loot/lootItems/rarelootchest/bar_counter_large.py +++ b/scripts/loot/lootItems/rarelootchest/bar_counter_large.py @@ -1,4 +1,4 @@ def itemTemplate(): - return ['object/draft_schematic/furniture/shared_furniture_diner_counter_corner.iff'] # needs verification + return ['object/tangible/loot/loot_schematic/shared_generic_limited_use.iff'] # needs verification diff --git a/scripts/loot/lootItems/rarelootchest/jedi_statue_schematic.py b/scripts/loot/lootItems/rarelootchest/jedi_statue_schematic.py index 0e8ba392..bee43764 100644 --- a/scripts/loot/lootItems/rarelootchest/jedi_statue_schematic.py +++ b/scripts/loot/lootItems/rarelootchest/jedi_statue_schematic.py @@ -1,4 +1,4 @@ def itemTemplate(): - return ['object/draft_schematic/furniture/shared_must_furniture_jedi_statue.iff'] # needs verification + return ['object/tangible/loot/loot_schematic/shared_generic_limited_use.iff'] # needs verification diff --git a/scripts/loot/lootItems/rarelootchest/jubilee_wheel_schematic.py b/scripts/loot/lootItems/rarelootchest/jubilee_wheel_schematic.py index 596fcbdd..752c4814 100644 --- a/scripts/loot/lootItems/rarelootchest/jubilee_wheel_schematic.py +++ b/scripts/loot/lootItems/rarelootchest/jubilee_wheel_schematic.py @@ -1,4 +1,4 @@ def itemTemplate(): - return ['object/tangible/furniture/decorative/object/shared_hoverlifter_speeder_crafted.iff'] # needs correct iff still + return ['object/tangible/loot/loot_schematic/shared_generic_limited_use.iff'] # needs correct iff still diff --git a/scripts/loot/lootItems/rarelootchest/large_fruit_stand_schematic.py b/scripts/loot/lootItems/rarelootchest/large_fruit_stand_schematic.py index 9f57dba9..752c4814 100644 --- a/scripts/loot/lootItems/rarelootchest/large_fruit_stand_schematic.py +++ b/scripts/loot/lootItems/rarelootchest/large_fruit_stand_schematic.py @@ -1,4 +1,4 @@ def itemTemplate(): - return ['object/tangible/event_perk/shared_fruit_stand.iff'] # needs correct iff still + return ['object/tangible/loot/loot_schematic/shared_generic_limited_use.iff'] # needs correct iff still diff --git a/scripts/loot/lootItems/rarelootchest/miniature_wroshyr_tree.py b/scripts/loot/lootItems/rarelootchest/miniature_wroshyr_tree.py index 85a71191..48d653bb 100644 --- a/scripts/loot/lootItems/rarelootchest/miniature_wroshyr_tree.py +++ b/scripts/loot/lootItems/rarelootchest/miniature_wroshyr_tree.py @@ -1,4 +1,4 @@ def itemTemplate(): - return ['object/tangible/item/ep3/shared_poi_kash_mystic_tree_healthy.iff'] # needs correct iff still + return ['object/tangible/furniture/lifeday/shared_lifeday_mini_tree.iff'] # needs correct iff still diff --git a/scripts/loot/lootItems/rarelootchest/target_dummy_black_sun.py b/scripts/loot/lootItems/rarelootchest/target_dummy_black_sun.py index 7d85ed97..2e2f402a 100644 --- a/scripts/loot/lootItems/rarelootchest/target_dummy_black_sun.py +++ b/scripts/loot/lootItems/rarelootchest/target_dummy_black_sun.py @@ -1,4 +1,8 @@ def itemTemplate(): - return ['object/mobile/shared_target_dummy_blacksun.iff'] + return ['object/tangible/tcg/series3/shared_target_dummy_deed.iff'] + +def customItemName(): + + return "Blacksun Target Dummy Terminal" \ No newline at end of file diff --git a/scripts/loot/lootItems/rarelootchest/target_dummy_rebel.py b/scripts/loot/lootItems/rarelootchest/target_dummy_rebel.py index 0417d75b..fde94b77 100644 --- a/scripts/loot/lootItems/rarelootchest/target_dummy_rebel.py +++ b/scripts/loot/lootItems/rarelootchest/target_dummy_rebel.py @@ -1,4 +1,8 @@ def itemTemplate(): - return ['object/mobile/shared_target_dummy_rebel_trooper.iff'] + return ['object/tangible/tcg/series3/shared_target_dummy_deed.iff'] + +def customItemName(): + + return "Rebel Target Dummy Terminal" \ No newline at end of file diff --git a/scripts/loot/lootItems/rarelootchest/target_dummy_stormtrooper.py b/scripts/loot/lootItems/rarelootchest/target_dummy_stormtrooper.py index 4ce37ad7..de7df292 100644 --- a/scripts/loot/lootItems/rarelootchest/target_dummy_stormtrooper.py +++ b/scripts/loot/lootItems/rarelootchest/target_dummy_stormtrooper.py @@ -1,4 +1,8 @@ def itemTemplate(): - return ['object/mobile/shared_target_dummy_stormtrooper.iff'] + return ['object/tangible/tcg/series3/shared_target_dummy_deed.iff'] + +def customItemName(): + + return "Stormtrooper Target Dummy Terminal" \ No newline at end of file diff --git a/scripts/loot/lootItems/rarelootchest/war_terminal.py b/scripts/loot/lootItems/rarelootchest/war_terminal.py index fcb691ca..06e6dbb7 100644 --- a/scripts/loot/lootItems/rarelootchest/war_terminal.py +++ b/scripts/loot/lootItems/rarelootchest/war_terminal.py @@ -1,4 +1,4 @@ def itemTemplate(): - return ['object/tangible/furniture/decorative/object/tangible/beta/shared_beta_terminal_warp.iff'] # needs correct iff still + return ['object/tangible/terminal/shared_terminal_gcw_publish_gift.iff'] # needs correct iff still