Drop_Mosshorn_Poop
Server/Drops/NPCs/Livestock/Drop_Mosshorn_Poop.json, 1.4 KB
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Poop",
"QuantityMin": 0,
"QuantityMax": 1
}
},
{
"Type": "Choice",
"Containers": [
{
"Type": "Single",
"Weight": 1,
"Item": {
"ItemId": "Plant_Moss_Green",
"QuantityMin": 0,
"QuantityMax": 2
}
},
{
"Type": "Single",
"Weight": 1,
"Item": {
"ItemId": "Plant_Moss_Green_Dark",
"QuantityMin": 0,
"QuantityMax": 2
}
},
{
"Type": "Single",
"Weight": 1,
"Item": {
"ItemId": "Plant_Moss_Blue",
"QuantityMin": 0,
"QuantityMax": 2
}
},
{
"Type": "Single",
"Weight": 1,
"Item": {
"ItemId": "Plant_Moss_Red",
"QuantityMin": 0,
"QuantityMax": 2
}
},
{
"Type": "Single",
"Weight": 1,
"Item": {
"ItemId": "Plant_Moss_Yellow",
"QuantityMin": 0,
"QuantityMax": 2
}
}
]
}
]
}
}