Files
NGECore2/scripts/loot/lootItems/re_junk/comlink.py
T

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