mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
6 lines
142 B
Python
6 lines
142 B
Python
|
|
def itemNames():
|
|
return ['flask_of_elba_water ','flask_of_naris-bud_tea','small_flask_of_nerfmilk']
|
|
|
|
def itemChances():
|
|
return [33,33,33] |