Drop_Outlander_Hunter
Server/Drops/NPCs/Intelligent/Outlander/Drop_Outlander_Hunter.json, 626 B
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Fabric_Scrap_Shadoweave",
"QuantityMin": 1,
"QuantityMax": 4
}
}
]
},
{
"Type": "Choice",
"Weight": 5,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Weapon_Shortbow_Doomed"
}
}
]
}
]
}
}