Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Furniture / Village / Arcade_Machine.json

Arcade_Machine

Server/Item/Items/Furniture/Village/Arcade_Machine.json, 1.2 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Setstring
Iconstring
IconPropertiesobject
BlockTypeobject
Tagsobject
Scalenumber

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
}