Files
NGECore2/scripts/lootPools/junk.py
T
CharonInferar 70964ef14a Lootpool scripts added
Data transfer from py script to java
2014-04-08 15:39:48 +02:00

8 lines
272 B
Python

def itemTemplates():
templates=['object/tangible/loot/misc/shared_damaged_datapad.iff','object/tangible/loot/npc_loot/shared_red_wiring_generic.iff','object/tangible/loot/npc_loot/shared_worklight_generic.iff']
return templates
def itemChances():
return [70,50,40]