Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1 / Item / Items / Weapon / Spellbook / Weapon_Spellbook_Rekindle_Embers.json

Weapon_Spellbook_Rekindle_Embers

Server/Item/Items/Weapon/Spellbook/Weapon_Spellbook_Rekindle_Embers.json, 5.3 KB

Fields

FieldType
TranslationPropertiesobject
Categoriesarray[1]
Qualitystring
ItemLevelnumber
Modelstring
Texturestring
PlayerAnimationsIdstring
IconPropertiesobject
Iconstring
DroppedItemAnimationstring
MaxStacknumber
Tagsobject
Weaponobject
ItemSoundSetIdstring
Interactionsobject

Source

{
  "TranslationProperties": {
    "Name": "server.items.Weapon_Spellbook_Rekindle_Embers.name",
    "Description": "server.items.Weapon_Spellbook_Rekindle_Embers.description"
  },
  "Categories": [
    "Items.Weapons"
  ],
  "Quality": "Rare",
  "ItemLevel": 40,
  "Model": "NPC/Void/Necromancer_Void/Models/Weapons/Spellbook/Demon.blockymodel",
  "Texture": "NPC/Void/Necromancer_Void/Models/Weapons/Spellbook/Demon_Texture.png",
  "PlayerAnimationsId": "Spellbook",
  "IconProperties": {
    "Scale": 0.6,
    "Translation": [
      -10,
      -10
    ],
    "Rotation": [
      45,
      90,
      0
    ]
  },
  "Icon": "Icons/ItemsGenerated/Weapon_Spellbook_Demon.png",
  "DroppedItemAnimation": "Items/Animations/Dropped/Dropped_Diagonal_Left.blockyanim",
  "MaxStack": 5,
  "Tags": {
    "Type": [
      "Weapon"
    ],
    "Family": [
      "Spellbook"
    ]
  },
  "Weapon": {},
  "ItemSoundSetId": "ISS_Weapons_Books",
  "Interactions": {
    "Primary": {
      "Interactions": [
        {
          "Type": "Charging",
          "Effects": {
            "WorldSoundEventId": "SFX_Skeleton_Mage_Spellbook_Charge",
            "ItemAnimationId": "CastHurlCharging"
          },
          "AllowIndefiniteHold": true,
          "HorizontalSpeedMultiplier": 0.8,
          "CancelOnItemChange": true,
          "RunTime": 0,
          "Next": {
            "0": {
              "Type": "Simple",
              "Effects": {
                "ItemAnimationId": "Interact"
              }
            },
            "0.8": {
              "Type": "RunOnBlockTypes",
              "BlockSets": [ "Necromancy_Bones" ],
              "MaxCount": 5,
              "Range": 5,
              "Interactions": {
                "Interactions": [
                  {
                    "Type": "Serial",
                    "Interactions": [
                      {
                        "Type": "SpawnNPC",
                        "WeightedEntityIds": [
                          {
                            "Id": "Risen_Knight",
                            "Weight": 50
                          },
                          {
                            "Id": "Risen_Gunner",
                            "Weight": 50
                          }
                        ]
                      },
                      {
                        "Type": "DestroyBlock"
                      },
                      {
                        "Type": "ModifyInventory",
                        "AdjustHeldItemQuantity": -1
                      }
                    ]
                  }
                ]
              },
              "Next": {
                "Type": "Simple",
                "Effects": {
                  "ItemAnimationId": "CastHurlCharged"
                }
              },
              "Failed": {
                "Type": "Simple",
                "Effects": {
                  "ItemAnimationId": "Interact"
                }
              }
            }
          },
          "Failed": {
            "Type": "Simple",
            "Effects": {
              "ItemAnimationId": "Interact"
            }
          }
        }
      ]
    },
    "Secondary": {
      "Interactions": [
        {
          "Type": "Charging",
          "Effects": {
            "WorldSoundEventId": "SFX_Skeleton_Mage_Spellbook_Charge",
            "ItemAnimationId": "CastHurlCharging"
          },
          "AllowIndefiniteHold": true,
          "HorizontalSpeedMultiplier": 0.8,
          "CancelOnItemChange": true,
          "RunTime": 0,
          "Next": {
            "0": {
              "Type": "Simple",
              "Effects": {
                "ItemAnimationId": "Interact"
              }
            },
            "0.8": {
              "Type": "RunOnBlockTypes",
              "BlockSets": [ "Necromancy_Bones" ],
              "MaxCount": 5,
              "Range": 5,
              "Interactions": {
                "Interactions": [
                  {
                    "Type": "Serial",
                    "Interactions": [
                      {
                        "Type": "SpawnNPC",
                        "WeightedEntityIds": [
                          {
                            "Id": "Risen_Knight",
                            "Weight": 50
                          },
                          {
                            "Id": "Risen_Gunner",
                            "Weight": 50
                          }
                        ]
                      },
                      {
                        "Type": "DestroyBlock"
                      },
                      {
                        "Type": "ModifyInventory",
                        "AdjustHeldItemQuantity": -1
                      }
                    ]
                  }
                ]
              },
              "Next": {
                "Type": "Simple",
                "Effects": {
                  "ItemAnimationId": "CastHurlCharged"
                }
              },
              "Failed": {
                "Type": "Simple",
                "Effects": {
                  "ItemAnimationId": "Interact"
                }
              }
            }
          },
          "Failed": {
            "Type": "Simple",
            "Effects": {
              "ItemAnimationId": "Interact"
            }
          }
        }
      ]
    }
  }
}