mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
Connected loot radial to corpse. Made powercrystal scripts. Allowed the mobile scripts to drop loot now.
9 lines
122 B
Python
9 lines
122 B
Python
|
|
|
|
def itemNames():
|
|
|
|
templates=['rarelootchest1','rarelootchest2']
|
|
return templates
|
|
|
|
def itemChances():
|
|
return [70,30] |