mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
8 lines
105 B
Python
8 lines
105 B
Python
|
|
def itemNames():
|
|
names = ['jedi_wristguard(right)']
|
|
|
|
return names
|
|
|
|
def itemChances():
|
|
return [100] |