Drop_Lobster
Server/Drops/NPCs/Swimming_Beast/Drop_Lobster.json, 360 B
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Food_Fish_Raw",
"QuantityMin": 1,
"QuantityMax": 1
}
}
]
}
]
}
}