mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
21 lines
232 B
Python
21 lines
232 B
Python
|
|
def itemTemplate():
|
|
|
|
return ['object/tangible/loot/npc_loot/shared_small_motor_generic.iff']
|
|
|
|
def customItemName():
|
|
|
|
return 'Motor'
|
|
|
|
def stackable():
|
|
|
|
return 1
|
|
|
|
def junkDealerPrice():
|
|
|
|
return 13
|
|
|
|
def junkType():
|
|
|
|
return 0
|