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