mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
9 lines
197 B
Python
9 lines
197 B
Python
|
|
def itemNames():
|
|
|
|
return ['small_mining_tool','circuitry','electronics_module','frequency_jamming_wire','unpowered_installation_repair_device',
|
|
'wiring_teal']
|
|
|
|
def itemChances():
|
|
|
|
return [100] |