mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
Flawless power crystal was rare loot too according to official forums guide, however no screenshot proof could be found.
6 lines
147 B
Python
6 lines
147 B
Python
|
|
def itemNames():
|
|
return ['powercrystal_select', 'powercrystal_premium', 'powercrystal_flawless']
|
|
|
|
def itemChances():
|
|
return [75, 20, 5] #= 100% |