Files
NGECore2/scripts/loot/lootPools/profession_bracelets_85.py
T

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]