Files
NGECore2/scripts/loot/lootItems/junk/laser_trap.py
T
CharonInferar 4f60260e53 Menu functionality improved
Lootkit implemented
Loot price and further stats considered
2014-04-18 20:57:56 +02:00

21 lines
236 B
Python

def itemTemplate():
return ['object/tangible/loot/npc_loot/shared_laser_trap_generic.iff']
def customItemName():
return 'Laser Trap'
def stackable():
return 1
def junkDealerPrice():
return 22
def junkType():
return 0