mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
22 lines
233 B
Python
22 lines
233 B
Python
|
|
def itemTemplate():
|
|
|
|
return ['object/tangible/loot/misc/shared_damaged_datapad.iff']
|
|
|
|
def customItemName():
|
|
|
|
return 'Damaged Datapad'
|
|
|
|
def stackable():
|
|
|
|
return 1
|
|
|
|
def junkDealerPrice():
|
|
|
|
return 8
|
|
|
|
def junkType():
|
|
|
|
return 0
|
|
|