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

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]