mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
Connected loot radial to corpse. Made powercrystal scripts. Allowed the mobile scripts to drop loot now.
9 lines
154 B
Python
9 lines
154 B
Python
|
|
def itemTemplate():
|
|
|
|
return 'object/tangible/component/weapon/lightsaber/shared_lightsaber_module_force_crystal.iff'
|
|
|
|
def customItemName():
|
|
|
|
return ''
|