{
  "weapons": {
    "flint_dagger": {
      "attack_damage": 2.6,
      "attack_speed": -1.6,
      "attributes": []
    },
    "iron_dagger": {
      "attack_damage": 3.3,
      "attack_speed": -1.6,
      "attributes": []
    },
    "golden_dagger": {
      "attack_damage": 1.8,
      "attack_speed": -1.6,
      "attributes": []
    },
    "diamond_dagger": {
      "attack_damage": 4.0,
      "attack_speed": -1.6,
      "attributes": []
    },
    "netherite_dagger": {
      "attack_damage": 4.7,
      "attack_speed": -1.6,
      "attributes": []
    },
    "iron_sickle": {
      "attack_damage": 4.1,
      "attack_speed": -2.0,
      "attributes": []
    },
    "golden_sickle": {
      "attack_damage": 2.4,
      "attack_speed": -2.0,
      "attributes": []
    },
    "diamond_sickle": {
      "attack_damage": 5.0,
      "attack_speed": -2.0,
      "attributes": []
    },
    "netherite_sickle": {
      "attack_damage": 5.9,
      "attack_speed": -2.0,
      "attributes": []
    },
    "stone_double_axe": {
      "attack_damage": 5.6,
      "attack_speed": -2.8,
      "attributes": []
    },
    "iron_double_axe": {
      "attack_damage": 7.0,
      "attack_speed": -2.8,
      "attributes": []
    },
    "golden_double_axe": {
      "attack_damage": 4.3,
      "attack_speed": -2.8,
      "attributes": []
    },
    "diamond_double_axe": {
      "attack_damage": 8.3,
      "attack_speed": -2.8,
      "attributes": []
    },
    "netherite_double_axe": {
      "attack_damage": 9.6,
      "attack_speed": -2.8,
      "attributes": []
    },
    "iron_glaive": {
      "attack_damage": 5.8,
      "attack_speed": -2.6,
      "attributes": []
    },
    "golden_glaive": {
      "attack_damage": 3.5,
      "attack_speed": -2.6,
      "attributes": []
    },
    "diamond_glaive": {
      "attack_damage": 7.0,
      "attack_speed": -2.6,
      "attributes": []
    },
    "netherite_glaive": {
      "attack_damage": 8.1,
      "attack_speed": -2.6,
      "attributes": []
    },
    "aether_dagger": {
      "attack_damage": 5.5,
      "attack_speed": -1.6,
      "attributes": []
    },
    "aether_sickle": {
      "attack_damage": 6.8,
      "attack_speed": -2.0,
      "attributes": []
    },
    "aether_double_axe": {
      "attack_damage": 11.0,
      "attack_speed": -2.8,
      "attributes": []
    },
    "aether_glaive": {
      "attack_damage": 9.3,
      "attack_speed": -2.6,
      "attributes": []
    }
  },
  "armor_sets": {
    "rogue_armor": {
      "armor_toughness": 0.0,
      "knockback_resistance": 0.0,
      "head": {
        "armor": 1,
        "attributes": [
          {
            "attribute": "spell_engine:evasion_chance",
            "value": 0.03,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_speed",
            "value": 0.04,
            "operation": "ADD_MULTIPLIED_BASE"
          }
        ]
      },
      "chest": {
        "armor": 3,
        "attributes": [
          {
            "attribute": "spell_engine:evasion_chance",
            "value": 0.03,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_speed",
            "value": 0.04,
            "operation": "ADD_MULTIPLIED_BASE"
          }
        ]
      },
      "legs": {
        "armor": 3,
        "attributes": [
          {
            "attribute": "spell_engine:evasion_chance",
            "value": 0.03,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_speed",
            "value": 0.04,
            "operation": "ADD_MULTIPLIED_BASE"
          }
        ]
      },
      "feet": {
        "armor": 1,
        "attributes": [
          {
            "attribute": "spell_engine:evasion_chance",
            "value": 0.03,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_speed",
            "value": 0.04,
            "operation": "ADD_MULTIPLIED_BASE"
          }
        ]
      }
    },
    "assassin_armor": {
      "armor_toughness": 0.0,
      "knockback_resistance": 0.0,
      "head": {
        "armor": 2,
        "attributes": [
          {
            "attribute": "spell_engine:evasion_chance",
            "value": 0.04,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_speed",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.02,
            "operation": "ADD_MULTIPLIED_BASE"
          }
        ],
        "conditional_attributes": {
          "required_mod": "critical_strike",
          "attributes": [
            {
              "attribute": "spell_engine:evasion_chance",
              "value": 0.04,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "minecraft:generic.attack_speed",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "critical_strike:chance",
              "value": 0.02,
              "operation": "ADD_MULTIPLIED_BASE"
            }
          ]
        }
      },
      "chest": {
        "armor": 4,
        "attributes": [
          {
            "attribute": "spell_engine:evasion_chance",
            "value": 0.04,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_speed",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.02,
            "operation": "ADD_MULTIPLIED_BASE"
          }
        ],
        "conditional_attributes": {
          "required_mod": "critical_strike",
          "attributes": [
            {
              "attribute": "spell_engine:evasion_chance",
              "value": 0.04,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "minecraft:generic.attack_speed",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "critical_strike:chance",
              "value": 0.02,
              "operation": "ADD_MULTIPLIED_BASE"
            }
          ]
        }
      },
      "legs": {
        "armor": 4,
        "attributes": [
          {
            "attribute": "spell_engine:evasion_chance",
            "value": 0.04,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_speed",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.02,
            "operation": "ADD_MULTIPLIED_BASE"
          }
        ],
        "conditional_attributes": {
          "required_mod": "critical_strike",
          "attributes": [
            {
              "attribute": "spell_engine:evasion_chance",
              "value": 0.04,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "minecraft:generic.attack_speed",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "critical_strike:chance",
              "value": 0.02,
              "operation": "ADD_MULTIPLIED_BASE"
            }
          ]
        }
      },
      "feet": {
        "armor": 2,
        "attributes": [
          {
            "attribute": "spell_engine:evasion_chance",
            "value": 0.04,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_speed",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.02,
            "operation": "ADD_MULTIPLIED_BASE"
          }
        ],
        "conditional_attributes": {
          "required_mod": "critical_strike",
          "attributes": [
            {
              "attribute": "spell_engine:evasion_chance",
              "value": 0.04,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "minecraft:generic.attack_speed",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "critical_strike:chance",
              "value": 0.02,
              "operation": "ADD_MULTIPLIED_BASE"
            }
          ]
        }
      }
    },
    "netherite_assassin_armor": {
      "armor_toughness": 0.0,
      "knockback_resistance": 0.0,
      "head": {
        "armor": 2,
        "attributes": [
          {
            "attribute": "spell_engine:evasion_chance",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_speed",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          }
        ],
        "conditional_attributes": {
          "required_mod": "critical_strike",
          "attributes": [
            {
              "attribute": "spell_engine:evasion_chance",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "minecraft:generic.attack_speed",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "critical_strike:chance",
              "value": 0.025,
              "operation": "ADD_MULTIPLIED_BASE"
            }
          ]
        }
      },
      "chest": {
        "armor": 4,
        "attributes": [
          {
            "attribute": "spell_engine:evasion_chance",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_speed",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          }
        ],
        "conditional_attributes": {
          "required_mod": "critical_strike",
          "attributes": [
            {
              "attribute": "spell_engine:evasion_chance",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "minecraft:generic.attack_speed",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "critical_strike:chance",
              "value": 0.025,
              "operation": "ADD_MULTIPLIED_BASE"
            }
          ]
        }
      },
      "legs": {
        "armor": 4,
        "attributes": [
          {
            "attribute": "spell_engine:evasion_chance",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_speed",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          }
        ],
        "conditional_attributes": {
          "required_mod": "critical_strike",
          "attributes": [
            {
              "attribute": "spell_engine:evasion_chance",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "minecraft:generic.attack_speed",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "critical_strike:chance",
              "value": 0.025,
              "operation": "ADD_MULTIPLIED_BASE"
            }
          ]
        }
      },
      "feet": {
        "armor": 2,
        "attributes": [
          {
            "attribute": "spell_engine:evasion_chance",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_speed",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          }
        ],
        "conditional_attributes": {
          "required_mod": "critical_strike",
          "attributes": [
            {
              "attribute": "spell_engine:evasion_chance",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "minecraft:generic.attack_speed",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "critical_strike:chance",
              "value": 0.025,
              "operation": "ADD_MULTIPLIED_BASE"
            }
          ]
        }
      }
    },
    "warrior_armor": {
      "armor_toughness": 0.0,
      "knockback_resistance": 0.0,
      "head": {
        "armor": 2,
        "attributes": [
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.04,
            "operation": "ADD_MULTIPLIED_BASE"
          }
        ]
      },
      "chest": {
        "armor": 5,
        "attributes": [
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.04,
            "operation": "ADD_MULTIPLIED_BASE"
          }
        ]
      },
      "legs": {
        "armor": 4,
        "attributes": [
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.04,
            "operation": "ADD_MULTIPLIED_BASE"
          }
        ]
      },
      "feet": {
        "armor": 1,
        "attributes": [
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.04,
            "operation": "ADD_MULTIPLIED_BASE"
          }
        ]
      }
    },
    "berserker_armor": {
      "armor_toughness": 0.0,
      "knockback_resistance": 0.0,
      "head": {
        "armor": 3,
        "attributes": [
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.knockback_resistance",
            "value": 0.1,
            "operation": "ADD_VALUE"
          }
        ],
        "conditional_attributes": {
          "required_mod": "critical_strike",
          "attributes": [
            {
              "attribute": "minecraft:generic.attack_damage",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "critical_strike:damage",
              "value": 0.04,
              "operation": "ADD_MULTIPLIED_BASE"
            }
          ]
        }
      },
      "chest": {
        "armor": 8,
        "attributes": [
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.knockback_resistance",
            "value": 0.1,
            "operation": "ADD_VALUE"
          }
        ],
        "conditional_attributes": {
          "required_mod": "critical_strike",
          "attributes": [
            {
              "attribute": "minecraft:generic.attack_damage",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "critical_strike:damage",
              "value": 0.04,
              "operation": "ADD_MULTIPLIED_BASE"
            }
          ]
        }
      },
      "legs": {
        "armor": 6,
        "attributes": [
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.knockback_resistance",
            "value": 0.1,
            "operation": "ADD_VALUE"
          }
        ],
        "conditional_attributes": {
          "required_mod": "critical_strike",
          "attributes": [
            {
              "attribute": "minecraft:generic.attack_damage",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "critical_strike:damage",
              "value": 0.04,
              "operation": "ADD_MULTIPLIED_BASE"
            }
          ]
        }
      },
      "feet": {
        "armor": 3,
        "attributes": [
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.knockback_resistance",
            "value": 0.1,
            "operation": "ADD_VALUE"
          }
        ],
        "conditional_attributes": {
          "required_mod": "critical_strike",
          "attributes": [
            {
              "attribute": "minecraft:generic.attack_damage",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "critical_strike:damage",
              "value": 0.04,
              "operation": "ADD_MULTIPLIED_BASE"
            }
          ]
        }
      }
    },
    "netherite_berserker_armor": {
      "armor_toughness": 0.0,
      "knockback_resistance": 0.0,
      "head": {
        "armor": 3,
        "attributes": [
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.armor_toughness",
            "value": 1.0,
            "operation": "ADD_VALUE"
          },
          {
            "attribute": "minecraft:generic.knockback_resistance",
            "value": 0.1,
            "operation": "ADD_VALUE"
          }
        ],
        "conditional_attributes": {
          "required_mod": "critical_strike",
          "attributes": [
            {
              "attribute": "minecraft:generic.attack_damage",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "minecraft:generic.armor_toughness",
              "value": 1.0,
              "operation": "ADD_VALUE"
            },
            {
              "attribute": "critical_strike:damage",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            }
          ]
        }
      },
      "chest": {
        "armor": 8,
        "attributes": [
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.armor_toughness",
            "value": 1.0,
            "operation": "ADD_VALUE"
          },
          {
            "attribute": "minecraft:generic.knockback_resistance",
            "value": 0.1,
            "operation": "ADD_VALUE"
          }
        ],
        "conditional_attributes": {
          "required_mod": "critical_strike",
          "attributes": [
            {
              "attribute": "minecraft:generic.attack_damage",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "minecraft:generic.armor_toughness",
              "value": 1.0,
              "operation": "ADD_VALUE"
            },
            {
              "attribute": "critical_strike:damage",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            }
          ]
        }
      },
      "legs": {
        "armor": 6,
        "attributes": [
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.armor_toughness",
            "value": 1.0,
            "operation": "ADD_VALUE"
          },
          {
            "attribute": "minecraft:generic.knockback_resistance",
            "value": 0.1,
            "operation": "ADD_VALUE"
          }
        ],
        "conditional_attributes": {
          "required_mod": "critical_strike",
          "attributes": [
            {
              "attribute": "minecraft:generic.attack_damage",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "minecraft:generic.armor_toughness",
              "value": 1.0,
              "operation": "ADD_VALUE"
            },
            {
              "attribute": "critical_strike:damage",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            }
          ]
        }
      },
      "feet": {
        "armor": 3,
        "attributes": [
          {
            "attribute": "minecraft:generic.attack_damage",
            "value": 0.05,
            "operation": "ADD_MULTIPLIED_BASE"
          },
          {
            "attribute": "minecraft:generic.armor_toughness",
            "value": 1.0,
            "operation": "ADD_VALUE"
          }
        ],
        "conditional_attributes": {
          "required_mod": "critical_strike",
          "attributes": [
            {
              "attribute": "minecraft:generic.attack_damage",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            },
            {
              "attribute": "minecraft:generic.armor_toughness",
              "value": 1.0,
              "operation": "ADD_VALUE"
            },
            {
              "attribute": "critical_strike:damage",
              "value": 0.05,
              "operation": "ADD_MULTIPLIED_BASE"
            }
          ]
        }
      }
    }
  }
}