mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-27 17:57:22 -04:00
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,5 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/generic_usable/shared_bacta_tank.iff']
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/component/weapon/lightsaber/shared_lightsaber_module_force_crystal.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return "Cunning Of Tyranus"
|
||||
|
||||
def customColor1():
|
||||
|
||||
return 0
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'rarecolorcrystal'
|
||||
|
||||
def itemStats():
|
||||
|
||||
stats = ['elemtype','heat','heat']
|
||||
stats +=['elemdamage','6','6']
|
||||
|
||||
return stats
|
||||
@@ -0,0 +1,5 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/item/beast/barn_lite/shared_beast_dna_storage_device.iff']
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/house_cleanup/shared_emperor_chair.iff']
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/draft_schematic/furniture/shared_furniture_statue_gungan_statue_s01.iff']
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/draft_schematic/furniture/shared_furniture_statue_gungan_statue_s02.iff']
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/draft_schematic/furniture/shared_furniture_statue_gungan_statue_s03.iff']
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/draft_schematic/furniture/shared_furniture_statue_gungan_statue_s04.iff']
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/event_perk/shared_lifeday_holo_table.iff']
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/wearables/robe/shared_robe_s05_h1.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,37 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/weapon/ranged/carbine/shared_carbine_e5_legend.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'Legendary E5 Carbine'
|
||||
|
||||
def customItemStackCount():
|
||||
|
||||
return 1
|
||||
|
||||
def customizationAttributes():
|
||||
|
||||
return []
|
||||
|
||||
def customizationValues():
|
||||
|
||||
return []
|
||||
|
||||
def requiredCL():
|
||||
|
||||
return 88
|
||||
|
||||
def itemStats():
|
||||
|
||||
stats = ['mindamage','400','450']
|
||||
stats += ['maxdamage','850','900']
|
||||
stats += ['attackspeed','0.6','0.6']
|
||||
stats += ['maxrange','0','50']
|
||||
stats += ['damagetype','energy','energy']
|
||||
stats += ['elemtype','@obj_attr_n:elemental_electricity','@obj_attr_n:elemental_electricity']
|
||||
stats += ['elemdamage','23','23']
|
||||
stats += ['weapontype','1','1']
|
||||
|
||||
return stats
|
||||
@@ -0,0 +1,37 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/weapon/ranged/pistol/shared_pistol_fwg5_legendary.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'Legendary FWG5 Pistol'
|
||||
|
||||
def customItemStackCount():
|
||||
|
||||
return 1
|
||||
|
||||
def customizationAttributes():
|
||||
|
||||
return []
|
||||
|
||||
def customizationValues():
|
||||
|
||||
return []
|
||||
|
||||
def requiredCL():
|
||||
|
||||
return 88
|
||||
|
||||
def itemStats():
|
||||
|
||||
stats = ['mindamage','250','270']
|
||||
stats += ['maxdamage','500','530']
|
||||
stats += ['attackspeed','0.4','0.4']
|
||||
stats += ['maxrange','0','35']
|
||||
stats += ['damagetype','energy','energy']
|
||||
stats += ['elemtype','@obj_attr_n:elemental_heat','@obj_attr_n:elemental_heat']
|
||||
stats += ['elemdamage','35','35']
|
||||
stats += ['weapontype','2','2']
|
||||
|
||||
return stats
|
||||
@@ -0,0 +1,37 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/weapon/melee/polearm/shared_lance_nightsister_legendary.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'Legendary Nightsister Energy Lance'
|
||||
|
||||
def customItemStackCount():
|
||||
|
||||
return 1
|
||||
|
||||
def customizationAttributes():
|
||||
|
||||
return []
|
||||
|
||||
def customizationValues():
|
||||
|
||||
return []
|
||||
|
||||
def requiredCL():
|
||||
|
||||
return 88
|
||||
|
||||
def itemStats():
|
||||
|
||||
stats = ['mindamage','750','800']
|
||||
stats += ['maxdamage','1100','1200']
|
||||
stats += ['attackspeed','1.0','1.0']
|
||||
stats += ['maxrange','0','5']
|
||||
stats += ['damagetype','energy','energy']
|
||||
stats += ['elemtype','@obj_attr_n:elemental_electricity','@obj_attr_n:elemental_electricity']
|
||||
stats += ['elemdamage','50','50']
|
||||
stats += ['weapontype','7','7']
|
||||
|
||||
return stats
|
||||
@@ -0,0 +1,37 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/weapon/melee/2h_sword/shared_quest_2h_sword_battleaxe.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'Legendary Power Hammer'
|
||||
|
||||
def customItemStackCount():
|
||||
|
||||
return 1
|
||||
|
||||
def customizationAttributes():
|
||||
|
||||
return []
|
||||
|
||||
def customizationValues():
|
||||
|
||||
return []
|
||||
|
||||
def requiredCL():
|
||||
|
||||
return 88
|
||||
|
||||
def itemStats():
|
||||
|
||||
stats = ['mindamage','850','900']
|
||||
stats += ['maxdamage','1250','1350']
|
||||
stats += ['attackspeed','1.0','1.0']
|
||||
stats += ['maxrange','0','5']
|
||||
stats += ['damagetype','energy','energy']
|
||||
stats += ['elemtype','@obj_attr_n:elemental_acid','@obj_attr_n:elemental_acid']
|
||||
stats += ['elemdamage','20','20']
|
||||
stats += ['weapontype','5','5']
|
||||
|
||||
return stats
|
||||
@@ -0,0 +1,37 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/weapon/melee/baton/shared_baton_stun_legendary.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'Legendary Stun Baton'
|
||||
|
||||
def customItemStackCount():
|
||||
|
||||
return 1
|
||||
|
||||
def customizationAttributes():
|
||||
|
||||
return []
|
||||
|
||||
def customizationValues():
|
||||
|
||||
return []
|
||||
|
||||
def requiredCL():
|
||||
|
||||
return 88
|
||||
|
||||
def itemStats():
|
||||
|
||||
stats = ['mindamage','550','600']
|
||||
stats += ['maxdamage','1250','1300']
|
||||
stats += ['attackspeed','1.0','1.0']
|
||||
stats += ['maxrange','0','5']
|
||||
stats += ['damagetype','energy','energy']
|
||||
stats += ['elemtype','@obj_attr_n:elemental_electricity','@obj_attr_n:elemental_electricity']
|
||||
stats += ['elemdamage','75','75']
|
||||
stats += ['weapontype','5','5']
|
||||
|
||||
return stats
|
||||
@@ -0,0 +1,37 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/weapon/ranged/rifle/shared_rifle_t21_legendary.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'Legendary T21 Rifle'
|
||||
|
||||
def customItemStackCount():
|
||||
|
||||
return 1
|
||||
|
||||
def customizationAttributes():
|
||||
|
||||
return []
|
||||
|
||||
def customizationValues():
|
||||
|
||||
return []
|
||||
|
||||
def requiredCL():
|
||||
|
||||
return 88
|
||||
|
||||
def itemStats():
|
||||
|
||||
stats = ['mindamage','500','550']
|
||||
stats += ['maxdamage','1050','1100']
|
||||
stats += ['attackspeed','0.8','0.8']
|
||||
stats += ['maxrange','0','64']
|
||||
stats += ['damagetype','energy','energy']
|
||||
stats += ['elemtype','@obj_attr_n:elemental_acid','@obj_attr_n:elemental_acid']
|
||||
stats += ['elemdamage','30','30']
|
||||
stats += ['weapontype','0','0']
|
||||
|
||||
return stats
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/ep3_rewards/shared_wke_prayer_mobile.iff']
|
||||
@@ -0,0 +1,26 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/component/weapon/lightsaber/shared_lightsaber_module_force_crystal.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return "Shard Of Ferocity"
|
||||
|
||||
def biolink():
|
||||
|
||||
return 1
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'rarebuffitem'
|
||||
|
||||
def itemStats():
|
||||
|
||||
stats =['proc_name','towCrystalUberCombat','towCrystalUberCombat']
|
||||
stats +=['effectname','Ferocity','Ferocity']
|
||||
stats +=['duration','180','180']
|
||||
stats +=['cooldown','3600','3600']
|
||||
|
||||
return stats
|
||||
|
||||
@@ -0,0 +1,25 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/component/weapon/lightsaber/shared_lightsaber_module_force_crystal.iff'] # correct iff not found
|
||||
|
||||
def customItemName():
|
||||
|
||||
return "Shard Of Retaliation"
|
||||
|
||||
def biolink():
|
||||
|
||||
return 1
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'rarebuffitem'
|
||||
|
||||
def itemStats():
|
||||
|
||||
stats =['proc_name','towCrystalUberDs','towCrystalUberDs']
|
||||
stats +=['effectname','towCrystalUberDs','towCrystalUberDs']
|
||||
stats +=['duration','180','180']
|
||||
stats +=['cooldown','3600','3600']
|
||||
|
||||
return stats
|
||||
@@ -0,0 +1,25 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_sith_holocron_01.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'Sith Holocron'
|
||||
|
||||
def biolink():
|
||||
|
||||
return 1
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'rarebuffitem'
|
||||
|
||||
def itemStats():
|
||||
|
||||
stats =['proc_name','towCrystalABImmune','towCrystalABImmune']
|
||||
stats +=['effectname','Forbidden Knowledge I','Forbidden Knowledge I']
|
||||
stats +=['duration','180','180']
|
||||
stats +=['cooldown','3600','3600']
|
||||
|
||||
return stats
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/mustafar/shared_sith_relic_01.iff']
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,29 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/item/quest/force_sensitive/shared_fs_crystal_health.iff'] # needs correct iff still
|
||||
|
||||
def customItemName():
|
||||
|
||||
return "Biological Focus Crystal"
|
||||
|
||||
def requiredLevelForEffect():
|
||||
|
||||
return 80
|
||||
|
||||
def biolink():
|
||||
|
||||
return 1
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'rarebuffitem'
|
||||
|
||||
def itemStats():
|
||||
|
||||
stats =['proc_name','forceCrystalHealth','forceCrystalHealth']
|
||||
stats +=['effectname','Extended Constitution','Extended Constitution']
|
||||
stats +=['duration','10800','10800']
|
||||
stats +=['cooldown','86400','86400']
|
||||
|
||||
return stats
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/static/item/shared_item_medic_bacta_tank_advanced.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,5 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/item/beast/barn_lite/shared_beast_dna_storage_device.iff']
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/item/costume_kit/shared_costume_deed.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/wearables/armor/nightsister/shared_armor_nightsister_bicep_r_s01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,23 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/component/weapon/lightsaber/shared_lightsaber_module_force_crystal.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return "Sunrider's Destiny"
|
||||
|
||||
def customColor1():
|
||||
|
||||
return 29
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'rarecolorcrystal'
|
||||
|
||||
def itemStats():
|
||||
|
||||
stats = ['elemtype','heat','heat']
|
||||
stats +=['elemdamage','6','6']
|
||||
|
||||
return stats
|
||||
@@ -0,0 +1,29 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/item/quest/force_sensitive/shared_fs_crystal_force.iff'] # needs correct iff still
|
||||
|
||||
def customItemName():
|
||||
|
||||
return "Synapse Focus Crystal"
|
||||
|
||||
def requiredLevelForEffect():
|
||||
|
||||
return 80
|
||||
|
||||
def biolink():
|
||||
|
||||
return 1
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'rarebuffitem'
|
||||
|
||||
def itemStats():
|
||||
|
||||
stats =['proc_name','forceCrystalForce','forceCrystalForce']
|
||||
stats +=['effectname','Extended Action','Extended Action']
|
||||
stats +=['duration','10800','10800']
|
||||
stats +=['cooldown','86400','86400']
|
||||
|
||||
return stats
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/mustafar/shared_lava_geode.iff']
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/item/shared_rare_loot_chest_3.iff']
|
||||
return ['object/tangible/loot/mustafar/shared_rare_loot_chest_3.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
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']
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
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']
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
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']
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
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']
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/wearables/helmet/shared_helmet_atat.iff'] # iff not exact, tre files suck
|
||||
|
||||
#def customItemName():
|
||||
#
|
||||
# return 'Adjusted CDEF Rifle'
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/item/quest/force_sensitive/shared_fs_sculpture_1.iff'] # needs verification
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/item/quest/force_sensitive/shared_fs_sculpture_2.iff'] # needs verification
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/item/quest/force_sensitive/shared_fs_sculpture_3.iff'] # needs verification
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/item/quest/force_sensitive/shared_fs_sculpture_4.iff'] # needs verification
|
||||
@@ -0,0 +1,23 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/component/weapon/lightsaber/shared_lightsaber_module_force_crystal.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return "Bane's Heart"
|
||||
|
||||
def customColor1():
|
||||
|
||||
return 16
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'rarecolorcrystal'
|
||||
|
||||
def itemStats():
|
||||
|
||||
stats = ['elemtype','electricity','electricity']
|
||||
stats +=['elemdamage','5','5']
|
||||
|
||||
return stats
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/draft_schematic/furniture/shared_furniture_diner_counter_corner.iff'] # needs verification
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/draft_schematic/furniture/shared_furniture_diner_counter_corner.iff'] # needs verification
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/draft_schematic/furniture/shared_furniture_diner_counter_corner.iff'] # needs verification
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/draft_schematic/furniture/shared_furniture_diner_counter_corner.iff'] # needs verification
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_frn_hologram_data_disk_s01.iff'] # needs verification
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/loot_schematic/shared_bubble_tank_schematic.iff'] # needs visual verification
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/container/drum/shared_warren_drum_loot.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/item/costume_kit/shared_costume_deed.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday07_orb.iff'] # needs verification
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/draft_schematic/furniture/shared_must_furniture_jedi_statue.iff'] # needs verification
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/object/shared_hoverlifter_speeder_crafted.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/item/ep3/shared_poi_kash_mystic_tree_healthy.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/event_perk/shared_lifeday_monkey_cage.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/item/costume_kit/shared_costume_deed.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/event_perk/shared_fruit_stand.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/container/drum/shared_large_plain_crate_s01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/mustafar/shared_lava_geode.iff']
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday07_lamp.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday07_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday07_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/draft_schematic/furniture/shared_furniture_uber_lugjack.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/item/ep3/shared_poi_kash_mystic_tree_healthy.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/deed/generator_deed/shared_generator_fusion_deed.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['bject/tangible/gcw/crafting_quest/shared_gcw_bacta_injectors.iff'] # this is wrong needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/item/costume_kit/shared_costume_deed.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/static/worldbuilding/terminal/shared_floor_console_tableglobe_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/decorative/shared_event_lifeday05_painting_01.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/furniture/lifeday/shared_lifeday_proton_chair.iff']
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/item/costume_kit/shared_costume_deed.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/quest/rebel/shared_rtp_leia_rebel_helmet.iff'] # needs correct iff still
|
||||
@@ -0,0 +1,29 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/component/weapon/lightsaber/shared_lightsaber_module_force_crystal.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return "Shard Of The Serpent"
|
||||
|
||||
def biolink():
|
||||
|
||||
return 1
|
||||
|
||||
def customColor1():
|
||||
|
||||
return 3
|
||||
|
||||
def lootDescriptor():
|
||||
|
||||
return 'rarebuffitem'
|
||||
|
||||
def itemStats():
|
||||
|
||||
stats =['proc_name','towCrystalUberCombat','towCrystalUberCombat']
|
||||
stats +=['effectname','Harmonious Counteraction','Harmonious Counteraction']
|
||||
stats +=['duration','180','180']
|
||||
stats +=['cooldown','3600','3600']
|
||||
|
||||
return stats
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/draft_schematic/vehicle/civilian/shared_speeder_stap.iff']
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/mobile/shared_target_dummy_blacksun.iff']
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/mobile/shared_target_dummy_rebel_trooper.iff']
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user