Ore_Iron_Slate
Server/Item/Items/Ore/Iron/Ore_Iron_Slate.json, 905 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Ore_Iron_Slate.name"
},
"Parent": "Ore_Iron_Stone",
"BlockType": {
"Gathering": {
"Breaking": {
"GatherType": "OreIron",
"DropList": {
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ore_Iron"
}
},
{
"Type": "Single",
"Item": {
"ItemId": "Rock_Slate_Cobble"
}
}
]
}
}
}
},
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Rock_Slate.png"
}
],
"ParticleColor": "#d0d1c1",
"TextureComputedColor": "#28292A"
},
"Icon": "Icons/ItemsGenerated/Ore_Iron_Slate.png"
}