mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-12 22:45:31 -04:00
The System has been more generalized, but also deals with special cases of Krayt Pearls/Power Crystals. More itemscripts created
10 lines
136 B
Python
10 lines
136 B
Python
|
|
def itemTemplate():
|
|
|
|
return 'object/tangible/loot/misc/shared_damaged_datapad.iff'
|
|
|
|
def customItemName():
|
|
|
|
return 'Damaged Datapad'
|
|
|