Arcade_Machine
Server/Item/Items/Furniture/Village/Arcade_Machine.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Icon | string |
IconProperties | object |
BlockType | object |
Tags | object |
Scale | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Arcade_Machine.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Blocks.Deco"
],
"Set": "Furniture_Human",
"Icon": "Icons/ItemsGenerated/Arcade_Machine.png",
"IconProperties": {
"Scale": 0.22,
"Rotation": [
22.5,
45.0,
22.5
],
"Translation": [
2.113,
-52.0
]
},
"BlockType": {
"BlockParticleSetId": "Stone",
"BlockSoundSetId": "Stone",
"PhysicalMaterialId": "Stone",
"CustomModel": "Blocks/Miscellaneous/ArcadeMachine.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Miscellaneous/ArcadeMachine_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Rocks"
}
},
"HitboxType": "Arcade_Machine",
"Material": "Solid",
"Opacity": "Transparent",
"VariantRotation": "NESW",
"ParticleColor": "#9f9e81",
"CustomModelScale": 0.6,
"TextureComputedColor": "#38585B"
},
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Human"
]
},
"Scale": 1
}