Ore_Cobalt_Slate
Server/Item/Items/Ore/Cobalt/Ore_Cobalt_Slate.json, 1.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Parent | string |
BlockType | object |
Icon | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Ore_Cobalt_Slate.name"
},
"Parent": "Ore_Cobalt_Shale",
"BlockType": {
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Rock_Slate_Cobalt_Cracks03.png"
}
],
"Gathering": {
"Breaking": {
"GatherType": "OreCobalt",
"DropList": {
"Container": {
"Type": "Multiple",
"Containers": [
{
"Type": "Single",
"Item": {
"ItemId": "Ore_Cobalt"
}
},
{
"Type": "Single",
"Item": {
"ItemId": "Rock_Slate_Cobble"
}
}
]
}
}
}
},
"ParticleColor": "#3e5578",
"TextureComputedColor": "#28292A"
},
"Icon": "Icons/ItemsGenerated/Ore_Cobalt_Slate.png",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}