mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -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] |