mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
8 lines
131 B
Python
8 lines
131 B
Python
|
|
def itemNames():
|
|
|
|
return ['kraytpearl_cracked','kraytpearl_scratched','kraytpearl_poor']
|
|
|
|
def itemChances():
|
|
|
|
return [33,33,34] |