mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
21 lines
242 B
Python
21 lines
242 B
Python
|
|
def itemTemplate():
|
|
|
|
return ['object/tangible/loot/npc_loot/shared_shield_module_generic.iff']
|
|
|
|
def customItemName():
|
|
|
|
return 'Shield Module'
|
|
|
|
def stackable():
|
|
|
|
return 1
|
|
|
|
def junkDealerPrice():
|
|
|
|
return 20
|
|
|
|
def junkType():
|
|
|
|
return 0
|