mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
6 lines
150 B
Python
6 lines
150 B
Python
|
|
def itemNames():
|
|
return ['textiles_survival_backpack_(schematic)','textiles_survival_backpack_V2_(schematic)']
|
|
|
|
def itemChances():
|
|
return [60,40] |