Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / Item / Items / Armor / _Debug / Debug_Movement_Boots.json

Debug_Movement_Boots

Server/Item/Items/Armor/_Debug/Debug_Movement_Boots.json, 826 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Qualitystring
ItemLevelnumber
Iconstring
IconPropertiesobject
Modelstring
Texturestring
Armorobject
Tagsobject
MaxDurabilitynumber
ItemSoundSetIdstring

Source

{
  "TranslationProperties": {
    "Name": "server.items.Debug_Movement_Boots.name"
  },
  "Parent": "Armor_Iron_Legs",
  "Quality": "Debug",
  "ItemLevel": 15,
  "Icon": "Icons/ItemsGenerated/Armor_Cloth_Linen_Legs.png",
  "IconProperties": {
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Scale": 0.6,
    "Translation": [
      0.6,
      -11.7
    ]
  },
  "Model": "Items/Armors/Linen/Legs.blockymodel",
  "Texture": "Items/Armors/Linen/Legs_Texture.png",
  "Armor": {
    "ArmorSlot": "Legs",
    "CosmeticsToHide": [
      "Shoes",
      "Pants"
    ],
    "MovementSettings": {
      "ExtraJumpCount": 1,
      "ExtraJumpParticleSystem": "Example_Projectile_Trail_ShortLived"
    }
  },
  "Tags": {
    "Type": [
      "Armor"
    ]
  },
  "MaxDurability": 120,
  "ItemSoundSetId": "ISS_Armor_Cloth"
}