mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
10 lines
397 B
Python
10 lines
397 B
Python
|
|
def itemNames():
|
|
names = ['jedi_knights_wristguard_(right)','wrist_assault_booster_zulu_(right)','targeting_assist_wrist_implant_PTI-IV_(right)']
|
|
names += ['personnel_comlink_wrist-P4_(right)','manufacturing_verdicator_200a_(right)']
|
|
names += ['targeter_ranging_wrist_assist_V4_(right)','bracelet_of_Inspired_Status(right)']
|
|
|
|
return names
|
|
|
|
def itemChances():
|
|
return [16,14,14,14,14,14,14] |