mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
8 lines
223 B
Python
8 lines
223 B
Python
|
|
def itemTemplates():
|
|
names = ['rare_nova_crystal','rare_rol_stone','rare_power_gem']
|
|
names += ['rare_corusca_gem','rare_sasho_gem','rare_ankarres_sapphire']
|
|
return names
|
|
|
|
def itemChances():
|
|
return [15,17,17,17,17,17] |