{
  "description": "§6Warp",
  "exclusive_set": "#minecraft:warp",
  "supported_items": "minecraft:trident",
  "weight": 1,
  "max_level": 1,
  "min_cost": {
    "base": 10,
    "per_level_above_first": 10
  },
  "max_cost": {
    "base": 15,
    "per_level_above_first": 15
  },
  "anvil_cost": 1500,
  "slots": [
    "any"
  ],
  "effects": {
    "minecraft:trident_return_acceleration": [
      {
        "effect": {
          "type": "minecraft:add",
          "value": 10
        }
      }
    ],
    "minecraft:attributes": [
      {
        "id": "spe_warp_speed",
        "attribute": "minecraft:generic.movement_speed",
        "amount": 0.25,
        "operation": "add_multiplied_base"
      },
      {
        "id": "spe_warp_reach_entity",
        "attribute": "minecraft:player.entity_interaction_range",
        "amount": 1,
        "operation": "add_multiplied_base"
      },
      {
        "id": "spe_warp_reach_block",
        "attribute": "minecraft:player.block_interaction_range",
        "amount": 1,
        "operation": "add_multiplied_base"
      },
      {
        "id": "spe_warp_step",
        "attribute": "minecraft:generic.step_height",
        "amount": 5,
        "operation": "add_multiplied_total"
      },
      {
        "id": "spe_warp_atk_speed",
        "attribute": "minecraft:generic.attack_speed",
        "amount": -0.5,
        "operation": "add_multiplied_total"
      },
      {
        "id": "spe_warp_atk",
        "attribute": "minecraft:generic.attack_damage",
        "amount": 0.75,
        "operation": "add_multiplied_total"
      }
    ],
    "minecraft:item_damage": [
      {
        "effect": {
          "type": "minecraft:add",
          "value": 49
        }
      },
      {
        "effect": {
          "type": "minecraft:add",
          "value": 24
        },
        "requirements": {
          "condition": "minecraft:random_chance",
          "chance": 0.5
        }
      },
      {
        "effect": {
          "type": "minecraft:add",
          "value": 49
        },
        "requirements": {
          "condition": "minecraft:random_chance",
          "chance": 0.25
        }
      }
    ],
    "minecraft:tick": [
      {
        "effect": {
          "type": "minecraft:damage_item",
          "amount": 1
        },
        "requirements": [
          {
            "condition": "minecraft:random_chance",
            "chance": 0.5
          },
          {
            "condition": "minecraft:entity_properties",
            "entity": "this",
            "predicate": {
              "periodic_tick": 200
            }
          }
        ]
      }
    ]
  }
}
