Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Furniture / Feran / Furniture_Feran_Sign.json

Furniture_Feran_Sign

Server/Item/Items/Furniture/Feran/Furniture_Feran_Sign.json, 1.3 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Feran_Sign.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Signs"
  ],
  "Set": "Furniture_Tavern",
  "Icon": "Icons/ItemsGenerated/Furniture_Feran_Sign.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.8,
    "Translation": [
      0.6,
      -15.5
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Bone",
    "CustomModel": "Blocks/Decorative_Sets/Feran/Sign.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Feran/Sign_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "HitboxType": "Sign_Side",
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#c7b885",
    "Support": {
      "East": [
        {
          "FaceType": "Full"
        }
      ],
      "West": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Feran"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}