Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Furniture / Outlander / Furniture_Outlander_Banner.json

Furniture_Outlander_Banner

Server/Item/Items/Furniture/Outlander/Furniture_Outlander_Banner.json, 1.7 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Outlander_Banner.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Signs"
  ],
  "Set": "Outlander",
  "IconProperties": {
    "Rotation": [
      0,
      0,
      0
    ],
    "Scale": 0.26,
    "Translation": [
      0,
      16.9
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "CustomModel": "Blocks/Decorative_Sets/Human_Ruins/Banner.blockymodel",
    "CustomModelAnimation": "Blocks/Decorative_Sets/Human_Ruins/Banner_Swing.blockyanim",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Human_Ruins/Banner_Outlander.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "Material": "Solid",
    "Opacity": "Transparent",
    "ParticleColor": "#4c4a31",
    "Support": {
      "West": [
        {
          "AllowSupportPropagation": false,
          "FaceType": "Full",
          "Rotate": true
        }
      ],
      "East": [
        {
          "FaceType": "Full",
          "AllowSupportPropagation": false,
          "Rotate": true
        }
      ]
    },
    "VariantRotation": "NESW",
    "BlockSoundSetId": "Cloth",
    "PhysicalMaterialId": "Wool",
    "Looping": true,
    "HitboxType": "Banner",
    "TextureComputedColor": "#261E32"
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Outlander_Banner.png",
  "ResourceTypes": [
    {
      "Id": "Fuel"
    },
    {
      "Id": "Charcoal"
    }
  ],
  "Tags": {
    "Type": [
      "Furniture"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Cloth"
}