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