Drop_Golem_Crystal_Earth
Server/Drops/NPCs/Elemental/Drop_Golem_Crystal_Earth.json, 976 B
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Rock_Stone_Cobble",
"QuantityMin": 14,
"QuantityMax": 28
}
}
]
},
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Crystal_Green",
"QuantityMin": 3,
"QuantityMax": 7
}
}
]
},
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Rock_Gem_Emerald",
"QuantityMin": 1,
"QuantityMax": 1
}
}
]
}
]
}
}