Files
NGECore2/scripts/loot/lootPools/kraytpearl_lowq.py
CharonInferar 4d264f8c8a Refined the loot system
Added more py scripts for krayt pearls and junk
Made system more flexible
2014-04-09 04:57:26 +02:00

8 lines
131 B
Python

def itemNames():
return ['kraytpearl_cracked','kraytpearl_scratched','kraytpearl_poor']
def itemChances():
return [33,33,34]