Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9.2 / Item / Items / Weapon / Sword / Weapon_Sword_Steel_Incandescent.json

Weapon_Sword_Steel_Incandescent

Server/Item/Items/Weapon/Sword/Weapon_Sword_Steel_Incandescent.json, 554 B

Fields

FieldType
Parentstring
TranslationPropertiesobject
Modelstring
Texturestring
Iconstring
Qualitystring
ItemLevelnumber
Particlesarray[1]
Lightobject

Source

{
  "Parent": "Template_Weapon_Sword",
  "TranslationProperties": {
    "Name": "server.items.Weapon_Sword_Steel_Incandescent.name"
  },
  "Model": "Items/Weapons/Sword/Steel_Incandescent.blockymodel",
  "Texture": "Items/Weapons/Sword/Steel_Incandescent_Texture.png",
  "Icon": "Icons/ItemsGenerated/Weapon_Sword_Steel_Incandescent.png",
  "Quality": "Uncommon",
  "ItemLevel": 30,
  "Particles": [
    {
      "SystemId": "FireSword",
      "PositionOffset": {
        "Y": 0.4
      }
    }
  ],
  "Light": {
    "Color": "#521",
    "Radius": 1
  }
}