Drop_Scarak_Seeker
Server/Drops/NPCs/Flying_Beast/Drop_Scarak_Seeker.json, 633 B
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Weight": 50,
"Item": {
"ItemId": "Ingredient_Sac_Venom",
"QuantityMin": 1,
"QuantityMax": 1
}
},
{
"Type": "Single",
"Weight": 50,
"Item": {
"ItemId": "Ingredient_Chitin_Sturdy",
"QuantityMin": 1,
"QuantityMax": 1
}
}
]
}
]
}
}