mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
8 lines
108 B
Python
8 lines
108 B
Python
|
|
def itemNames():
|
|
|
|
return ['adv_agility_stim_80','adv_power_stim_80']
|
|
|
|
def itemChances():
|
|
|
|
return [50,50] |