mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
20 lines
228 B
Python
20 lines
228 B
Python
|
|
def itemTemplate():
|
|
|
|
return ['object/tangible/loot/npc_loot/shared_id_chip_generic.iff']
|
|
|
|
def customItemName():
|
|
|
|
return 'ID Chip'
|
|
|
|
def stackable():
|
|
|
|
return 1
|
|
|
|
def junkDealerPrice():
|
|
|
|
return 14
|
|
|
|
def junkType():
|
|
|
|
return 0 |