Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Furniture / Feran / Unique / Furniture_Feran_Candle.json

Furniture_Feran_Candle

Server/Item/Items/Furniture/Feran/Unique/Furniture_Feran_Candle.json, 2.1 KB

Fields

FieldType
TranslationPropertiesobject
PlayerAnimationsIdstring
Categoriesarray[1]
Setstring
Recipeobject
Iconstring
IconPropertiesobject
InteractionConfigobject
Interactionsobject
BlockTypeobject
Tagsobject
Utilityobject
Scalenumber
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Furniture_Feran_Candle.name"
  },
  "PlayerAnimationsId": "Torch",
  "Categories": [
    "Furniture.Lighting"
  ],
  "Set": "Furniture_Feran",
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 2
      },
      {
        "ItemId": "Ingredient_Tree_Sap",
        "Quantity": 2
      },
      {
        "ResourceTypeId": "Bone",
        "Quantity": 4
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Lighting"
        ]
      }
    ]
  },
  "Icon": "Icons/ItemsGenerated/Furniture_Feran_Candle.png",
  "IconProperties": {
    "Rotation": [
      25.9,
      19.1,
      10.1
    ],
    "Scale": 0.6,
    "Translation": [
      2.4,
      -14.4
    ]
  },
  "InteractionConfig": {
    "Priorities": {
      "Secondary": {
        "MainHand": 1,
        "OffHand": -1
      }
    }
  },
  "Interactions": {
    "Primary": "Root_Unarmed_Attack_Swing_Left",
    "Secondary": "Block_Secondary"
  },
  "BlockType": {
    "BlockParticleSetId": "Wood",
    "BlockSoundSetId": "Bone",
    "PhysicalMaterialId": "Stone",
    "CustomModel": "Blocks/Decorative_Sets/Feran/Torch.blockymodel",
    "CustomModelScale": 0.7,
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Decorative_Sets/Feran/Torch_Texture.png",
        "Weight": 1
      }
    ],
    "DrawType": "Model",
    "Flags": {},
    "Gathering": {
      "Soft": {
        "IsWeaponBreakable": false
      }
    },
    "HitboxType": "Plant_Medium",
    "Light": {
      "Color": "#a98"
    },
    "Opacity": "Transparent",
    "ParticleColor": "#c7b885",
    "RandomRotation": "YawStep1",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Material": "Solid",
    "TextureComputedColor": "#C7B091"
  },
  "Tags": {
    "Type": [
      "Furniture"
    ],
    "Family": [
      "Feran"
    ]
  },
  "Utility": {
    "Usable": true
  },
  "Scale": 1.5,
  "ItemSoundSetId": "ISS_Blocks_Wood"
}