{
  "effects": {
    "more_rpg_classes:molten_armor": {
      "attributes": [
        {
          "attribute": "minecraft:generic.armor",
          "value": -0.1,
          "operation": "ADD_MULTIPLIED_TOTAL"
        },
        {
          "attribute": "minecraft:generic.armor_toughness",
          "value": -1.0,
          "operation": "ADD_VALUE"
        }
      ]
    },
    "more_rpg_classes:frozen_solid": {
      "attributes": [
        {
          "attribute": "spell_engine:damage_taken",
          "value": 0.15,
          "operation": "ADD_MULTIPLIED_TOTAL"
        }
      ]
    },
    "more_rpg_classes:collected_soul": {
      "attributes": [
        {
          "attribute": "spell_power:soul",
          "value": 0.1,
          "operation": "ADD_VALUE"
        }
      ]
    },
    "more_rpg_classes:grievous_wounds": {
      "attributes": [
        {
          "attribute": "spell_engine:damage_taken",
          "value": 0.05,
          "operation": "ADD_MULTIPLIED_TOTAL"
        },
        {
          "attribute": "spell_engine:healing_taken",
          "value": -0.1,
          "operation": "ADD_MULTIPLIED_TOTAL"
        }
      ]
    },
    "more_rpg_classes:frosted": {
      "attributes": [
        {
          "attribute": "minecraft:generic.movement_speed",
          "value": -0.05,
          "operation": "ADD_MULTIPLIED_TOTAL"
        }
      ]
    },
    "more_rpg_classes:bleeding": {
      "attributes": []
    },
    "more_rpg_classes:fear": {
      "attributes": [
        {
          "attribute": "minecraft:generic.attack_damage",
          "value": -0.25,
          "operation": "ADD_MULTIPLIED_TOTAL"
        }
      ]
    },
    "more_rpg_classes:stagger": {
      "attributes": [
        {
          "attribute": "minecraft:generic.attack_damage",
          "value": -0.8,
          "operation": "ADD_MULTIPLIED_TOTAL"
        },
        {
          "attribute": "minecraft:generic.armor",
          "value": -0.8,
          "operation": "ADD_MULTIPLIED_TOTAL"
        },
        {
          "attribute": "minecraft:generic.movement_speed",
          "value": -0.8,
          "operation": "ADD_MULTIPLIED_TOTAL"
        }
      ]
    },
    "more_rpg_classes:soaked": {
      "attributes": []
    },
    "more_rpg_classes:carve": {
      "attributes": [
        {
          "attribute": "minecraft:generic.armor",
          "value": -0.1,
          "operation": "ADD_MULTIPLIED_BASE"
        },
        {
          "attribute": "spell_engine:damage_taken",
          "value": -0.05,
          "operation": "ADD_MULTIPLIED_BASE"
        }
      ]
    },
    "more_rpg_classes:fatal_poison": {
      "attributes": []
    },
    "more_rpg_classes:ignited": {
      "attributes": [
        {
          "attribute": "spell_engine:healing_taken",
          "value": -0.1,
          "operation": "ADD_MULTIPLIED_BASE"
        }
      ]
    }
  }
}