Hytale Asset ReferenceUnofficial
Versions / 0.5.2 / Item / Items / Weapon / Blowgun / Weapon_Blowgun_Tribal.json

Weapon_Blowgun_Tribal

Server/Item/Items/Weapon/Blowgun/Weapon_Blowgun_Tribal.json, 937 B

Fields

FieldType
Parentstring
TranslationPropertiesobject
Categoriesarray[1]
Modelstring
Texturestring
Iconstring
PlayerAnimationsIdstring
Recipeobject
IconPropertiesobject

Source

{
  "Parent": "Template_Weapon_Sword",
  "TranslationProperties": {
    "Name": "server.items.Weapon_Blowgun_Tribal.name"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Model": "NPC/Intelligent/Slothian/Models/Weapons/Blowgun/Tribal.blockymodel",
  "Texture": "NPC/Intelligent/Slothian/Models/Weapons/Blowgun/Tribal_Texture.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Blowgun_Tribal.png",
  "PlayerAnimationsId": "Sword",
  "Recipe": {
    "Input": [
      {
        "ResourceTypeId": "Wood_Trunk",
        "Quantity": 4
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 6
      },
      {
        "ItemId": "Ingredient_Leather_Light",
        "Quantity": 4
      },
      {
        "ItemId": "Ingredient_Bar_Iron",
        "Quantity": 10
      }
    ]
  },
  "IconProperties": {
    "Scale": 0.3,
    "Translation": [
      40,
      43
    ],
    "Rotation": [
      195,
      135,
      315
    ]
  }
}