Rock_Gem_Zephyr
Server/Item/Items/Rock/Gem/Rock_Gem_Zephyr.json, 632 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
SubCategory | string |
Parent | string |
BlockType | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Gem_Zephyr.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Gem_Zephyr.png",
"Categories": [
"Blocks.Ores"
],
"SubCategory": "Gem",
"Parent": "Rock_Gem_Emerald",
"BlockType": {
"CustomModelTexture": [
{
"Texture": "Resources/Ores/Gem_Textures/Zephyr.png",
"Weight": 1
}
],
"Light": {
"Color": "#5ab",
"Radius": 0
},
"ParticleColor": "#06e8f7",
"Particles": [
{
"Color": "#9cebff",
"SystemId": "Block_Gem_Sparks"
}
],
"TextureComputedColor": "#05888E"
}
}