Drop_Golem_Crystal_Thunder
Server/Drops/NPCs/Elemental/Drop_Golem_Crystal_Thunder.json, 977 B
Fields
| Field | Type |
|---|---|
Container | object |
Source
{
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Rock_Stone_Cobble",
"QuantityMin": 25,
"QuantityMax": 25
}
}
]
},
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Crystal_Yellow",
"QuantityMin": 15,
"QuantityMax": 15
}
}
]
},
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Rock_Gem_Topaz",
"QuantityMin": 1,
"QuantityMax": 1
}
}
]
}
]
}
}