Drop_Golem_Crystal_Flame
Server/Drops/NPCs/Elemental/Drop_Golem_Crystal_Flame.json, 1.3 KB
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_Red",
"QuantityMin": 15,
"QuantityMax": 15
}
}
]
},
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ingredient_Fabric_Scrap_Cindercloth",
"QuantityMin": 1,
"QuantityMax": 3
}
}
]
},
{
"Type": "Choice",
"Weight": 100,
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Rock_Gem_Ruby",
"QuantityMin": 1,
"QuantityMax": 1
}
}
]
}
]
}
}