Files
NGECore2/scripts/loot/lootItems/junk/damaged_datapad.py
T
CharonInferar 118d622c6d More Junk, Krayt Pearls added
The System has been more generalized, but also deals with special cases
of Krayt Pearls/Power Crystals.
More itemscripts created
2014-04-09 21:16:28 +02:00

10 lines
136 B
Python

def itemTemplate():
return 'object/tangible/loot/misc/shared_damaged_datapad.iff'
def customItemName():
return 'Damaged Datapad'