mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
20 lines
237 B
Python
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 |