Plant_Moss_Block_Yellow
Server/Drops/Plant/Moss/Plant_Moss_Block_Yellow.json, 451 B
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Single",
"Weight": 100,
"Item": {
"ItemId": "Plant_Moss_Yellow",
"QuantityMin": 1,
"QuantityMax": 4
}
},
{
"Type": "Single",
"Weight": 20,
"Item": {
"ItemId": "Ingredient_Fibre",
"QuantityMin": 1,
"QuantityMax": 2
}
}
]
}
}