Rock_Stone_Cobble_Mossy
Server/Item/Items/Rock/Stone/Rock_Stone_Cobble_Mossy.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
MaxStack | number |
Icon | string |
Categories | array[1] |
PlayerAnimationsId | string |
BlockType | object |
Set | string |
Tags | object |
ItemSoundSetId | string |
ResourceTypes | array[3] |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Stone_Cobble_Mossy.name"
},
"ItemLevel": 10,
"MaxStack": 100,
"Icon": "Icons/ItemsGenerated/Rock_Cobblestone_Mossy.png",
"Categories": [
"Blocks.Rocks"
],
"PlayerAnimationsId": "Block",
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Stone",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"BlockParticleSetId": "Stone",
"Textures": [
{
"All": "BlockTextures/Rock_Stone_Cobble_Mossy.png",
"Weight": 1
}
],
"ParticleColor": "#615d44",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"TextureComputedColor": "#585C3A"
},
"Set": "Rock_Stone",
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Stone"
]
},
"ItemSoundSetId": "ISS_Blocks_Stone",
"ResourceTypes": [
{
"Id": "Rock"
},
{
"Id": "Rock_Stone"
},
{
"Id": "Rock_Stone_Mossy"
}
]
}