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

20 lines
237 B
Python

def itemTemplate():
return ['object/tangible/loot/npc_loot/shared_comlink_civilian_generic.iff']
def customItemName():
return 'Comlink'
def stackable():
return 1
def junkDealerPrice():
return 15
def junkType():
return 0