Rock_Volcanic_Cracked_Poisoned
Server/Item/Items/Rock/Volcanic/Rock_Volcanic_Cracked_Poisoned.json, 924 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
Categories | array[1] |
PlayerAnimationsId | string |
BlockType | object |
ResourceTypes | array[1] |
Set | string |
Tags | object |
Parent | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Volcanic_Cracked_Poisoned.name"
},
"ItemLevel": 10,
"Icon": "Icons/ItemsGenerated/Rock_Volcanic_Cracked_Poisoned.png",
"Categories": [
"Blocks.Rocks"
],
"PlayerAnimationsId": "Block",
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Stone",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "VolcanicRocks",
"ItemId": "Rock_Volcanic_Cobble"
}
},
"BlockParticleSetId": "Stone",
"Textures": [
{
"All": "BlockTextures/Rock_Stone_Poisoned.png",
"Weight": 1
}
],
"BlockSoundSetId": "Stone",
"ParticleColor": "#352222"
},
"ResourceTypes": [
{
"Id": "Rock"
}
],
"Set": "Rock_Volcanic",
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Volcanic"
]
},
"Parent": "Rock_Volcanic"
}