Test_Random_Hotbar
Server/Drops/NPCs/Loadouts/Test_Random_Hotbar.json, 453 B
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Choice",
"Containers": [
{
"Weight": 50,
"Type": "Single",
"Item": {
"ItemId": "Weapon_Sword_Iron",
"QuantityMin": 1,
"QuantityMax": 1
}
},
{
"Weight": 50,
"Type": "Single",
"Item": {
"ItemId": "Weapon_Assault_Rifle",
"QuantityMin": 1,
"QuantityMax": 1
}
}
]
}
}