Hytale Asset ReferenceUnofficial
Versions / 0.5.5 / Item / Items / MISC / Bandage_Crude.json

Bandage_Crude

Server/Item/Items/MISC/Bandage_Crude.json, 2.0 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Qualitystring
Modelstring
Texturestring
Interactionsobject
InteractionVarsobject
Utilityobject
Consumableboolean
PlayerAnimationsIdstring
Iconstring
IconPropertiesobject
ItemEntityobject
Recipeobject
ItemSoundSetIdstring
MaxStacknumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Bandage_Crude.name",
    "Description": "server.items.Bandage_Crude.description"
  },
  "Categories": [
    "Items.Potions"
  ],
  "Quality": "Common",
  "Model": "Items/Consumables/FirstAid/Bandage.blockymodel",
  "Texture": "Items/Consumables/FirstAid/Bandage_Texture.png",
  "Interactions": {
    "Secondary": {
      "RequireNewClick": false,
      "Interactions": [
        {
          "Type": "Condition",
          "RequiredGameMode": "Adventure",
          "Crouching": false,
          "Next": {
            "Type": "Simple",
            "Effects": {
              "ItemAnimationId": "Consume",
              "ClearAnimationOnFinish": true
            },
            "RunTime": 0.2,
            "Next": {
              "Type": "ModifyInventory",
              "AdjustHeldItemQuantity": -1,
              "Next": {
                "Type": "Replace",
                "DefaultValue": {
                  "Interactions": [
                    "Effect"
                  ]
                },
                "Var": "Effect"
              }
            }
          },
          "Failed": "Block_Secondary"
        }
      ]
    }
  },
  "InteractionVars": {
    "Effect": {
      "Interactions": [
        {
          "Type": "ChangeStat",
          "Behaviour": "Add",
          "StatModifiers": {
            "Health": 25
          }
        }
      ]
    }
  },
  "Utility": {
    "Compatible": false
  },
  "Consumable": true,
  "PlayerAnimationsId": "Item",
  "Icon": "Icons/ItemsGenerated/Bandage_Crude.png",
  "IconProperties": {
    "Scale": 0.8,
    "Rotation": [
      27.0,
      163.0,
      19.0
    ],
    "Translation": [
      -6.0,
      -9.0
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "Recipe": {
    "Input": [
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 6
      },
      {
        "ItemId": "Ingredient_Tree_Sap",
        "Quantity": 3
      }
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "MaxStack": 10
}