Rock_Salt
Server/Item/Items/Rock/Salt/Rock_Salt.json, 758 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Parent | string |
BlockType | object |
ResourceTypes | array[1] |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Salt.name",
"Description": "server.items.Rock_Salt.description"
},
"Icon": "Icons/ItemsGenerated/Rock_Salt.png",
"Set": "Rock_Salt",
"Parent": "Rock_Stone",
"BlockType": {
"Textures": [
{
"All": "BlockTextures/Rock_Salt.png",
"Weight": 1
}
],
"ParticleColor": "#e9e9e0",
"Gathering": {
"Breaking": {
"GatherType": "Rocks",
"ItemId": "Rock_Salt"
}
},
"TextureComputedColor": "#E4DCD4"
},
"ResourceTypes": [
{
"Id": "Rock"
}
],
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}