Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Items / Deco / Deco_Kweebec_Plush.json

Deco_Kweebec_Plush

Server/Item/Items/Deco/Deco_Kweebec_Plush.json, 2.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Deco_Kweebec_Plush.name"
  },
  "Icon": "Icons/ItemsGenerated/Deco_Kweebec_Plush.png",
  "Categories": [
    "Blocks.Deco"
  ],
  "Recipe": {
    "Input": [
      {
        "ItemId": "Cloth_Block_Wool_Cyan",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 4
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Misc"
        ]
      }
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "Material": "Solid",
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Miscellaneous/Kweebec_Plush.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Miscellaneous/Kweebec_Plush_Texture.png",
        "Weight": 1
      }
    ],
    "Group": "Wood",
    "HitboxType": "Plant_Full",
    "VariantRotation": "NESW",
    "Flags": {},
    "Gathering": {
      "Breaking": {
        "GatherType": "Woods"
      }
    },
    "BlockParticleSetId": "Stone",
    "BlockSoundSetId": "Plushie",
    "PhysicalMaterialId": "Wool",
    "Interactions": {
      "Use": {
        "Interactions": [
          {
            "Type": "Simple",
            "Effects": {
              "WorldSoundEventId": "SFX_Plushie_Build"
            }
          }
        ]
      }
    },
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ],
      "Up": [
        {
          "FaceType": "Full"
        }
      ],
      "East": [
        {
          "FaceType": "Full"
        }
      ],
      "West": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "TextureComputedColor": "#85402A"
  },
  "PlayerAnimationsId": "Block",
  "IconProperties": {
    "Scale": 0.685,
    "Translation": [
      -1.7,
      -13.1
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Deco"
    ],
    "Family": [
      "Kweebec"
    ]
  },
  "ItemSoundSetId": "ISS_Blocks_Wood"
}