Drop_Cactee
Server/Drops/NPCs/Beast/Drop_Cactee.json, 633 B
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Choice",
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Plant_Cactus_1",
"QuantityMin": 1,
"QuantityMax": 1
},
"Weight": 100
},
{
"Weight": 100,
"Type": "Single",
"Item": {
"ItemId": "Plant_Cactus_2",
"QuantityMin": 1,
"QuantityMax": 1
}
},
{
"Weight": 100,
"Type": "Single",
"Item": {
"ItemId": "Plant_Cactus_3",
"QuantityMin": 1,
"QuantityMax": 1
}
}
]
}
}