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

9 lines
140 B
Python

def itemTemplates():
templates=['object/weapon/ranged/rifle/shared_rifle_cdef.iff']
return templates
def itemChances():
return [70]