Wood_Stripped_Deco
Server/Item/Items/Wood/Wood_Stripped_Deco.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
PlayerAnimationsId | string |
BlockType | object |
ResourceTypes | array[2] |
IconProperties | object |
MaxStack | number |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Stripped_Deco.name"
},
"Icon": "Icons/ItemsGenerated/Wood_Stripped_Deco.png",
"Categories": [
"Blocks.Deco"
],
"PlayerAnimationsId": "Block",
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Wood",
"Flags": {},
"Gathering": {
"Physics": {
"ItemId": "Wood_Stripped_Deco"
},
"Breaking": {
"ItemId": "Wood_Stripped_Deco",
"GatherType": "Woods"
}
},
"Textures": [
{
"Sides": "BlockTextures/Stripped_Log_Side.png",
"UpDown": "BlockTextures/Stripped_Log_Side.png",
"Weight": 1
}
],
"VariantRotation": "Pipe",
"BlockParticleSetId": "Wood",
"ParticleColor": "#633625",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"Tags": {
"Type": [
"Wood"
],
"Family": [
"Oak"
]
}
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
0.0,
-13.5
]
},
"MaxStack": 100,
"ItemSoundSetId": "ISS_Blocks_Wood"
}