Files
NGECore2/scripts/loot/lootPools/rareloot.py
T
CharonInferar 221f9a93fc Loot radial and power crystal items
Connected loot radial to corpse. Made powercrystal scripts.
Allowed the mobile scripts to drop loot now.
2014-04-10 04:22:54 +02:00

9 lines
122 B
Python

def itemNames():
templates=['rarelootchest1','rarelootchest2']
return templates
def itemChances():
return [70,30]