Hytale Asset ReferenceUnofficial
Versions / 0.5.3 / Item / Items / Furniture / Temple_Scarak / Unique / Furniture_Temple_Scarak_Secondary_Pot.json

Furniture_Temple_Scarak_Secondary_Pot

Server/Item/Items/Furniture/Temple_Scarak/Unique/Furniture_Temple_Scarak_Secondary_Pot.json, 1.5 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Temple_Scarak_Secondary_Pot.name"
  },
  "PlayerAnimationsId": "Block",
  "Categories": [
    "Furniture.Containers"
  ],
  "Set": "Furniture_Temple_Scarak",
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "BlockParticleSetId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Scarak_Temple/Pot_Secondary.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Scarak_Temple/Pot_Secondary_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Soft": {
        "DropList": "Container_Pot_Ancient",
        "IsWeaponBreakable": true
      }
    },
    "Group": "Wood",
    "Material": "Solid",
    "Opacity": "Transparent",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "VariantRotation": "NESW",
    "RandomRotation": "YawStep90",
    "ParticleColor": "#4f3b30",
    "BlockSoundSetId": "Clay_Pot_Small",
    "PhysicalMaterialId": "Stone",
    "CustomModelScale": 0.9,
    "TextureComputedColor": "#4C3727"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Scarak Temple"
    ]
  },
  "IconProperties": {
    "Scale": 0.58823,
    "Translation": [
      0,
      -13.5
    ],
    "Rotation": [
      24.8,
      45,
      23.6
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Temple_Scarak_Secondary_Pot.png",
  "ItemSoundSetId": "ISS_Blocks_Wood"
}