mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
8 lines
319 B
Python
8 lines
319 B
Python
|
|
def itemNames():
|
|
names = ['jedi_knight_meditation_bracelet_(right)','wrist_communications_scanner_SCNv4_(right)']
|
|
names += ['insurgent_scanner_wrist_module_(right)','counter-toxin_wristband_prototype_IV_(right)','insurgency_wrist_implantat-BLACK-(right)']
|
|
return names
|
|
|
|
def itemChances():
|
|
return [20,20,20,20,20] |