mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
Loot added
added loot
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_jedi_holocron_01.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'Apprentice Robe'
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_jedi_holocron_01.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'Strange Jedi HoloCron 1/5'
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_jedi_holocron_02.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'Strange Jedi HoloCron 2/5'
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_jedi_holocron_03.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'Strange Jedi HoloCron 3/5'
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_jedi_holocron_04.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'Strange Jedi HoloCron 4/5'
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_jedi_holocron_05.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'Strange Jedi HoloCron 5/5'
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_sith_holocron_01.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'Strange Sith HoloCron 1/5'
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_sith_holocron_02.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'Strange Sith HoloCron 2/5'
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_sith_holocron_03.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'Strange Sith HoloCron 3/5'
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_sith_holocron_04.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'Strange Sith HoloCron 4/5'
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/creature_loot/collections/shared_sith_holocron_01.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'Strange Sith HoloCron 5/5'
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/generic_usable/shared_jedi_relic_01_generic.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'A Jedi Relic'
|
||||
|
||||
def usedInCollection():
|
||||
|
||||
return 'One-Handed Fifth Generation Lightsaber'
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
def itemTemplate():
|
||||
|
||||
return ['object/tangible/loot/generic_usable/shared_jedi_relic_01_generic.iff']
|
||||
|
||||
def customItemName():
|
||||
|
||||
return 'A Jedi Relic'
|
||||
|
||||
@@ -5,4 +5,4 @@ def itemNames():
|
||||
|
||||
def itemChances():
|
||||
|
||||
return [70]
|
||||
return [100]
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
def itemNames():
|
||||
|
||||
return ['jedi_relic_1']
|
||||
|
||||
def itemChances():
|
||||
|
||||
return [100]
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
def itemNames():
|
||||
|
||||
return ['jedi_holocron_1_5','jedi_holocron_2_5','jedi_holocron_3_5','jedi_holocron_4_5','jedi_holocron_5_5']
|
||||
|
||||
def itemChances():
|
||||
|
||||
return [25,15,30,5,25]
|
||||
@@ -0,0 +1,8 @@
|
||||
|
||||
def itemNames():
|
||||
|
||||
return ['sith_holocron_1_5','sith_holocron_2_5','sith_holocron_3_5','sith_holocron_4_5','sith_holocron_5_5']
|
||||
|
||||
def itemChances():
|
||||
|
||||
return [25,15,30,5,25]
|
||||
Reference in New Issue
Block a user