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