{
  "modifiers": {
    "the_vault:modifier_type/empty": {
      "the_vault:warrior": {
        "properties": {},
        "display": {
          "name": "Warrior",
          "color": "#FF00FF",
          "description": "Turns your companion in to a warrior inside the vault, assisting the player in killing mobs",
          "descriptionFormatted": "Turns your companion in to a warrior inside the vault, assisting the player in killing mobs",
          "icon": "the_vault:gui/modifiers/warrior"
        }
      },
      "the_vault:sigil_adept": {
        "properties": {},
        "display": {
          "name": "Adept",
          "color": "#00FF00",
          "description": "This vault has been inscribed with an Adept Sigil",
          "descriptionFormatted": "This vault has been inscribed with an Adept Sigil, granting you the ability to craft Adept Sigils",
          "icon": "the_vault:gui/modifiers/sigil_adept"
        }
      },
      "the_vault:sigil_expert": {
        "properties": {},
        "display": {
          "name": "Expert",
          "color": "#00FF00",
          "description": "This vault has been inscribed with an Expert Sigil",
          "descriptionFormatted": "This vault has been inscribed with an Expert Sigil, granting you the ability to craft Expert Sigils",
          "icon": "the_vault:gui/modifiers/sigil_expert"
        },
        "the_vault:sigil_master": {
          "properties": {},
          "display": {
            "name": "Master",
            "color": "#00FF00",
            "description": "This vault has been inscribed with a Master Sigil",
            "descriptionFormatted": "This vault has been inscribed with a Master Sigil, granting you the ability to craft Master Sigils",
            "icon": "the_vault:gui/modifiers/sigil_master"
          }
        },
        "the_vault:sigil_veteran": {
          "properties": {},
          "display": {
            "name": "Veteran",
            "color": "#00FF00",
            "description": "This vault has been inscribed with a Veteran Sigil",
            "descriptionFormatted": "This vault has been inscribed with a Veteran Sigil, granting you the ability to craft Veteran Sigils",
            "icon": "the_vault:gui/modifiers/sigil_veteran"
          }
        },
        "the_vault:sigil_legend": {
          "properties": {},
          "display": {
            "name": "Legend",
            "color": "#00FF00",
            "description": "This vault has been inscribed with a Legend Sigil",
            "descriptionFormatted": "This vault has been inscribed with a Legend Sigil, granting you the ability to craft Legend Sigils",
            "icon": "the_vault:gui/modifiers/sigil_legend"
          }
        }
      }
    },
    "the_vault:modifier_type/chance_artifact": {
      "the_vault:prosperous": {
        "properties": {
          "chance": 1.0
        },
        "display": {
          "name": "Prosperous",
          "color": "#EBFF8D",
          "description": "Completing this vault guarantees an Artifact!",
          "descriptionFormatted": "Completing this vault guarantees an artifact!",
          "icon": "the_vault:gui/modifiers/more_artifact1"
        }
      },
      "the_vault:serendipitous": {
        "properties": {
          "chance": 0.2
        },
        "display": {
          "name": "Serendipitous",
          "color": "#EBFF8D",
          "description": "+20% Artifact Chance",
          "descriptionFormatted": "+%d%% Artifact Chance",
          "icon": "the_vault:gui/modifiers/more_artifact1"
        }
      },
      "the_vault:cake_artifact": {
        "properties": {
          "chance": 0.005
        },
        "display": {
          "name": "Cake Artifact",
          "color": "#EBFF8D",
          "description": "Every stack increases the artifact chance by 0.5%",
          "descriptionFormatted": "Every stack increases the artifact chance by 0.5%",
          "icon": "the_vault:gui/modifiers/more_artifact1"
        }
      },
      "the_vault:plunder_artifact": {
        "properties": {
          "chance": -0.1
        },
        "display": {
          "name": "Plunder Artifact",
          "color": "#EBFF8D",
          "description": "Lowers the artifact chance of this vault by 10%",
          "descriptionFormatted": "Lowers the artifact chance of this vault by 10%",
          "icon": "the_vault:gui/modifiers/more_artifact1"
        }
      }
    },
    "the_vault:modifier_type/chance_catalyst": {
      "the_vault:prismatic": {
        "properties": {
          "chance": 0.25
        },
        "display": {
          "name": "Prismatic",
          "color": "#FC00E3",
          "description": "+25% Catalyst Fragments",
          "descriptionFormatted": "+%d%% Catalyst Fragments",
          "icon": "the_vault:gui/modifiers/more_catalyst"
        }
      }
    },
    "the_vault:modifier_type/chance_chest_trap": {
      "the_vault:looters_dream": {
        "properties": {
          "chance": -50.0
        },
        "display": {
          "name": "Looter's Dream",
          "color": "#A3E2F5",
          "description": "Chests can not be trapped",
          "icon": "the_vault:gui/modifiers/safezone"
        }
      },
      "the_vault:beginners_insurance": {
        "properties": {
          "chance": -100.0
        },
        "display": {
          "name": "Beginner's Insurance",
          "color": "#A3E2F5",
          "description": "Chests can not be trapped",
          "icon": "the_vault:gui/modifiers/safezone"
        }
      },
      "the_vault:trapped_old": {
        "properties": {
          "chance": 0.05
        },
        "display": {
          "name": "Trapped",
          "color": "#D35B00",
          "description": "+5% Chest Trap Chance",
          "descriptionFormatted": "+%d%% Chest Trap Chance",
          "icon": "the_vault:gui/modifiers/trapped"
        }
      },
      "the_vault:minefield": {
        "properties": {
          "chance": 0.4
        },
        "display": {
          "name": "Minefield",
          "color": "#D35B00",
          "description": "+40% Chest Trap Chance",
          "descriptionFormatted": "+%d%% Chest Trap Chance",
          "icon": "the_vault:gui/modifiers/trapped"
        }
      },
      "the_vault:tenos_favour_3": {
        "properties": {
          "chance": -0.01,
          "reputation": {
            "addendPerLevel": -0.01
          }
        },
        "display": {
          "name": "Tenos' Favour",
          "color": "#55FFFF",
          "description": "-1% Chest Trap Chance",
          "descriptionFormatted": "-%d%% Chest Trap Chance",
          "icon": "the_vault:gui/modifiers/god_token_tenos"
        }
      }
    },
    "the_vault:modifier_type/chance_soul_shard": {
      "the_vault:cake_haunted": {
        "properties": {
          "chance": 0.1
        },
        "display": {
          "name": "Haunted",
          "color": "#6410A1",
          "description": "+10% Soul Shard Drop Rate",
          "descriptionFormatted": "+%d%% Soul Shards",
          "icon": "the_vault:gui/modifiers/haunted"
        }
      },
      "the_vault:cake_layer_soulshards": {
        "properties": {
          "chance": 0.1
        },
        "display": {
          "name": "Haunted",
          "color": "#6410A1",
          "description": "+10% Soul Shard Drop Rate",
          "descriptionFormatted": "+%d%% Soul Shards",
          "icon": "the_vault:gui/modifiers/haunted"
        }
      },
      "the_vault:soul_shards": {
        "properties": {
          "chance": 0.05
        },
        "display": {
          "name": "Soul Shards",
          "color": "#6410A1",
          "description": "+5% Soul Shard Drop Rate",
          "descriptionFormatted": "+%d%% Soul Shards",
          "icon": "the_vault:gui/modifiers/haunted"
        }
      },
      "the_vault:soul_fest": {
        "properties": {
          "chance": 10.0
        },
        "display": {
          "name": "Soul Fest",
          "color": "#6410A1",
          "description": "+1000% Soul Shards",
          "descriptionFormatted": "+%d%% Soul Shards",
          "icon": "the_vault:gui/modifiers/soul_fest"
        }
      },
      "the_vault:soul_boost": {
        "properties": {
          "chance": 0.25
        },
        "display": {
          "name": "Soul Boost",
          "color": "#6410A1",
          "description": "+25% Soul Shard Drop Rate",
          "descriptionFormatted": "+%d%% Soul Shards",
          "icon": "the_vault:gui/modifiers/soul_shard_increase_yellow"
        }
      },
      "the_vault:more_souls": {
        "properties": {
          "chance": 0.25
        },
        "display": {
          "name": "More Souls",
          "color": "#9eff20",
          "description": "+25% Soul Shard Quantity",
          "descriptionFormatted": "+%d%% Soul Shard Quantity",
          "icon": "the_vault:gui/modifiers/soul_shard_increase_yellow"
        }
      },
      
      "the_vault:haunted": {
        "properties": {
          "chance": 0.5
        },
        "display": {
          "name": "Soul Harvest",
          "color": "#6410A1",
          "description": "+50% Soul Shard Drop Rate",
          "descriptionFormatted": "+%d%% Soul Shards",
          "icon": "the_vault:gui/modifiers/soul_shard_increase_pink"
        }
      },
      "the_vault:soul_surge": {
        "properties": {
          "chance": 1.0
        },
        "display": {
          "name": "Soul Surge",
          "color": "#6410A1",
          "description": "+100% Soul Shard Drop Rate",
          "descriptionFormatted": "+%d%% Soul Shards",
          "icon": "the_vault:gui/modifiers/soul_shard_increase_pink"
        }
      },
      "the_vault:abundant_souls": {
        "properties": {
          "chance": 2.5
        },
        "display": {
          "name": "Abundant Souls",
          "color": "#ffba00",
          "description": "+250% Soul Shard Quantity",
          "descriptionFormatted": "+%d%% Soul Shard Quantity",
          "icon": "the_vault:gui/modifiers/soul_shard_increase_pink"
        }
      },
      "the_vault:idona_soulchance": {
        "properties": {
          "chance": 2.0
        },
        "display": {
          "name": "Idona's Favour",
          "color": "#FF5555",
          "description": "+200% Soul Shard Drop Rate",
          "descriptionFormatted": "+%d%% Soul Shards",
          "icon": "the_vault:gui/modifiers/god_token_idona"
        }
      },
      "the_vault:idona_favour_2": {
        "properties": {
          "chance": 0.01,
          "reputation": {
            "addendPerLevel": 0.01
          }
        },
        "display": {
          "name": "Idona's Favour",
          "color": "#FF5555",
          "description": "+1% Soul Shard Drop Rate",
          "descriptionFormatted": "+%d%% Soul Shards",
          "icon": "the_vault:gui/modifiers/god_token_idona"
        }
      },
      "the_vault:no_souls": {
        "properties": {
          "chance": -10000.0
        },
        "display": {
          "name": "No Souls",
          "color": "#FF5555",
          "description": "No Soul Shards Dropped",
          "descriptionFormatted": "No Soul Shards Dropped",
          "icon": "the_vault:gui/modifiers/god_token_idona"
        }
      }
    },
    "the_vault:modifier_type/decorator_add": {
      "the_vault:pandoras_box": {
        "properties": {
          "output": "the_vault:pandora_box{action:\"success_memory\"}",
          "attemptsPerChunk": 1,
          "requireConditions": true,
          "roomTypeWhitelist": [
            "COMMON",
            "ORE"
          ]
        },
        "display": {
          "name": "Pandoras Boxes",
          "color": "#ffae00",
          "description": "Spawns Pandora's Boxes inside the vault",
          "icon": "the_vault:gui/modifiers/pandora"
        }
      },
      "the_vault:coin_pile": {
        "properties": {
          "output": "the_vault:placeholder[type=coin_stacks]",
          "attemptsPerChunk": 12,
          "requireConditions": true,
          "roomTypeWhitelist": [
            "COMMON",
            "ORE"
          ]
        },
        "display": {
          "name": "Bonus Coins",
          "color": "#ffae00",
          "description": "+1 Set of Coin Stacks",
          "icon": "the_vault:gui/modifiers/bonus_coin"
        }
      },
      "the_vault:gilded": {
        "properties": {
          "output": "the_vault:placeholder[type=gilded_chest]",
          "attemptsPerChunk": 8,
          "requireConditions": true,
          "roomTypeWhitelist": [
            "COMMON",
            "ORE"
          ]
        },
        "display": {
          "name": "Bonus Gilded",
          "color": "#FFEC00",
          "description": "+1 Set of Gilded Chests",
          "icon": "the_vault:gui/modifiers/gilded_chests"
        }
      },
      "the_vault:living": {
        "properties": {
          "output": "the_vault:placeholder[type=living_chest]",
          "attemptsPerChunk": 8,
          "requireConditions": true,
          "roomTypeWhitelist": [
            "COMMON",
            "ORE"
          ]
        },
        "display": {
          "name": "Bonus Living",
          "color": "#38d800",
          "description": "+1 Set of Living Chests",
          "icon": "the_vault:gui/modifiers/living_chests"
        }
      },
      "the_vault:ornate": {
        "properties": {
          "output": "the_vault:placeholder[type=ornate_chest]",
          "attemptsPerChunk": 8,
          "requireConditions": true,
          "roomTypeWhitelist": [
            "COMMON",
            "ORE"
          ]
        },
        "display": {
          "name": "Bonus Ornate",
          "color": "#c90d73",
          "description": "+1 Set of Ornate Chests",
          "icon": "the_vault:gui/modifiers/ornate_chests"
        }
      },
      "the_vault:wooden_bonus": {
        "properties": {
          "output": "the_vault:placeholder[type=wooden_chest]",
          "attemptsPerChunk": 8,
          "requireConditions": true,
          "roomTypeWhitelist": [
            "COMMON",
            "ORE"
          ]
        },
        "display": {
          "name": "Bonus Wooden",
          "color": "#c7b281",
          "description": "+1 Set of Wooden Chests",
          "icon": "the_vault:gui/modifiers/wooden_chests"
        }
      },
      "the_vault:wild": {
        "properties": {
          "output": "the_vault:wild_spawner",
          "attemptsPerChunk": 16,
          "requireConditions": true,
          "roomTypeWhitelist": [
            "COMMON",
            "ORE"
          ]
        },
        "display": {
          "name": "Wild",
          "color": "#E83F24",
          "description": "Dwellers spawns anywhere inside the vault",
          "descriptionFormatted": "+1 Set of dweller spawned mobs",
          "icon": "the_vault:gui/modifiers/crowded"
        }
      },
      "the_vault:collapsing": {
        "properties": {
          "output": "the_vault:vault_bedrock",
          "attemptsPerChunk": 16,
          "requireConditions": false
        },
        "display": {
          "name": "Collapsing",
          "color": "#E83F24",
          "description": "This vault seem to be collapsing",
          "descriptionFormatted": "This vault seem to be collapsing",
          "icon": "the_vault:gui/modifiers/chaotic"
        }
      },
      "the_vault:volcanic": {
        "properties": {
          "output": "minecraft:lava",
          "attemptsPerChunk": 20,
          "requireConditions": false
        },
        "display": {
          "name": "Volcanic",
          "color": "#E83F24",
          "description": "This vault seem to be hot",
          "descriptionFormatted": "HOT",
          "icon": "the_vault:gui/modifiers/volcanic"
        }
      },
      "the_vault:void_pools": {
        "properties": {
          "output": "the_vault:void_liquid",
          "attemptsPerChunk": 5,
          "requireConditions": false
        },
        "display": {
          "name": "Void Pools",
          "color": "#E83F24",
          "description": "This vault has pockets of voiding",
          "descriptionFormatted": "Voiding",
          "icon": "the_vault:gui/modifiers/impossible"
        }
      },
      "the_vault:explosive": {
        "properties": {
          "output": "the_vault:custom_entity_spawner{spawnerGroupName: \"tnt\"}",
          "attemptsPerChunk": 8,
          "requireConditions": false
        },
        "display": {
          "name": "Explosive",
          "color": "#bc2525",
          "description": "This vault is explosive",
          "descriptionFormatted": "This vault is explosive",
          "icon": "the_vault:gui/modifiers/volcanic"
        }
      },
      "the_vault:shulker": {
        "properties": {
          "output": "the_vault:custom_entity_spawner{spawnerGroupName: \"shulkerbullet\"}",
          "attemptsPerChunk": 24,
          "requireConditions": false
        },
        "display": {
          "name": "Shulkered",
          "color": "#CBC3E3",
          "description": "This vault is light weight",
          "descriptionFormatted": "This vault is light weight",
          "icon": "the_vault:gui/modifiers/impossible"
        }
      },
      "the_vault:royale_crates": {
        "properties": {
          "output": "the_vault:royale_loot_crate{LootTable:\"the_vault:royale_crate\"}",
          "attemptsPerChunk": 20,
          "requireConditions": true,
          "roomTypeWhitelist": [
            "COMMON",
            "ORE"
          ]
        },
        "display": {
          "name": "Royale Crates",
          "color": "#CBC3E3",
          "description": "Royale Loot Crates will spawn",
          "descriptionFormatted": "Royale Loot Crates will spawn",
          "icon": "the_vault:gui/modifiers/impossible"
        }
      }
    },
    "the_vault:modifier_type/crate_item_quantity": {
      "the_vault:crake_quantity": {
        "properties": {
          "percentage": 1.0
        },
        "display": {
          "name": "Crake Quantity",
          "color": "#38C9C0",
          "description": "+40% Crake Quantity",
          "descriptionFormatted": "+%d%% Crake Quantity",
          "icon": "the_vault:gui/modifiers/opulent"
        }
      },
      "the_vault:crate_tier": {
        "properties": {
          "percentage": 1.0
        },
        "display": {
          "name": "Crate Tier",
          "color": "#38C9C0",
          "description": "Increases the reward crate tier once per modifier",
          "descriptionFormatted": "Increases the reward crate tier once per modifier",
          "icon": "the_vault:gui/modifiers/crate_item_quantity"
        }
      }
    },
    "the_vault:modifier_type/cast_on_kill": {
      "the_vault:kill_nova": {
        "properties": {
          "filter": "",
          "ability": "nova_explosion_8",
          "probability": 0.5
        },
        "display": {
          "name": "Nova Explosion",
          "color": "#FFEA00",
          "description": "When killing a mob it will have a chance of casting a level 8 Nova on their death",
          "icon": "the_vault:gui/modifiers/kill_nuke"
        }
      },
      "the_vault:kill_frostnova": {
        "properties": {
          "filter": "",
          "ability": "nova_frost_8",
          "probability": 0.5
        },
        "display": {
          "name": "Frozen Explosion",
          "color": "#FFEA00",
          "description": "When killing a mob it will have a chance of casting a level 8 Frost Nova on their death",
          "icon": "the_vault:gui/modifiers/kill_nuke"
        }
      },
      "the_vault:kill_charm": {
        "properties": {
          "filter": "",
          "ability": "charm_8",
          "probability": 1.0
        },
        "display": {
          "name": "Charming",
          "color": "#FFEA00",
          "description": "When killing a mob it will cast Charm around it",
          "icon": "the_vault:gui/modifiers/kill_charm"
        }
      },
      "the_vault:kill_hunter": {
        "properties": {
          "filter": "",
          "ability": "hunter_lvl1",
          "probability": 0.05
        },
        "display": {
          "name": "Hunterino",
          "color": "#FFEA00",
          "description": "Mobs have a chance to cast Hunter on death",
          "icon": "the_vault:gui/modifiers/kill_hunter"
        }
      },
      "the_vault:kill_totem_wrath": {
        "properties": {
          "filter": "",
          "ability": "totem_wrath_8",
          "probability": 0.05
        },
        "display": {
          "name": "Totemic",
          "color": "#FFEA00",
          "description": "Mobs have a chance to spawn a Wrath Totem Level 8 on death",
          "icon": "the_vault:gui/modifiers/kill_totem"
        }
      },
      "the_vault:kill_totem_hatred": {
        "properties": {
          "filter": "",
          "ability": "totem_hatred_8",
          "probability": 0.02
        },
        "display": {
          "name": "Totemic",
          "color": "#FFEA00",
          "description": "Mobs have a chance to spawn a Hatred Totem Level 8 on death",
          "icon": "the_vault:gui/modifiers/kill_totem"
        }
      },
      "the_vault:kill_totem_spirit": {
        "properties": {
          "filter": "",
          "ability": "totem_spirit_8",
          "probability": 0.05
        },
        "display": {
          "name": "Totemic",
          "color": "#FFEA00",
          "description": "Mobs have a chance to spawn a Spirit Totem Level 8 on death",
          "icon": "the_vault:gui/modifiers/kill_totem"
        }
      },
      "the_vault:kill_totem_rejuv": {
        "properties": {
          "filter": "",
          "ability": "totem_rejuv_8",
          "probability": 0.05
        },
        "display": {
          "name": "Totemic",
          "color": "#FFEA00",
          "description": "Mobs have a chance to spawn a Rejuvenation Totem Level 8 on death",
          "icon": "the_vault:gui/modifiers/kill_totem"
        }
      }
    },
    "the_vault:modifier_type/drop_on_kill": {
      "the_vault:bronze_nuke": {
        "properties": {
          "filter": "",
          "lootTable": "the_vault:bronze_table"
        },
        "display": {
          "name": "Coin Explosion",
          "color": "#ffba00",
          "description": "Killing a mob will have it drop bronze or silver!",
          "icon": "the_vault:gui/modifiers/kill_coin"
        }
      }
    },
    "the_vault:modifier_type/loot_item_quantity": {
      "the_vault:item_quantity": {
        "properties": {
          "percentage": 0.1
        },
        "display": {
          "name": "Opulent",
          "color": "#ffcc73",
          "description": "+10% Item Quantity",
          "descriptionFormatted": "+%d%% Item Quantity",
          "icon": "the_vault:gui/modifiers/item_quant_2"
        }
      },
      "the_vault:fuller_chests": {
        "properties": {
          "percentage": 0.2
        },
        "display": {
          "name": "Fuller Chests",
          "color": "#9eff20",
          "description": "+15% Item Quantity",
          "descriptionFormatted": "+%d%% Item Quantity",
          "icon": "the_vault:gui/modifiers/item_quant_2"
        }
      },
      "the_vault:goblin_quantity": {
        "properties": {
          "percentage": 1.0
        },
        "display": {
          "name": "Opulent",
          "color": "#ffcc73",
          "description": "+100% Item Quantity",
          "descriptionFormatted": "+%d%% Item Quantity",
          "icon": "the_vault:gui/modifiers/item_quant_2"
        }
      },
      "the_vault:bingo_quantity": {
        "properties": {
          "percentage": 0.1
        },
        "display": {
          "name": "Bingo Quantity",
          "color": "#ffcc73",
          "description": "+10% Item Quantity",
          "descriptionFormatted": "+%d%% Item Quantity",
          "icon": "the_vault:gui/modifiers/item_quant_2"
        }
      },
      "the_vault:b_quant_1": {
        "properties": {
          "percentage": 0.05
        },
        "display": {
          "name": "Generous",
          "color": "#ffbf50",
          "description": "+5% Item Quantity",
          "descriptionFormatted": "+%d%% Item Quantity",
          "icon": "the_vault:gui/modifiers/item_quant_1"
        }
      },
      "the_vault:low_item_quantity": {
        "properties": {
          "percentage": 0.05
        },
        "display": {
          "name": "Generous",
          "color": "#ffbf50",
          "description": "+5% Item Quantity",
          "descriptionFormatted": "+%d%% Item Quantity",
          "icon": "the_vault:gui/modifiers/item_quant_1"
        }
      },
      "the_vault:trinket_chance": {
        "properties": {
          "percentage": 400.0,
          "filter": "the_vault:trinket"
        },
        "display": {
          "name": "Trinket Chance",
          "color": "#38C9C0",
          "description": "+10% Trinket Chance",
          "descriptionFormatted": "+%d%% Trinket Chance",
          "icon": "the_vault:gui/modifiers/opulent"
        }
      },
      "the_vault:soul_item": {
        "properties": {
          "percentage": 0.02
        },
        "display": {
          "name": "Soul Item Quantity",
          "color": "#38C9C0",
          "description": "+2% Item Quantity",
          "descriptionFormatted": "+%d%% Item Quantity",
          "icon": "the_vault:gui/modifiers/opulent"
        }
      },
      "the_vault:lost_quantity": {
        "properties": {
          "percentage": -0.5
        },
        "display": {
          "name": "Barren",
          "color": "#a54726",
          "description": "Chests in this vault are only half filled",
          "descriptionFormatted": "Chests in this vault are only half filled",
          "icon": "the_vault:gui/modifiers/poor"
        }
      },
      "the_vault:hoard": {
        "properties": {
          "percentage": 0.5
        },
        "display": {
          "name": "Hoard",
          "color": "#ffaf23",
          "description": "+50% Item Quantity",
          "descriptionFormatted": "+%d%% Item Quantity",
          "icon": "the_vault:gui/modifiers/item_quant_4"
        }
      },
      "the_vault:cake_item_quantity": {
        "properties": {
          "percentage": 0.01
        },
        "display": {
          "name": "Delicious",
          "color": "#38C9C0",
          "description": "+1% Item Quantity",
          "descriptionFormatted": "+%d%% Item Quantity",
          "icon": "the_vault:gui/modifiers/opulent"
        }
      },
      "the_vault:poor": {
        "properties": {
          "percentage": -0.25
        },
        "display": {
          "name": "Poor",
          "color": "#38C9C0",
          "description": "-25% Item Quantity",
          "descriptionFormatted": "-%d%% Item Quantity",
          "icon": "the_vault:gui/modifiers/poor"
        }
      },
      "the_vault:tenos_favour_2": {
        "properties": {
          "percentage": 0.25
        },
        "display": {
          "name": "Tenos' Favour",
          "color": "#55FFFF",
          "description": "Chests contain more loot",
          "descriptionFormatted": "+25%% Item Quantity",
          "icon": "the_vault:gui/modifiers/god_token_tenos"
        }
      }
    },
    "the_vault:modifier_type/loot_item_rarity": {
      "the_vault:cake_item_rarity": {
        "properties": {
          "percentage": 0.01
        },
        "display": {
          "name": "Sweet",
          "color": "#b3ff20",
          "description": "+1% Item Rarity",
          "descriptionFormatted": "+%d%% Item Rarity",
          "icon": "the_vault:gui/modifiers/lucky"
        }
      },
      "the_vault:luckier_chests": {
        "properties": {
          "percentage": 0.2
        },
        "display": {
          "name": "Luckier Chests",
          "color": "#9eff20",
          "description": "+200% Item Rarity",
          "descriptionFormatted": "+%d%% Item Rarity",
          "icon": "the_vault:gui/modifiers/lucky"
        }
      },
      "the_vault:goblin_rarity": {
        "properties": {
          "percentage": 2.0
        },
        "display": {
          "name": "Rarity",
          "color": "#b3ff20",
          "description": "+200% Item Rarity",
          "descriptionFormatted": "+%d%% Item Rarity",
          "icon": "the_vault:gui/modifiers/lucky"
        }
      },
      "the_vault:bingo_rarity": {
        "properties": {
          "percentage": 0.1
        },
        "display": {
          "name": "Bingo Rarity",
          "color": "#b3ff20",
          "description": "+10% Item Rarity",
          "descriptionFormatted": "+%d%% Item Rarity",
          "icon": "the_vault:gui/modifiers/lucky"
        }
      },
      "the_vault:cake_layer_itemrarity": {
        "properties": {
          "percentage": 0.01
        },
        "display": {
          "name": "Sweet",
          "color": "#b3ff20",
          "description": "+1% Item Rarity",
          "descriptionFormatted": "+%d%% Item Rarity",
          "icon": "the_vault:gui/modifiers/lucky"
        }
      },
      "the_vault:soul_rarity": {
        "properties": {
          "percentage": 0.02
        },
        "display": {
          "name": "Soul Rarity",
          "color": "#b3ff20",
          "description": "+2% Item Rarity",
          "descriptionFormatted": "+%d%% Item Rarity",
          "icon": "the_vault:gui/modifiers/lucky"
        }
      },
      "the_vault:item_rarity": {
        "properties": {
          "percentage": 0.1
        },
        "display": {
          "name": "Lucky",
          "color": "#f3ff70",
          "description": "+10% Item Rarity",
          "descriptionFormatted": "+%d%% Item Rarity",
          "icon": "the_vault:gui/modifiers/item_rarity_2"
        }
      },
      "the_vault:pristine": {
        "properties": {
          "percentage": 0.25
        },
        "display": {
          "name": "Pristine",
          "color": "#f0ff4a",
          "description": "+25% Item Rarity",
          "descriptionFormatted": "+%d%% Item Rarity",
          "icon": "the_vault:gui/modifiers/item_rarity_1"
        }
      },
      "the_vault:tenos_rarity": {
        "properties": {
          "percentage": 0.5
        },
        "display": {
          "name": "Tenos' Favour",
          "color": "#55FFFF",
          "description": "+50% Item Rarity",
          "descriptionFormatted": "+%d%% Item Rarity",
          "icon": "the_vault:gui/modifiers/god_token_tenos"
        }
      },
      "the_vault:fortuitous": {
        "properties": {
          "percentage": 0.5
        },
        "display": {
          "name": "Fortuitous",
          "color": "#edff26",
          "description": "+50% Item Rarity",
          "descriptionFormatted": "+%d%% Item Rarity",
          "icon": "the_vault:gui/modifiers/item_rarity_3"
        }
      },
      "the_vault:treasure": {
        "properties": {
          "percentage": 1.0
        },
        "display": {
          "name": "Treasure",
          "color": "#eaff00",
          "description": "+100% Item Rarity",
          "descriptionFormatted": "+%d%% Item Rarity",
          "icon": "the_vault:gui/modifiers/treasure"
        }
      },
      "the_vault:unlucky": {
        "properties": {
          "percentage": -0.5
        },
        "display": {
          "name": "Unlucky",
          "color": "#b3ff20",
          "description": "-50% Item Rarity",
          "descriptionFormatted": "-%d%% Item Rarity",
          "icon": "the_vault:gui/modifiers/unlucky"
        }
      },
      "the_vault:tenos_favour_1": {
        "properties": {
          "percentage": 0.01,
          "reputation": {
            "addendPerLevel": 0.01
          }
        },
        "display": {
          "name": "Tenos' Favour",
          "color": "#55FFFF",
          "description": "+1% Item Rarity",
          "descriptionFormatted": "+%d%% Item Rarity",
          "icon": "the_vault:gui/modifiers/god_token_tenos"
        }
      }
    },
    "the_vault:modifier_type/mob_attribute": {
      "the_vault:daycare_scale": {
        "properties": {
          "type": "scale",
          "amount": -0.5,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Scale Test",
          "color": "#dc693c",
          "description": "The mobs are visiting daycare and have shrunk by half their size!",
          "descriptionFormatted": "The mobs are visiting daycare and have shrunk by %d%% size!",
          "icon": "the_vault:gui/modifiers/daycare"
        }
      },
      "the_vault:nightcare": {
        "properties": {
          "type": "scale",
          "amount": -0.5,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Scale Test",
          "color": "#dc693c",
          "description": "The mobs are visiting daycare and have shrunk by half their size!",
          "descriptionFormatted": "The mobs are visiting daycare and have shrunk by %d%% size!",
          "icon": "the_vault:gui/modifiers/daycare"
        }
      },
      "the_vault:crit_mobs": {
        "properties": {
          "type": "crit_chance_additive",
          "amount": 1.0,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Lethal",
          "color": "#dc693c",
          "description": "Mobs in this vault will always hit critical strikes",
          "descriptionFormatted": "Mobs in this vault will always hit critical strikes",
          "icon": "the_vault:gui/modifiers/destructive"
        }
      },
      "the_vault:chunky_mobs": {
        "properties": {
          "type": "max_health_additive_percentile",
          "amount": 0.1,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Chunky Mobs",
          "color": "#dc693c",
          "description": "+10% Mob Health",
          "descriptionFormatted": "+%d%% Mob Health",
          "icon": "the_vault:gui/modifiers/chunky"
        }
      },
      "the_vault:chunky_mobs2": {
        "properties": {
          "type": "max_health_additive_percentile",
          "amount": 0.2,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Chunky Mobs",
          "color": "#dc693c",
          "description": "+20% Mob Health",
          "descriptionFormatted": "+%d%% Mob Health",
          "icon": "the_vault:gui/modifiers/chunky"
        }
      },
      "the_vault:brutal_chunky_mobs": {
        "properties": {
          "type": "max_health_additive_percentile",
          "amount": 0.5,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Brutally Chunky Mobs",
          "color": "#dc693c",
          "description": "+50% Mob Health",
          "descriptionFormatted": "+%d%% Mob Health",
          "icon": "the_vault:gui/modifiers/chunky"
        }
      },
      "the_vault:cake_chunky_mobs": {
        "properties": {
          "type": "max_health_additive_percentile",
          "amount": 0.01,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Heavy",
          "color": "#dc693c",
          "description": "+1% Mob Health",
          "descriptionFormatted": "+%d%% Mob Health",
          "icon": "the_vault:gui/modifiers/chunky"
        }
      },
      "the_vault:cake_layer_mobhealth": {
        "properties": {
          "type": "max_health_additive_percentile",
          "amount": 0.005,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Heavy",
          "color": "#dc693c",
          "description": "+0,05% Mob Health",
          "descriptionFormatted": "+%d%% Mob Health",
          "icon": "the_vault:gui/modifiers/chunky"
        }
      },
      "the_vault:furious_mobs": {
        "properties": {
          "type": "attack_damage_additive_percentile",
          "amount": 0.1,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Angry Mobs",
          "color": "#da6d5a",
          "description": "+10% Mob Damage",
          "descriptionFormatted": "+%d%% Mob Damage",
          "icon": "the_vault:gui/modifiers/furious_mobs"
        }
      },
      "the_vault:weak_mobs_damage": {
        "properties": {
          "type": "attack_damage_additive_percentile",
          "amount": -0.75,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Weak Mobs",
          "color": "#da6d5a",
          "description": "-75% Mob Damage",
          "descriptionFormatted": "+%d%% Mob Damage",
          "icon": "the_vault:gui/modifiers/furious_mobs"
        }
      },
      "the_vault:lower_damage": {
        "properties": {
          "type": "attack_damage_additive_percentile",
          "amount": -0.5,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Still Learning Mobs",
          "color": "#da6d5a",
          "description": "-50% Mob Damage",
          "descriptionFormatted": "+%d%% Mob Damage",
          "icon": "the_vault:gui/modifiers/furious_mobs"
        }
      },
      "the_vault:ruthless_mobs": {
        "properties": {
          "type": "attack_damage_additive_percentile",
          "amount": 0.2,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Ruthless Mobs",
          "color": "#da6d5a",
          "description": "+20% Mob Damage",
          "descriptionFormatted": "+%d%% Mob Damage",
          "icon": "the_vault:gui/modifiers/ruthless_mobs"
        }
      },
      "the_vault:royales_challenge": {
        "properties": {
          "type": "attack_damage_additive_percentile",
          "amount": 0.2,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Royale Challenge",
          "color": "#da6d5a",
          "description": "+20% Mob Damage",
          "descriptionFormatted": "+%d%% Mob Damage",
          "icon": "the_vault:gui/modifiers/ruthless_mobs"
        }
      },
      "the_vault:brutal_mobs": {
        "properties": {
          "type": "attack_damage_additive_percentile",
          "amount": 0.5,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Brutal Mobs",
          "color": "#da6d5a",
          "description": "+50% Mob Damage",
          "descriptionFormatted": "+%d%% Mob Damage",
          "icon": "the_vault:gui/modifiers/furious"
        }
      },
      "the_vault:cake_layer_mobdmg": {
        "properties": {
          "type": "attack_damage_additive_percentile",
          "amount": 0.08,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Anger",
          "color": "#da6d5a",
          "description": "+8% Mob Damage",
          "descriptionFormatted": "+%d%% Mob Damage",
          "icon": "the_vault:gui/modifiers/frenzy"
        }
      },
      "the_vault:cake_furious_mobs": {
        "properties": {
          "type": "attack_damage_additive_percentile",
          "amount": 0.01,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Anger",
          "color": "#da6d5a",
          "description": "+1% Mob Damage",
          "descriptionFormatted": "+%d%% Mob Damage",
          "icon": "the_vault:gui/modifiers/frenzy"
        }
      },
      "the_vault:infuriated_mobs": {
        "properties": {
          "type": "speed_additive_percentile",
          "amount": 0.05,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Rapid Mobs",
          "color": "#f66868",
          "description": "+5% Mob Speed",
          "descriptionFormatted": "+%d%% Mob Speed",
          "icon": "the_vault:gui/modifiers/rapid_mobs"
        }
      },
      "the_vault:glued_mobs": {
        "properties": {
          "type": "speed_additive_percentile",
          "amount": -0.90,
          "attributeStackingStrategy": "SET"
        },
        "display": {
          "name": "Glued Mobs",
          "color": "#f66868",
          "description": "-90% Mob Speed",
          "descriptionFormatted": "-%d%% Mob Speed",
          "icon": "the_vault:gui/modifiers/glued_mobs"
        }
      },
      "the_vault:faster_mobs": {
        "properties": {
          "type": "speed_additive_percentile",
          "amount": 0.1,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Faster Mobs",
          "color": "#bc2525",
          "description": "+10% Mob Speed",
          "descriptionFormatted": "+%d%% Mob Speed",
          "icon": "the_vault:gui/modifiers/rapid_mobs"
        }
      },
      "the_vault:brutal_faster_mobs": {
        "properties": {
          "type": "speed_additive_percentile",
          "amount": 0.2,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Brutal Faster Mobs",
          "color": "#f66868",
          "description": "+10% Mob Speed",
          "descriptionFormatted": "+%d%% Mob Speed",
          "icon": "the_vault:gui/modifiers/rapid_mobs"
        }
      },
      "the_vault:cake_layer_mobspeed": {
        "properties": {
          "type": "speed_additive_percentile",
          "amount": 0.015,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Rapid Mobs",
          "color": "#f66868",
          "description": "+0,15% Mob Speed",
          "descriptionFormatted": "+%d%% Mob Speed",
          "icon": "the_vault:gui/modifiers/rapid_mobs"
        }
      }
    },
    "the_vault:modifier_type/mob_curse_on_hit": {
      "the_vault:fatiguing": {
        "properties": {
          "effect": "minecraft:mining_fatigue",
          "effectAmplifier": 4,
          "effectDurationTicks": 200,
          "onHitApplyChance": 0.1
        },
        "display": {
          "name": "Fatiguing",
          "color": "#9B3E56",
          "description": "+10% increased chance mobs Fatigue on hit",
          "descriptionFormatted": "+%d%% increased chance mobs Fatigue on hit",
          "icon": "the_vault:gui/modifiers/hex_chaining"
        }
      },
      "the_vault:freezing": {
        "properties": {
          "effect": "minecraft:slowness",
          "effectAmplifier": 5,
          "effectDurationTicks": 200,
          "onHitApplyChance": 0.1
        },
        "display": {
          "name": "Freezing",
          "color": "#2FFBF4",
          "description": "+10% increased chance mobs Slow on hit",
          "descriptionFormatted": "+%d%% increased chance mobs Slow on hit",
          "icon": "the_vault:gui/modifiers/hex_chilling"
        }
      },
      "the_vault:poisonous": {
        "properties": {
          "effect": "minecraft:poison",
          "effectAmplifier": 1,
          "effectDurationTicks": 200,
          "onHitApplyChance": 0.1
        },
        "display": {
          "name": "Poisonous",
          "color": "#84BF17",
          "description": "+10% increased chance mobs Poison on hit",
          "descriptionFormatted": "+%d%% increased chance mobs Poison on hit",
          "icon": "the_vault:gui/modifiers/hex_poison"
        }
      },
      "the_vault:wither": {
        "properties": {
          "effect": "minecraft:wither",
          "effectAmplifier": 2,
          "effectDurationTicks": 200,
          "onHitApplyChance": 0.1
        },
        "display": {
          "name": "Withering",
          "color": "#5A5851",
          "description": "+10% increased chance mobs Wither on hit",
          "descriptionFormatted": "+%d%% increased chance mobs Wither on hit",
          "icon": "the_vault:gui/modifiers/hex_wither"
        }
      },
      "the_vault:voiding": {
        "properties": {
          "effect": "the_vault:time_acceleration",
          "effectAmplifier": 5,
          "effectDurationTicks": 40,
          "onHitApplyChance": 0.1
        },
        "display": {
          "name": "Voiding",
          "color": "#5A5851",
          "description": "+10% increased chance mobs will void time on hit",
          "descriptionFormatted": "+%d%% increased chance mobs will void time on hit",
          "icon": "the_vault:gui/modifiers/hex_wither"
        }
      }
    },
    "the_vault:modifier_type/mob_frenzy": {
      "the_vault:frenzy": {
        "properties": {
          "damage": 3.0,
          "movementSpeed": 0.1,
          "maxHealth": 2.0,
          "doHealthReduction": true
        },
        "display": {
          "name": "Frenzy",
          "color": "#FC7C5C",
          "description": "+300% Mob Damage, +10% Mob Speed, Mob Health reduced to 1",
          "icon": "the_vault:gui/modifiers/frenzy"
        }
      },
      "the_vault:overpower": {
        "properties": {
          "damage": 0.0,
          "movementSpeed": 0.0,
          "maxHealth": 2.0,
          "doHealthReduction": true
        },
        "display": {
          "name": "Overpower",
          "color": "#FC7C5C",
          "description": "Mobs spawn with 1 heart!",
          "icon": "the_vault:gui/modifiers/overpower"
        }
      }
    },
    "the_vault:modifier_type/spawner_mobs": {
      "the_vault:mob_increase": {
        "properties": {
          "increase": 1.0
        },
        "display": {
          "name": "Onslaught",
          "color": "#FC7C5C",
          "description": "+20% Mob Spawns",
          "descriptionFormatted": "+%d%% increased amount of mob spawns",
          "icon": "the_vault:gui/modifiers/mob_increase"
        }
      },
      "the_vault:more_mobs": {
        "properties": {
          "increase": 0.25
        },
        "display": {
          "name": "More Mobs",
          "color": "#bc2525",
          "description": "+25% Mob Spawns",
          "descriptionFormatted": "+%d%% increased amount of mob spawns",
          "icon": "the_vault:gui/modifiers/mob_increase"
        }
      },
      "the_vault:cake_mob_increase": {
        "properties": {
          "increase": 0.1
        },
        "display": {
          "name": "Onslaught",
          "color": "#FC7C5C",
          "description": "+10% Mob Spawns",
          "descriptionFormatted": "+%d%% increased amount of mob spawns",
          "icon": "the_vault:gui/modifiers/mob_increase"
        }
      }
    },
    "the_vault:modifier_type/mob_spawn_count": {
      "the_vault:crowded": {
        "properties": {
          "maxMobsAdded": 1
        },
        "display": {
          "name": "Crowded",
          "color": "#E83F24",
          "description": "+1 Mob Spawns",
          "descriptionFormatted": "+%d Mob Spawns",
          "icon": "the_vault:gui/modifiers/crowded"
        }
      },
      "the_vault:personal_space": {
        "properties": {
          "maxMobsAdded": -1
        },
        "display": {
          "name": "Personal Space",
          "color": "#F9B1FF",
          "description": "-1 Mob Spawns",
          "descriptionFormatted": "-%d Mob Spawns",
          "icon": "the_vault:gui/modifiers/personalspace"
        }
      }
    },
    "the_vault:modifier_type/player_attribute": {
      "the_vault:draining": {
        "properties": {
          "type": "mana_regen_additive_percentile",
          "amount": -0.1,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Draining",
          "color": "#849dc8",
          "description": "-10% Mana Regeneration",
          "descriptionFormatted": "-%d%% Mana Regeneration",
          "icon": "the_vault:gui/modifiers/draining"
        }
      },
      "the_vault:mana_regen_down": {
        "properties": {
          "type": "mana_regen_additive_percentile",
          "amount": -0.25,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Lost Mana Regen",
          "color": "#849dc8",
          "description": "-25% Mana Regeneration",
          "descriptionFormatted": "-%d%% Mana Regeneration",
          "icon": "the_vault:gui/modifiers/draining"
        }
      },
      "the_vault:energizing": {
        "properties": {
          "type": "mana_regen_additive_percentile",
          "amount": 0.25,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Energizing",
          "color": "#849dc8",
          "description": "+25% Mana Regeneration",
          "descriptionFormatted": "+%d%% Mana Regeneration",
          "icon": "the_vault:gui/modifiers/energizing"
        }
      },
      "the_vault:mana_regen": {
        "properties": {
          "type": "mana_regen_additive_percentile",
          "amount": 5.0,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Mana Regen",
          "color": "#849dc8",
          "description": "+500% Mana Regeneration",
          "descriptionFormatted": "+%d%% Mana Regeneration",
          "icon": "the_vault:gui/modifiers/energizing"
        }
      },
      "the_vault:mana_leak": {
        "properties": {
          "type": "mana_regen_additive_percentile",
          "amount": -20.0,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Mana Leak",
          "color": "#849dc8",
          "description": "Players in this vault no longer regenerate mana",
          "descriptionFormatted": "Players in this vault no longer regenerate mana",
          "icon": "the_vault:gui/modifiers/draining"
        }
      },
      "the_vault:injured": {
        "properties": {
          "type": "max_health_additive",
          "amount": -2.0,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Injured",
          "color": "#bc2525",
          "description": "-1 Heart",
          "descriptionFormatted": "-%d Hit Points",
          "icon": "the_vault:gui/modifiers/injured"
        }
      },
      "the_vault:wounded": {
        "properties": {
          "type": "max_health_additive",
          "amount": -10.0,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Wounded",
          "color": "#631F1F",
          "description": "Removes 5 hearts",
          "descriptionFormatted": "-%d Health",
          "icon": "the_vault:gui/modifiers/injured"
        }
      },
      "the_vault:drained": {
        "properties": {
          "type": "mana_regen_additive_percentile",
          "amount": -0.7,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Drained",
          "color": "#849dc8",
          "description": "-70% Mana Regeneration",
          "descriptionFormatted": "-%d%% Mana Regeneration",
          "icon": "the_vault:gui/modifiers/draining"
        }
      },
      "the_vault:idona_favour_1": {
        "properties": {
          "type": "attack_damage_additive_percentile",
          "amount": 0.5,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Idona's Favour",
          "color": "#FF5555",
          "description": "Players deal more physical damage in this vault",
          "descriptionFormatted": "+50% Attack Damage",
          "icon": "the_vault:gui/modifiers/god_token_idona"
        }
      },
      "the_vault:kbres": {
        "properties": {
          "type": "knockback_resistance_additive",
          "amount": 100.0,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Knockback Resistance",
          "color": "#849dc8",
          "description": "+100% Knockback Resistance",
          "descriptionFormatted": "+%d%% Knockback Resistance",
          "icon": "the_vault:gui/modifiers/draining"
        }
      },
      "the_vault:velara_favour_3": {
        "properties": {
          "type": "max_health_additive_percentile",
          "amount": 0.01,
          "attributeStackingStrategy": "STACK",
          "reputation": {
            "addendPerLevel": 0.01
          }
        },
        "display": {
          "name": "Velara's Favour",
          "color": "#FF5555",
          "description": "+1% Max Health",
          "descriptionFormatted": "+%d%% Max Health",
          "icon": "the_vault:gui/modifiers/god_token_velara"
        }
      },
      "the_vault:injured_percent": {
        "properties": {
          "type": "max_health_additive_percentile",
          "amount": -0.1,
          "attributeStackingStrategy": "STACK",
          "reputation": {
            "addendPerLevel": 0.01
          }
        },
        "display": {
          "name": "Injured",
          "color": "#bc2525",
          "description": "-10% Max Health",
          "descriptionFormatted": "-%d%% Max Health",
          "icon": "the_vault:gui/modifiers/injured"
        }
      },
      "the_vault:wendarr_favour_1": {
        "properties": {
          "type": "mana_regen_additive_percentile",
          "amount": 0.01,
          "attributeStackingStrategy": "STACK",
          "reputation": {
            "addendPerLevel": 0.01
          }
        },
        "display": {
          "name": "Wendarr's Favour",
          "color": "#FFAA00",
          "description": "+1% Mana Regeneration",
          "descriptionFormatted": "+%d%% Mana Regeneration",
          "icon": "the_vault:gui/modifiers/god_token_wendarr"
        }
      },
      "the_vault:wendarr_regen": {
        "properties": {
          "type": "mana_regen_additive_percentile",
          "amount": 1.0,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Wendarr's Favour",
          "color": "#FFAA00",
          "description": "+100% Mana Regeneration",
          "descriptionFormatted": "+%d%% Mana Regeneration",
          "icon": "the_vault:gui/modifiers/god_token_wendarr"
        }
      },
      "the_vault:wendarr_favour_2": {
        "properties": {
          "type": "mana_max_additive_percentile",
          "amount": 0.01,
          "attributeStackingStrategy": "STACK",
          "reputation": {
            "addendPerLevel": 0.01
          }
        },
        "display": {
          "name": "Wendarr's Favour",
          "color": "#FFAA00",
          "description": "+1% Max Mana",
          "descriptionFormatted": "+%d%% Max Mana",
          "icon": "the_vault:gui/modifiers/god_token_wendarr"
        }
      }
    },
    "the_vault:modifier_type/player_durability_damage": {
      "the_vault:frail": {
        "properties": {
          "durabilityDamageTakenMultiplier": 1.2
        },
        "display": {
          "name": "Frail",
          "color": "#7B7E7F",
          "description": "+20% Durability Damage",
          "descriptionFormatted": "+%d%% Durability Damage",
          "icon": "the_vault:gui/modifiers/frail"
        }
      },
      "the_vault:reinforced": {
        "properties": {
          "durabilityDamageTakenMultiplier": 0.9
        },
        "display": {
          "name": "Reinforced",
          "color": "#9550FF",
          "description": "-10% Durability Damage",
          "descriptionFormatted": "-%d%% Durability Damage",
          "icon": "the_vault:gui/modifiers/reinforced"
        }
      },
      "the_vault:extra_reinforced": {
        "properties": {
          "durabilityDamageTakenMultiplier": 0.0
        },
        "display": {
          "name": "Extra Reinforced",
          "color": "#9550FF",
          "description": "-100% Durability Damage",
          "descriptionFormatted": "-%d%% Durability Damage",
          "icon": "the_vault:gui/modifiers/reinforced"
        }
      },
      "the_vault:no_durability_damage": {
        "properties": {
          "durabilityDamageTakenMultiplier": 0.0
        },
        "display": {
          "name": "No Durability Damage",
          "color": "#9550FF",
          "description": "Players take no durability damage in this vault",
          "descriptionFormatted": "Players take no durability damage in this vault",
          "icon": "the_vault:gui/modifiers/reinforced"
        }
      }
    },
    "the_vault:modifier_type/player_effect": {
      "the_vault:hunger": {
        "properties": {
          "effect": "minecraft:hunger",
          "effectAmplifier": 6,
          "operator": "add",
          "type": "icon_only"
        },
        "display": {
          "name": "Hunger",
          "color": "#E8DACD",
          "description": "Hunger",
          "descriptionFormatted": "+%d Hunger",
          "icon": "the_vault:gui/modifiers/hunger"
        }
      },
      "the_vault:lucky": {
        "properties": {
          "effect": "minecraft:luck",
          "effectAmplifier": 1,
          "operator": "add",
          "type": "icon_only"
        },
        "display": {
          "name": "Lucky",
          "color": "#b3ff20",
          "description": "+1 Luck",
          "descriptionFormatted": "+%d Luck",
          "icon": "the_vault:gui/modifiers/lucky"
        }
      },
      "the_vault:slowed": {
        "properties": {
          "effect": "minecraft:slowness",
          "effectAmplifier": 1,
          "operator": "add",
          "type": "icon_only"
        },
        "display": {
          "name": "Slowed",
          "color": "#4C6786",
          "description": "+1 Slowness",
          "descriptionFormatted": "+%d Slowness",
          "icon": "the_vault:gui/modifiers/slowed"
        }
      },
      "the_vault:slowed_t2": {
        "properties": {
          "effect": "minecraft:slowness",
          "effectAmplifier": 2,
          "operator": "add",
          "type": "icon_only"
        },
        "display": {
          "name": "Slowed T2",
          "color": "#4C6786",
          "description": "+2 Slowness",
          "descriptionFormatted": "+%d Slowness",
          "icon": "the_vault:gui/modifiers/slowed"
        }
      },
      "the_vault:speedy": {
        "properties": {
          "effect": "minecraft:speed",
          "effectAmplifier": 1,
          "operator": "add",
          "type": "icon_only"
        },
        "display": {
          "name": "Speedy",
          "color": "#00CDFF",
          "description": "+1 Speed",
          "descriptionFormatted": "+%d Speed",
          "icon": "the_vault:gui/modifiers/speed"
        }
      },
      "the_vault:swift": {
        "properties": {
          "effect": "minecraft:speed",
          "effectAmplifier": 1,
          "operator": "add",
          "type": "icon_only"
        },
        "display": {
          "name": "Swift",
          "color": "#FFE068",
          "description": "+1 Speed",
          "descriptionFormatted": "+%d Speed",
          "icon": "the_vault:gui/modifiers/speed"
        }
      },
      "the_vault:wendarr_speed": {
        "properties": {
          "effect": "minecraft:speed",
          "effectAmplifier": 2,
          "operator": "add",
          "type": "icon_only"
        },
        "display": {
          "name": "Wendarr's Favour",
          "color": "#d89e01",
          "description": "Players move faster in this vault! (+2 Speed)",
          "descriptionFormatted": "Players move faster in this vault! (+2 Speed)",
          "icon": "the_vault:gui/modifiers/god_token_wendarr"
        }
      },
      "the_vault:stronk": {
        "properties": {
          "effect": "minecraft:strength",
          "effectAmplifier": 1,
          "operator": "add",
          "type": "icon_only"
        },
        "display": {
          "name": "Stronk",
          "color": "#d73b46",
          "description": "+1 Strength",
          "descriptionFormatted": "+%d Strength",
          "icon": "the_vault:gui/modifiers/stronk"
        }
      },
      "the_vault:strength": {
        "properties": {
          "effect": "minecraft:strength",
          "effectAmplifier": 1,
          "operator": "add",
          "type": "icon_only"
        },
        "display": {
          "name": "Strength",
          "color": "#d73b46",
          "description": "+1 Strength",
          "descriptionFormatted": "+%d Strength",
          "icon": "the_vault:gui/modifiers/stronk"
        }
      },
      "the_vault:tired": {
        "properties": {
          "effect": "minecraft:mining_fatigue",
          "effectAmplifier": 1,
          "operator": "add",
          "type": "icon_only"
        },
        "display": {
          "name": "Mining Fatigue",
          "color": "#E8E9E1",
          "description": "+1 Mining Fatigue",
          "descriptionFormatted": "+%d Mining Fatigue",
          "icon": "the_vault:gui/modifiers/tired"
        }
      },
      "the_vault:tired_t2": {
        "properties": {
          "effect": "minecraft:mining_fatigue",
          "effectAmplifier": 3,
          "operator": "add",
          "type": "icon_only"
        },
        "display": {
          "name": "Mining Fatigue T2",
          "color": "#E8E9E1",
          "description": "+3 Mining Fatigue",
          "descriptionFormatted": "+%d Mining Fatigue",
          "icon": "the_vault:gui/modifiers/tired"
        }
      },
      "the_vault:weakened": {
        "properties": {
          "effect": "minecraft:weakness",
          "effectAmplifier": 1,
          "operator": "add",
          "type": "icon_only"
        },
        "display": {
          "name": "Weakened",
          "color": "#9F5300",
          "description": "+1 Weakness",
          "descriptionFormatted": "+%d Weakness",
          "icon": "the_vault:gui/modifiers/weakness"
        }
      },
      "the_vault:weakened_t2": {
        "properties": {
          "effect": "minecraft:weakness",
          "effectAmplifier": 3,
          "operator": "add",
          "type": "icon_only"
        },
        "display": {
          "name": "Weakened T2",
          "color": "#9F5300",
          "description": "+3 Weakness",
          "descriptionFormatted": "+%d Weakness",
          "icon": "the_vault:gui/modifiers/weakness"
        }
      },
      "the_vault:weakened_t3": {
        "properties": {
          "effect": "minecraft:weakness",
          "effectAmplifier": 6,
          "operator": "add",
          "type": "icon_only"
        },
        "display": {
          "name": "Weakened T3",
          "color": "#9F5300",
          "description": "+6 Weakness",
          "descriptionFormatted": "+%d Weakness",
          "icon": "the_vault:gui/modifiers/weakness"
        }
      },
      "the_vault:velara_favour_1": {
        "properties": {
          "effect": "minecraft:regeneration",
          "effectAmplifier": 1,
          "operator": "add",
          "type": "icon_only",
          "reputation": {
            "addendPerLevel": 0.02
          }
        },
        "display": {
          "name": "Velara's Favour",
          "color": "#55FF55",
          "description": "+1 Regeneration",
          "descriptionFormatted": "+%d Regeneration",
          "icon": "the_vault:gui/modifiers/god_token_velara"
        }
      },
      "the_vault:regeneration": {
        "properties": {
          "effect": "minecraft:regeneration",
          "effectAmplifier": 1,
          "operator": "add",
          "type": "icon_only"
        },
        "display": {
          "name": "Regeneration",
          "color": "#55FF55",
          "description": "+1 Regeneration",
          "descriptionFormatted": "+%d Regeneration",
          "icon": "the_vault:gui/modifiers/regeneration"
        }
      },
      "the_vault:mega_regen": {
        "properties": {
          "effect": "minecraft:regeneration",
          "effectAmplifier": 3,
          "operator": "add",
          "type": "icon_only"
        },
        "display": {
          "name": "Regeneration",
          "color": "#55FF55",
          "description": "+3 Regeneration",
          "descriptionFormatted": "+%d Regeneration",
          "icon": "the_vault:gui/modifiers/regeneration"
        }
      },
      "the_vault:saturation": {
        "properties": {
          "effect": "minecraft:saturation",
          "effectAmplifier": 1,
          "operator": "add",
          "type": "icon_only"
        },
        "display": {
          "name": "Saturation",
          "color": "#fc7b2b",
          "description": "+1 Saturation",
          "descriptionFormatted": "+%d Saturation",
          "icon": "the_vault:gui/modifiers/saturation"
        }
      }
    },
    "the_vault:modifier_type/player_inventory_restore": {
      "the_vault:afterlife": {
        "properties": {
          "preventsArtifact": false,
          "experienceMultiplierOnDeath": 0.0,
          "experienceMultiplierOnSuccess": 0.5,
          "isInstantRevival": false,
          "durabilityPenalty": 1.0
        },
        "display": {
          "name": "Afterlife",
          "color": "#0FA6E3",
          "description": "You will gain 50% less experience in this vault, but if you die you will keep your inventory and receive a durability penalty.",
          "icon": "the_vault:gui/modifiers/afterlife"
        }
      },
      "the_vault:phoenix": {
        "properties": {
          "preventsArtifact": false,
          "experienceMultiplierOnDeath": 0.0,
          "experienceMultiplierOnSuccess": 1.0,
          "isInstantRevival": true,
          "durabilityPenalty": 1.0
        },
        "display": {
          "name": "Phoenix",
          "color": "#FF8900",
          "description": "If killed in a vault you will be revived instantly and the Phoenix modifier will fizzle",
          "icon": "the_vault:gui/modifiers/phoenix"
        }
      },
      "the_vault:beginners_grace": {
        "properties": {
          "preventsArtifact": false,
          "experienceMultiplierOnDeath": 0.0,
          "experienceMultiplierOnSuccess": 1.0,
          "isInstantRevival": false,
          "durabilityPenalty": 1.0
        },
        "display": {
          "name": "Beginner's Grace",
          "color": "#FF8900",
          "description": "If killed in the vault you will keep your inventory but receive a durability penalty.",
          "icon": "the_vault:gui/modifiers/beginners_grace"
        }
      },
      "the_vault:casual": {
        "properties": {
          "preventsArtifact": false,
          "experienceMultiplierOnDeath": 0.0,
          "experienceMultiplierOnSuccess": 1.0,
          "isInstantRevival": false,
          "durabilityPenalty": 0.0
        },
        "display": {
          "name": "Casual Mode",
          "color": "#FF8900",
          "description": "If killed in the vault you will keep your inventory, there is also no durability penalty.",
          "icon": "the_vault:gui/modifiers/beginners_grace"
        }
      }
    },
    "the_vault:modifier_type/player_no_exit": {
      "the_vault:locked": {
        "properties": {},
        "display": {
          "name": "Locked",
          "color": "#bc2525",
          "description": "Vault can't be bailed",
          "icon": "the_vault:gui/modifiers/raffle"
        }
      },
      "the_vault:soul_locked": {
        "properties": {},
        "display": {
          "name": "Locked",
          "color": "#bc2525",
          "description": "This vault can not be exited without completing it.",
          "icon": "the_vault:gui/modifiers/raffle"
        }
      },
      "the_vault:raffle": {
        "properties": {},
        "display": {
          "name": "Raffle",
          "color": "#C5001B",
          "description": "Locks the vault",
          "icon": "the_vault:gui/modifiers/raffle"
        }
      }
    },
    "the_vault:modifier_type/player_no_vault_fruit": {
      "the_vault:rotten": {
        "properties": {},
        "display": {
          "name": "Rotten",
          "color": "#A0AF5B",
          "description": "Vault Powerups have no effect",
          "icon": "the_vault:gui/modifiers/rotten"
        }
      }
    },
    "the_vault:modifier_type/player_stat": {
      "the_vault:velara_tear": {
        "properties": {
          "stat": "velara_affinity",
          "addend": 0.01
        },
        "display": {
          "name": "Velara's Tear",
          "color": "#54fc54",
          "description": "+1% Velara Affinity",
          "descriptionFormatted": "%d%% Velara Affinity",
          "icon": "the_vault:gui/modifiers/velara_tear"
        }
      },
      "the_vault:idona_tear": {
        "properties": {
          "stat": "idona_affinity",
          "addend": 0.01
        },
        "display": {
          "name": "Idona's Tear",
          "color": "#d80000",
          "description": "+1% Idona Affinity",
          "descriptionFormatted": "%d%% Idona Affinity",
          "icon": "the_vault:gui/modifiers/idona_tear"
        }
      },
      "the_vault:tenos_tear": {
        "properties": {
          "stat": "tenos_affinity",
          "addend": 0.01
        },
        "display": {
          "name": "Tenos' Tear",
          "color": "#009dde",
          "description": "+1% Tenos Affinity",
          "descriptionFormatted": "%d%% Tenos Affinity",
          "icon": "the_vault:gui/modifiers/tenos_tear"
        }
      },
      "the_vault:wendarr_tear": {
        "properties": {
          "stat": "wendarr_affinity",
          "addend": 0.01
        },
        "display": {
          "name": "Wendarr's Tear",
          "color": "#dea700",
          "description": "+1% Wendarr Affinity",
          "descriptionFormatted": "%d%% Wendarr Affinity",
          "icon": "the_vault:gui/modifiers/wendarr_tear"
        }
      },
      "the_vault:movement_speed": {
        "properties": {
          "stat": "speed",
          "addend": 0.02
        },
        "display": {
          "name": "Movement Speed",
          "color": "#dea700",
          "description": "+2% Movement Speed",
          "descriptionFormatted": "%d%% Movement Speed",
          "icon": "the_vault:gui/modifiers/speed"
        }
      },
      "the_vault:clumsy": {
        "properties": {
          "stat": "block_chance",
          "addend": -0.1
        },
        "display": {
          "name": "Clumsy",
          "color": "#CB866D",
          "description": "-10% Parry",
          "descriptionFormatted": "%d%% Parry",
          "icon": "the_vault:gui/modifiers/clumsy"
        }
      },
      "the_vault:trapped": {
        "properties": {
          "stat": "trap_disarm_chance",
          "addend": -0.5
        },
        "display": {
          "name": "Clumsy",
          "color": "#CB866D",
          "description": "-50% Trap Disarm & Increases traps while below 0%",
          "descriptionFormatted": "%d%% Trap Disarm",
          "icon": "the_vault:gui/modifiers/trapped"
        }
      },
      "the_vault:more_traps": {
        "properties": {
          "stat": "trap_disarm_chance",
          "addend": -0.5
        },
        "display": {
          "name": "More Traps",
          "color": "#bc2525",
          "description": "Increases chance of trapped chests and lowers your trap disarm",
          "descriptionFormatted": "%d%% Trap Disarm",
          "icon": "the_vault:gui/modifiers/trapped"
        }
      },
      "the_vault:inert": {
        "properties": {
          "stat": "cooldown_reduction",
          "addend": -0.1
        },
        "display": {
          "name": "Inert",
          "color": "#6DACB5",
          "description": "-10% Cooldown Reduction",
          "descriptionFormatted": "%d%% Cooldown Reduction",
          "icon": "the_vault:gui/modifiers/inert"
        }
      },
      "the_vault:weakened_cdr": {
        "properties": {
          "stat": "cooldown_reduction",
          "addend": -0.2
        },
        "display": {
          "name": "Weakened CDR",
          "color": "#6DACB5",
          "description": "-20% Cooldown Reduction",
          "descriptionFormatted": "%d%% Cooldown Reduction",
          "icon": "the_vault:gui/modifiers/inert"
        }
      },
      "the_vault:cooldown_reduction": {
        "properties": {
          "stat": "cooldown_reduction",
          "addend": 0.8
        },
        "display": {
          "name": "CDR",
          "color": "#6DACB5",
          "description": "+80% Cooldown Reduction",
          "descriptionFormatted": "%d%% Cooldown Reduction",
          "icon": "the_vault:gui/modifiers/inert"
        }
      },
      "the_vault:cooldown_down": {
        "properties": {
          "stat": "cooldown_reduction",
          "addend": 0.2
        },
        "display": {
          "name": "Cooldown Reduction",
          "color": "#6DACB5",
          "description": "+20% Cooldown Reduction",
          "descriptionFormatted": "%d%% Cooldown Reduction",
          "icon": "the_vault:gui/modifiers/inert"
        }
      },
      "the_vault:cdr_5": {
        "properties": {
          "stat": "cooldown_reduction",
          "addend": 0.05
        },
        "display": {
          "name": "Cooldown Reduction",
          "color": "#6DACB5",
          "description": "+5% Cooldown Reduction",
          "descriptionFormatted": "%d%% Cooldown Reduction",
          "icon": "the_vault:gui/modifiers/inert"
        }
      },
      "the_vault:wendarr_cdr": {
        "properties": {
          "stat": "cooldown_reduction",
          "addend": 0.5
        },
        "display": {
          "name": "Inert",
          "color": "#6DACB5",
          "description": "+50% Cooldown Reduction",
          "descriptionFormatted": "%d%% Cooldown Reduction",
          "icon": "the_vault:gui/modifiers/inert"
        }
      },
      "the_vault:vulnerable": {
        "properties": {
          "stat": "resistance",
          "addend": -0.1
        },
        "display": {
          "name": "Vulnerable",
          "color": "#CA9A5B",
          "description": "-10% Resistance",
          "descriptionFormatted": "%d%% Resistance",
          "icon": "the_vault:gui/modifiers/vulnerable"
        }
      },
      "the_vault:tanky": {
        "properties": {
          "stat": "resistance",
          "addend": 0.5
        },
        "display": {
          "name": "Tanky",
          "color": "#CA9A5B",
          "description": "+50% Resistance",
          "descriptionFormatted": "%d%% Resistance",
          "icon": "the_vault:gui/modifiers/vulnerable"
        }
      },
      "the_vault:copiously": {
        "properties": {
          "stat": "copiously",
          "addend": 0.05
        },
        "display": {
          "name": "Copiously",
          "color": "#F74780",
          "description": "+5% Copiously",
          "descriptionFormatted": "%d%% Copiously",
          "icon": "the_vault:gui/modifiers/rich"
        }
      },
      "the_vault:richer_ores": {
        "properties": {
          "stat": "copiously",
          "addend": 0.15
        },
        "display": {
          "name": "Richer Ores",
          "color": "#9eff20",
          "description": "+15% Copiously",
          "descriptionFormatted": "+%d%% Copiously",
          "icon": "the_vault:gui/modifiers/rich"
        }
      },
      "the_vault:opulent_ores": {
        "properties": {
          "stat": "copiously",
          "addend": 0.5
        },
        "display": {
          "name": "Opulent Ores",
          "color": "#ffba00",
          "description": "+50% Copiously",
          "descriptionFormatted": "%d%% Copiously",
          "icon": "the_vault:gui/modifiers/rich"
        }
      },
      "the_vault:idona_favour_3": {
        "properties": {
          "stat": "leech",
          "addend": 0.005,
          "reputation": {
            "addendPerLevel": 0.0002
          }
        },
        "display": {
          "name": "Idona's Favour",
          "color": "#FF5555",
          "description": "+0.5% Leech",
          "descriptionFormatted": "+%d%% Leech",
          "icon": "the_vault:gui/modifiers/god_token_idona"
        }
      },
      "the_vault:antiheal": {
        "properties": {
          "stat": "healing_effectiveness",
          "addend": -0.2
        },
        "display": {
          "name": "Velara's Wrath",
          "color": "#849dc8",
          "description": "-20% Healing Efficiency",
          "descriptionFormatted": "-%d%% Healing Efficiency",
          "icon": "the_vault:gui/modifiers/velara"
        }
      },
      "the_vault:grievous_wounds": {
        "properties": {
          "stat": "healing_effectiveness",
          "addend": -0.20
        },
        "display": {
          "name": "Grievous Wounds",
          "color": "#bc2525",
          "description": "-20% Healing Efficiency",
          "descriptionFormatted": "%d%% Healing Efficiency",
          "icon": "the_vault:gui/modifiers/antiheal2"
        }
      },
      "the_vault:enervated": {
        "properties": {
          "stat": "healing_effectiveness",
          "addend": -0.8
        },
        "display": {
          "name": "Enervated",
          "color": "#849dc8",
          "description": "Healing in this vault is very inefficient",
          "descriptionFormatted": "Healing in this vault is very inefficient",
          "icon": "the_vault:gui/modifiers/antiheal"
        }
      },
      "the_vault:velara_favour_2": {
        "properties": {
          "stat": "healing_effectiveness",
          "addend": 0.5
        },
        "display": {
          "name": "Velara's Favour",
          "color": "#55FF55",
          "description": "Healing is more efficient! (+50% Healing Effectiveness)",
          "descriptionFormatted": "Healing is more efficient! (+%d%% Healing Effectiveness)",
          "icon": "the_vault:gui/modifiers/god_token_velara"
        }
      },
      "the_vault:wendarr_favour_3": {
        "properties": {
          "stat": "cooldown_reduction",
          "addend": 0.005,
          "reputation": {
            "addendPerLevel": 0.005
          }
        },
        "display": {
          "name": "Wendarr's Favour",
          "color": "#FF5555",
          "description": "+0.5% Cooldown Reduction",
          "descriptionFormatted": "+%d%% Cooldown Reduction",
          "icon": "the_vault:gui/modifiers/god_token_wendarr"
        }
      },
      "the_vault:idona_favour_ap": {
        "properties": {
          "type": "ability_power_percent",
          "amount": 0.5,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Idona's Favour",
          "color": "#FF5555",
          "description": "Players deal more ability damage in this vault",
          "descriptionFormatted": "+50% Ability Power",
          "icon": "the_vault:gui/modifiers/god_token_idona"
        }
      },
      "the_vault:durability_reduction": {
        "properties": {
          "type": "durability_wear_reduction",
          "amount": 1.0,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Durability Reduction",
          "color": "#FF5555",
          "description": "+100% Durability Reduction",
          "descriptionFormatted": "+100% Durability Reduction",
          "icon": "the_vault:gui/modifiers/reinforced"
        }
      },
      "the_vault:ability_power": {
        "properties": {
          "type": "ability_power_percent",
          "amount": 0.05,
          "attributeStackingStrategy": "STACK"
        },
        "display": {
          "name": "Ability Power",
          "color": "#FF5555",
          "description": "+5% Ability Power",
          "descriptionFormatted": "+5% Ability Power",
          "icon": "the_vault:gui/modifiers/god_token_idona"
        }
      }
    },
    "the_vault:modifier_type/vault_level": {
      "the_vault:difficult": {
        "properties": {
          "levelAdded": 3
        },
        "display": {
          "name": "Difficult",
          "color": "#E20000",
          "description": "+3 Vault Level",
          "descriptionFormatted": "+%d Vault Level",
          "icon": "the_vault:gui/modifiers/difficult"
        }
      },
      "the_vault:easy": {
        "properties": {
          "levelAdded": -3
        },
        "display": {
          "name": "Easy",
          "color": "#70FF2A",
          "description": "-3 Vault Level",
          "descriptionFormatted": "-%d Vault Level",
          "icon": "the_vault:gui/modifiers/easy"
        }
      }
    },
    "the_vault:modifier_type/vault_lootable_weight": {
      "the_vault:plentiful": {
        "properties": {
          "type": "ORE",
          "chance": 0.2
        },
        "display": {
          "name": "Plentiful",
          "color": "#FF85FF",
          "description": "+20% Vault Ores",
          "descriptionFormatted": "+%d%% Vault Ores",
          "icon": "the_vault:gui/modifiers/plentiful"
        }
      },
      "the_vault:no_ores": {
        "properties": {
          "type": "ORE",
          "chance": -100.0
        },
        "display": {
          "name": "No Ores",
          "color": "#FF85FF",
          "description": "-100% Vault Ores",
          "descriptionFormatted": "+%d%% Vault Ores",
          "icon": "the_vault:gui/modifiers/chaotic"
        }
      },
      "the_vault:soul_ores": {
        "properties": {
          "type": "ORE",
          "chance": 0.02
        },
        "display": {
          "name": "Soul Plentiful",
          "color": "#FF85FF",
          "description": "+5% Vault Ores",
          "descriptionFormatted": "+%d%% Vault Ores",
          "icon": "the_vault:gui/modifiers/plentiful"
        }
      },
      "the_vault:cake_ores": {
        "properties": {
          "type": "ORE",
          "chance": 0.05
        },
        "display": {
          "name": "Soul Plentiful",
          "color": "#FF85FF",
          "description": "+5% Vault Ores",
          "descriptionFormatted": "+%d%% Vault Ores",
          "icon": "the_vault:gui/modifiers/plentiful"
        }
      }
    },
    "the_vault:modifier_type/vault_time": {
      "the_vault:extended": {
        "properties": {
          "timeAddedTicks": 1800
        },
        "display": {
          "name": "Extended",
          "color": "#2F86AE",
          "description": "+1.5 minutes Vault Time",
          "descriptionFormatted": "+%d minutes Vault Time",
          "icon": "the_vault:gui/modifiers/extended"
        }
      },
      "the_vault:shortened": {
        "properties": {
          "timeAddedTicks": -1200
        },
        "display": {
          "name": "Shortened",
          "color": "#2F86AE",
          "description": "-1 minute Vault Time",
          "descriptionFormatted": "-%d minutes Vault Time",
          "icon": "the_vault:gui/modifiers/rush"
        }
      },
      "the_vault:companion_shortened": {
        "properties": {
          "timeAddedTicks": -3000
        },
        "display": {
          "name": "Shortened",
          "color": "#2F86AE",
          "description": "-2.5 minute Vault Time",
          "descriptionFormatted": "-%d minutes Vault Time",
          "icon": "the_vault:gui/modifiers/rush"
        }
      },
      "the_vault:cherry": {
        "properties": {
          "timeAddedTicks": 600
        },
        "display": {
          "name": "Cherry",
          "color": "#2F86AE",
          "description": "+30 seconds Vault Time",
          "descriptionFormatted": "+%d seconds Vault Time",
          "icon": "the_vault:gui/modifiers/extended"
        }
      },
      "the_vault:rushed": {
        "properties": {
          "timeAddedTicks": -1200
        },
        "display": {
          "name": "Rushed",
          "color": "#FFCD6F",
          "description": "-1 minute Vault Time",
          "descriptionFormatted": "-%d minutes Vault Time",
          "icon": "the_vault:gui/modifiers/rush"
        }
      }
    },
    "the_vault:modifier_type/game_controls": {
      "the_vault:confused": {
        "properties": {
          "forward": true,
          "backward": true,
          "jump": true,
          "swapLeftAndRight": true
        },
        "display": {
          "name": "Confused",
          "color": "#7738C9",
          "description": "Left and Right swapped",
          "descriptionFormatted": "Left and Right swapped",
          "icon": "the_vault:gui/modifiers/confused"
        }
      },
      "the_vault:crab_walk": {
        "properties": {
          "forward": false,
          "backward": false,
          "jump": true,
          "swapLeftAndRight": false
        },
        "display": {
          "name": "Crab Walk",
          "color": "#7738C9",
          "description": "The only way is sideways",
          "descriptionFormatted": "The only way is sideways",
          "icon": "the_vault:gui/modifiers/crab_walk"
        }
      },
      "the_vault:jupiter_gravity": {
        "properties": {
          "forward": true,
          "backward": true,
          "jump": false,
          "swapLeftAndRight": false
        },
        "display": {
          "name": "Jupiter Gravity",
          "color": "#7738C9",
          "description": "No Jump",
          "descriptionFormatted": "No Jump",
          "icon": "the_vault:gui/modifiers/jupiter_gravity"
        }
      }
    },
    "the_vault:modifier_type/camera": {
      "the_vault:backwards": {
        "properties": {
          "behindPlayer": true,
          "xRot": 0,
          "yRot": 0
        },
        "display": {
          "name": "Backwards",
          "color": "#7738C9",
          "description": "See behind you!",
          "descriptionFormatted": "See behind you!",
          "icon": "the_vault:gui/modifiers/backwards"
        }
      }
    },
    "the_vault:modifier_type/experience": {
      "the_vault:xp_reduction": {
        "properties": {
          "addend": -0.25
        },
        "display": {
          "name": "Vault XP Reduction",
          "color": "#DB7C00",
          "description": "-25% Vault XP Gained",
          "descriptionFormatted": "+%d%% Vault XP Gained",
          "icon": "the_vault:gui/modifiers/impossible"
        }
      },
      "the_vault:soul_xp": {
        "properties": {
          "addend": 0.02
        },
        "display": {
          "name": "Extra Vault Experience",
          "color": "#DB7C00",
          "description": "+2% Vault XP Gained",
          "descriptionFormatted": "+%d%% Vault XP Gained",
          "icon": "the_vault:gui/modifiers/experienced"
        }
      },
      "the_vault:noxp": {
        "properties": {
          "addend": -10000.0
        },
        "display": {
          "name": "No XP",
          "color": "#DB7C00",
          "description": "-100% Vault XP Gained",
          "descriptionFormatted": "+%d%% Vault XP Gained",
          "icon": "the_vault:gui/modifiers/impossible"
        }
      },
      "the_vault:xp_gain": {
        "properties": {
          "addend": 0.20
        },
        "display": {
          "name": "Accustomed",
          "color": "#DB7C00",
          "description": "+20% Vault Experience",
          "descriptionFormatted": "+%d%% Vault Experience",
          "icon": "the_vault:gui/modifiers/experienced"
        }
      },
      "the_vault:more_experience": {
        "properties": {
          "addend": 0.15
        },
        "display": {
          "name": "More Experience",
          "color": "#9eff20",
          "description": "+15% Vault Experience",
          "descriptionFormatted": "+%d%% Vault Experience",
          "icon": "the_vault:gui/modifiers/experienced"
        }
      },
      "the_vault:enlighted": {
        "properties": {
          "addend": 1.0
        },
        "display": {
          "name": "Enlightened",
          "color": "#DB7C00",
          "description": "+100% Vault Experience",
          "descriptionFormatted": "+%d%% Vault Experience",
          "icon": "the_vault:gui/modifiers/experienced"
        }
      },
      "the_vault:ignore_modifier_extended": {
        "properties": {
          "addend": -0.5
        },
        "display": {
          "name": "Wendarr's Challenge",
          "color": "#d89e01",
          "description": "Extended will not work in this vault",
          "descriptionFormatted": "Extended will not work in this vault",
          "icon": "the_vault:gui/modifiers/god_token_wendarr"
        }
      },
      "the_vault:locker_debt": {
        "properties": {
          "addend": -10000.0
        },
        "display": {
          "name": "The Locker's Claim",
          "color": "#76b289",
          "description": "Owed and unpaid. Earn no XP until your debt is settled",
          "descriptionFormatted": "Owed and unpaid. Earn no XP until your debt is settled",
          "icon": "the_vault:gui/modifiers/curse_voidpools"
        }
      }
    },
    "the_vault:modifier_type/inline_pool": {
      "the_vault:chaos": {
        "properties": {
          "pool": "the_vault:chaos",
          "level": 0
        },
        "display": {
          "name": "Chaos",
          "color": "#DB7C00",
          "description": "A Chaotic Experience",
          "icon": "the_vault:gui/modifiers/impossible"
        }
      },
      "the_vault:wendarr_inline": {
        "properties": {
          "pool": "the_vault:wendarr_favours",
          "level": 0
        },
        "display": {
          "name": "Wendarr's Favour",
          "color": "#d89e01",
          "description": "Wendarr Favoured",
          "icon": "the_vault:gui/modifiers/god_token_wendarr"
        }
      },
      "the_vault:idona_inline": {
        "properties": {
          "pool": "the_vault:idona_favours",
          "level": 0
        },
        "display": {
          "name": "Idona's Favour",
          "color": "#d80000",
          "description": "Idona Favoured",
          "icon": "the_vault:gui/modifiers/god_token_idona"
        }
      },
      "the_vault:tenos_inline": {
        "properties": {
          "pool": "the_vault:tenos_favours",
          "level": 0
        },
        "display": {
          "name": "Tenos's Favour",
          "color": "#009dde",
          "description": "Tenos Favoured",
          "icon": "the_vault:gui/modifiers/god_token_tenos"
        }
      },
      "the_vault:velara_inline": {
        "properties": {
          "pool": "the_vault:velara_favours",
          "level": 0
        },
        "display": {
          "name": "Velara's Favour",
          "color": "#04e113",
          "description": "Velara Favoured",
          "icon": "the_vault:gui/modifiers/god_token_velara"
        }
      },
      "the_vault:random_negative": {
        "properties": {
          "pool": "the_vault:random_negative",
          "level": 0
        },
        "display": {
          "name": "Random Negative",
          "color": "#fe3333",
          "description": "Unknown Negative Modifier",
          "icon": "the_vault:gui/modifiers/impossible"
        }
      }
    },
    "the_vault:modifier_type/decorator_cascade": {
      "the_vault:gilded_cascade": {
        "properties": {
          "filter": "the_vault:gilded_chest",
          "chance": 0.25
        },
        "display": {
          "name": "Gilded",
          "color": "#FFEC00",
          "description": "+25% Gilded Chests",
          "descriptionFormatted": "+%d%% Gilded Chests",
          "icon": "the_vault:gui/modifiers/gilded"
        }
      },
      "the_vault:soul_cascade_gilded": {
        "properties": {
          "filter": "the_vault:gilded_chest",
          "chance": 0.01
        },
        "display": {
          "name": "Gilded",
          "color": "#FFEC00",
          "description": "+1% Gilded Chests",
          "descriptionFormatted": "+%d%% Gilded Chests",
          "icon": "the_vault:gui/modifiers/gilded"
        }
      },
      "the_vault:cake_cascade_gilded": {
        "properties": {
          "filter": "the_vault:gilded_chest",
          "chance": 0.075
        },
        "display": {
          "name": "Gilded",
          "color": "#FFEC00",
          "description": "+5% Gilded Chests",
          "descriptionFormatted": "+%d%% Gilded Chests",
          "icon": "the_vault:gui/modifiers/gilded"
        }
      },
      
      "the_vault:soul_cascade_ornate": {
        "properties": {
          "filter": "the_vault:ornate_chest",
          "chance": 0.01
        },
        "display": {
          "name": "Ornate",
          "color": "#FFEC00",
          "description": "+1% Ornate Chests",
          "descriptionFormatted": "+%d%% Ornate Chests",
          "icon": "the_vault:gui/modifiers/ornate"
        }
      },
      "the_vault:cake_cascade_ornate": {
        "properties": {
          "filter": "the_vault:ornate_chest",
          "chance": 0.075
        },
        "display": {
          "name": "Ornate",
          "color": "#FFEC00",
          "description": "+5% Ornate Chests",
          "descriptionFormatted": "+%d%% Ornate Chests",
          "icon": "the_vault:gui/modifiers/ornate"
        }
      },
      "the_vault:soul_cascade_living": {
        "properties": {
          "filter": "the_vault:living_chest",
          "chance": 0.01
        },
        "display": {
          "name": "Living",
          "color": "#38d800",
          "description": "+5% Living Chests",
          "descriptionFormatted": "+%d%% Living Chests",
          "icon": "the_vault:gui/modifiers/living"
        }
      },
      "the_vault:cake_cascade_living": {
        "properties": {
          "filter": "the_vault:living_chest",
          "chance": 0.075
        },
        "display": {
          "name": "Living",
          "color": "#38d800",
          "description": "+5% Living Chests",
          "descriptionFormatted": "+%d%% Living Chests",
          "icon": "the_vault:gui/modifiers/living"
        }
      },
      "the_vault:soul_cascade_wooden": {
        "properties": {
          "filter": "the_vault:wooden_chest",
          "chance": 0.01
        },
        "display": {
          "name": "Wooden",
          "color": "#c7b281",
          "description": "+5% Wooden Chests",
          "descriptionFormatted": "+%d%% Wooden Chests",
          "icon": "the_vault:gui/modifiers/wooden"
        }
      },
      "the_vault:cake_cascade_wooden": {
        "properties": {
          "filter": "the_vault:wooden_chest",
          "chance": 0.075
        },
        "display": {
          "name": "Wooden",
          "color": "#c7b281",
          "description": "+5% Wooden Chests",
          "descriptionFormatted": "+%d%% Wooden Chests",
          "icon": "the_vault:gui/modifiers/wooden"
        }
      },
      "the_vault:living_cascade": {
        "properties": {
          "filter": "the_vault:living_chest",
          "chance": 0.25
        },
        "display": {
          "name": "Living",
          "color": "#38d800",
          "description": "+25% Living Chests",
          "descriptionFormatted": "+%d%% Living Chests",
          "icon": "the_vault:gui/modifiers/living"
        }
      },
      "the_vault:ornate_cascade": {
        "properties": {
          "filter": "the_vault:ornate_chest",
          "chance": 0.25
        },
        "display": {
          "name": "Ornate",
          "color": "#c90d73",
          "description": "+25% Ornate Chests",
          "descriptionFormatted": "+%d%% Ornate Chests",
          "icon": "the_vault:gui/modifiers/ornate"
        }
      },
      "the_vault:wooden_cascade": {
        "properties": {
          "filter": "the_vault:wooden_chest",
          "chance": 0.25
        },
        "display": {
          "name": "Wooden",
          "color": "#c7b281",
          "description": "+25% Wooden Chests",
          "descriptionFormatted": "+%d%% Wooden Chests",
          "icon": "the_vault:gui/modifiers/wooden"
        }
      },
      "the_vault:coin_cascade": {
        "properties": {
          "filter": "the_vault:coin_pile",
          "chance": 0.25
        },
        "display": {
          "name": "Wealthy",
          "color": "#ffae00",
          "description": "+25% Coin Piles",
          "descriptionFormatted": "+%d%% Coin Piles",
          "icon": "the_vault:gui/modifiers/wealthy"
        }
      },
      "the_vault:cake_coin_cascade": {
        "properties": {
          "filter": "the_vault:coin_pile",
          "chance": 0.035
        },
        "display": {
          "name": "Wealthy",
          "color": "#ffae00",
          "description": "+10% Coin Piles",
          "descriptionFormatted": "+%d%% Coin Piles",
          "icon": "the_vault:gui/modifiers/wealthy"
        }
      },
      "the_vault:soul_coin_cascade": {
        "properties": {
          "filter": "the_vault:coin_pile",
          "chance": 0.01
        },
        "display": {
          "name": "Wealthy",
          "color": "#ffae00",
          "description": "+10% Coin Piles",
          "descriptionFormatted": "+%d%% Coin Piles",
          "icon": "the_vault:gui/modifiers/wealthy"
        }
      },
      "the_vault:spawner_cascade": {
        "properties": {
          "filter": "the_vault:spawner_cascade",
          "chance": 0.3
        },
        "display": {
          "name": "Spawned",
          "color": "#c90d73",
          "description": "+30% Spawners",
          "descriptionFormatted": "+%d%% Spawners",
          "icon": "the_vault:gui/modifiers/wealhty"
        }
      }
    },
    "the_vault:modifier_type/chance_champion": {
      "the_vault:champion_chance": {
        "properties": {
          "chance": 0.1
        },
        "display": {
          "name": "Champion's Abode",
          "color": "#c346aa",
          "description": "+10% Chance for Champions to Spawn",
          "icon": "the_vault:gui/modifiers/champions_abode"
        }
      },
      "the_vault:champion_domain": {
        "properties": {
          "chance": 0.1
        },
        "display": {
          "name": "Champion's Domain",
          "color": "#bbf333",
          "description": "Increased Chance for Champions to Spawn",
          "icon": "the_vault:gui/modifiers/champion_domain"
        }
      },
      "the_vault:champion_paradox": {
        "properties": {
          "chance": 0.05
        },
        "display": {
          "name": "More Champions",
          "color": "#ffba00",
          "description": "+5% Chance for Champions to Spawn",
          "icon": "the_vault:gui/modifiers/champion_increase"
        }
      }
    },
    "the_vault:modifier_type/grouped": {
      "the_vault:royale": {
        "properties": {
          "children": {
            "the_vault:royale_crates": 1
          }
        },
        "display": {
          "name": "Royale",
          "color": "#bbf333",
          "description": "Vault Royale Objective",
          "icon": "the_vault:gui/modifiers/royale"
        }
      },
      "the_vault:buffed": {
        "properties": {
          "children": {
            "the_vault:energizing": 1,
            "the_vault:cdr_5": 1,
            "the_vault:movement_speed": 1,
            "the_vault:ability_power": 1
          }
        },
        "display": {
          "name": "Buffed",
          "color": "#bbf333",
          "description": "Adds Mana Regen, Cooldown Reduction, Damage, Ability Power, Movement Speed and Health",
          "icon": "the_vault:gui/modifiers/stronk"
        }
      },
      "the_vault:bingo": {
        "properties": {
          "children": {
            "the_vault:bingo_quantity": 1,
            "the_vault:bingo_rarity": 1,
            "the_vault:soul_boost": 1
          }
        },
        "display": {
          "name": "Bingo!",
          "color": "#bbf333",
          "description": "Every BINGO Increases Item Quantity & Rarity by 10%, and boosts soul quantity by 25%",
          "icon": "the_vault:gui/modifiers/bingo"
        }
      },
      "the_vault:trial_chambers": {
        "properties": {
          "children": {
            "the_vault:noloot_destroy": 1,
            "the_vault:extra_reinforced": 1,
            "the_vault:noxp": 1,
            "the_vault:beginners_grace": 1,
            "the_vault:no_ores": 1,
            "the_vault:no_reward": 1,
            "the_vault:no_souls": 1,
            "the_vault:no_durability_damage": 1
          }
        },
        "display": {
          "name": "Trial Chambers",
          "color": "#bbf333",
          "description": "The Trial Chambers does not contain loot, you get no experience, and you take no durability damage!",
          "icon": "the_vault:gui/modifiers/chaotic"
        }
      },
      "the_vault:rock_solid": {
        "properties": {
          "children": {
            "the_vault:kbres": 1,
            "the_vault:tanky": 1
          }
        },
        "display": {
          "name": "Rock Solid",
          "color": "#e6dfc6",
          "description": "+50% Resistance and +100% Knockback Resistance",
          "icon": "the_vault:gui/modifiers/rock_solid"
        }
      },
      "the_vault:loot_goblin": {
        "properties": {
          "children": {
            "the_vault:goblin_quantity": 1,
            "the_vault:goblin_rarity": 1
          }
        },
        "display": {
          "name": "Loot Goblin",
          "color": "#bbf333",
          "description": "Adds +100% Item Quantity and +200% Item Rarity!",
          "icon": "the_vault:gui/modifiers/loot_goblin"
        }
      },
      "the_vault:door_hunter": {
        "properties": {
          "children": {
            "the_vault:dungeon_doors": 1,
            "the_vault:treasure_doors": 1,
            "the_vault:vendoor_doors": 1
          }
        },
        "display": {
          "name": "Door Hunter",
          "color": "#bbf333",
          "description": "Reveals all doors inside the vault!",
          "icon": "the_vault:gui/modifiers/door_hunter"
        }
      },
      "the_vault:objective_hunter": {
        "properties": {
          "children": {
            "the_vault:scavenger_altar": 1,
            "the_vault:lodestone": 1,
            "the_vault:monolith": 1,
            "the_vault:grid_gateway": 1
          }
        },
        "display": {
          "name": "Objective Hunter",
          "color": "#bbf333",
          "description": "Reveals all objective blocks inside the vault!",
          "icon": "the_vault:gui/modifiers/door_hunter"
        }
      },
      "the_vault:kill_nuke": {
        "properties": {
          "children": {
            "the_vault:kill_nova": 1,
            "the_vault:kill_frostnova": 1
          }
        },
        "display": {
          "name": "Nova Explosion",
          "color": "#bbf333",
          "description": "Killing a mob will have a high chance of casting a Nova and/or a Frost Nova on its death.",
          "icon": "the_vault:gui/modifiers/kill_nuke"
        }
      },
      "the_vault:kill_totem": {
        "properties": {
          "children": {
            "the_vault:kill_totem_hatred": 1,
            "the_vault:kill_totem_wrath": 1,
            "the_vault:kill_totem_spirit": 1,
            "the_vault:kill_totem_rejuv": 1
          }
        },
        "display": {
          "name": "Totemic",
          "color": "#FFEA00",
          "description": "Killing a mob has a chance of spawning a random Totem",
          "icon": "the_vault:gui/modifiers/kill_totem"
        }
      },
      "the_vault:herald": {
        "properties": {
          "children": {
            "the_vault:beginners_grace": 1,
            "the_vault:locked": 1,
            "the_vault:furious_mobs": 3
          }
        },
        "display": {
          "name": "Herald's Grace",
          "color": "#ad2b2b",
          "description": "Dying in this vault does not cause you any item loss, and this vault is of course locked.",
          "icon": "the_vault:gui/modifiers/beginners_grace"
        }
      },
      "the_vault:companion_curse": {
        "properties": {
          "children": {
            "the_vault:companion_shortened": 1
          }
        },
        "display": {
          "name": "Companion's Curse",
          "color": "#ad2b2b",
          "description": "Lowers the vault time with 2.5 minutes",
          "icon": "the_vault:gui/modifiers/curse_voidpools"
        }
      },
      "the_vault:potion_drink": {
        "properties": {
          "children": {
            "the_vault:lost_quantity": 1,
            "the_vault:shortened": 1
          }
        },
        "display": {
          "name": "Potion Curse",
          "color": "#d52424",
          "description": "You drank a vanilla potion, this has upset the gods, chests have lost contents, and a minute has been removed from the vault",
          "icon": "the_vault:gui/modifiers/curse_freezing"
        }
      },
      "the_vault:companion_challenge": {
        "properties": {
          "children": {
            "the_vault:furious_mobs": 1,
            "the_vault:cake_layer_mobspeed": 1,
            "the_vault:cake_mob_increase": 1
          }
        },
        "display": {
          "name": "Companion's Challenge",
          "color": "#ba0000",
          "description": "Increases mob damage and mob spawns by 10% per stack, and increases mob speed by 1.5% per stack",
          "icon": "the_vault:gui/modifiers/companion_challenge"
        }
      },
      "the_vault:challenge_stack": {
        "properties": {
          "children": {
            "the_vault:furious_mobs": 1,
            "the_vault:cake_layer_mobspeed": 1,
            "the_vault:cake_mob_increase": 1
          }
        },
        "display": {
          "name": "Challenge Stack",
          "color": "#ba0000",
          "description": "Increases mob damage and mob spawns by 10% per stack, and increases mob speed by 1.5% per stack",
          "icon": "the_vault:gui/modifiers/challenging"
        }
      },
      "the_vault:curse_collapsing": {
        "properties": {
          "children": {
            "the_vault:collapsing": 1,
            "the_vault:wild": 1,
            "the_vault:wrecked": 1
          }
        },
        "display": {
          "name": "Collapsing",
          "color": "#ad2b2b",
          "description": "This vault is cursed, it's collapsing, has less time, and wild mobs will appear",
          "icon": "the_vault:gui/modifiers/curse_collapsing"
        }
      },
      "the_vault:curse": {
        "properties": {
          "children": {
            "the_vault:companion_shortened": 1
          }
        },
        "display": {
          "name": "Cursed!",
          "color": "#ad2b2b",
          "description": "This Vault is Cursed, causing it to have less time",
          "icon": "the_vault:gui/modifiers/curse_voidpools"
        }
      },
      "the_vault:curse_voiding": {
        "properties": {
          "children": {
            "the_vault:void_pools": 1,
            "the_vault:wild": 1,
            "the_vault:wrecked": 1
          }
        },
        "display": {
          "name": "Void Pools",
          "color": "#ad2b2b",
          "description": "This vault is cursed, void pools have spawned, wild mobs appears and the vault seems to not populate correctly.",
          "icon": "the_vault:gui/modifiers/curse_voidpools"
        }
      },
      "the_vault:curse_explosive": {
        "properties": {
          "children": {
            "the_vault:explosive": 1,
            "the_vault:wild": 1,
            "the_vault:wrecked": 1
          }
        },
        "display": {
          "name": "Explosive",
          "color": "#ad2b2b",
          "description": "This vault is cursed, there are random explosions, wild mobs appears and the vault seems to not populate correctly.",
          "icon": "the_vault:gui/modifiers/curse_explosive"
        }
      },
      "the_vault:curse_freezing": {
        "properties": {
          "children": {
            "the_vault:freezing": 1,
            "the_vault:wild": 1,
            "the_vault:wrecked": 1
          }
        },
        "display": {
          "name": "Freezing Mobs",
          "color": "#ad2b2b",
          "description": "This vault is cursed, mobs freeze you when attacking, wild mobs appears and the vault seems to not populate correctly.",
          "icon": "the_vault:gui/modifiers/curse_freezing"
        }
      },
      "the_vault:curse_wrecked": {
        "properties": {
          "children": {
            "the_vault:wrecked": 1,
            "the_vault:wild": 1,
            "the_vault:shortened": 1
          }
        },
        "display": {
          "name": "Wrecked Vault",
          "color": "#ad2b2b",
          "description": "This vault is cursed, mobs freeze you when attacking, it has less time, and wild mobs will appear",
          "icon": "the_vault:gui/modifiers/curse_wrecked"
        }
      },

      "the_vault:stronger_mobs": {
        "properties": {
          "children": {
            "the_vault:ruthless_mobs": 1,
            "the_vault:chunky_mobs2": 1
          }
        },
        "display": {
          "name": "Stronger Mobs",
          "color": "#da6d5a",
          "description": "+20% Mob Damage and Health",
          "icon": "the_vault:gui/modifiers/armored_mobs"
        }
      },
      "the_vault:cake_layer": {
        "properties": {
          "children": {
            "the_vault:cake_layer_mobdmg": 1,
            "the_vault:cake_mob_increase": 1,
            "the_vault:cake_layer_itemrarity": 1,
            "the_vault:cake_layer_soulshards": 1,
            "the_vault:cake_layer_mobspeed": 1,
            "the_vault:cake_coin_cascade": 1,
            "the_vault:cake_ores": 1,
            "the_vault:cake_cascade_gilded": 1,
            "the_vault:cake_cascade_ornate": 1,
            "the_vault:cake_cascade_living": 1,
            "the_vault:cake_cascade_wooden": 1,
            "the_vault:crake_quantity": 1,
            "the_vault:cake_artifact": 1
          }
        },
        "display": {
          "name": "Cake Layer",
          "color": "#f6659b",
          "description": "Increases mob damage, mob speed, soul shards, all chest spawns, coins, the amount of items in the crake and the chance of getting an artifact",
          "icon": "the_vault:gui/modifiers/cake_layer"
        }
      },
      "the_vault:ultimate_regeneration": {
        "properties": {
          "children": {
            "the_vault:mega_regen": 1,
            "the_vault:mana_regen": 1
          }
        },
        "display": {
          "name": "Ultimate Regeneration",
          "color": "#f6659b",
          "description": "Gives +3 Regeneration and +500% Mana Regeneration",
          "icon": "the_vault:gui/modifiers/ultimate_regeneration"
        }
      },
      "the_vault:soul_flame": {
        "properties": {
          "children": {
            "the_vault:soul_objective": 1
          }
        },
        "display": {
          "name": "Flame",
          "color": "#19ebef",
          "description": "Your streak of this ascension, each stack increases the difficulty of the objective.",
          "icon": "the_vault:gui/modifiers/flame"
        }
      },
      "the_vault:plunderer": {
        "properties": {
          "children": {
            "the_vault:noxp": 1,
            "the_vault:item_quantity": 1,
            "the_vault:plentiful": 1,
            "the_vault:plunder_artifact": 1
          }
        },
        "display": {
          "name": "Plunderer",
          "color": "#d89e01",
          "description": "This vault yields no experience, and has a lower chance of finding an artifact, but has 10% more loot and slightly more ores",
          "icon": "the_vault:gui/modifiers/plunderer"
        }
      },
      "the_vault:raid": {
        "properties": {
          "children": {
            "the_vault:rotten": 1,
            "the_vault:extra_reinforced": 1
          }
        },
        "display": {
          "name": "Raid",
          "color": "#d89e01",
          "description": "No Vault Fruit can be used, and you take no durability damage.",
          "icon": "the_vault:gui/modifiers/raid"
        }
      },
      "the_vault:weakened_powers": {
        "properties": {
          "children": {
            "the_vault:weakened_cdr": 1,
            "the_vault:mana_regen_down": 1
          }
        },
        "display": {
          "name": "Weakened Powers",
          "color": "#bc2525",
          "description": "Lose 20% Cooldown Reduction and 25% Mana Regeneration",
          "icon": "the_vault:gui/modifiers/inert"
        }
      },
      "the_vault:harder_mobs": {
        "properties": {
          "children": {
            "the_vault:chunky_mobs2": 1,
            "the_vault:ruthless_mobs": 1
          }
        },
        "display": {
          "name": "Harder Mobs",
          "color": "#bc2525",
          "description": "Mobs gain +20% Damage and +20% Health",
          "icon": "the_vault:gui/modifiers/ruthless_mobs"
        }
      },
      "the_vault:brutal_mobs_combo": {
        "properties": {
          "children": {
            "the_vault:brutal_mobs": 1,
            "the_vault:brutal_chunky_mobs": 1,
            "the_vault:brutal_faster_mobs": 1
          }
        },
        "display": {
          "name": "Brutal Mobs",
          "color": "#631F1F",
          "description": "Mobs gain +50% Damage, +50% Health and +20% Movement Speed",
          "icon": "the_vault:gui/modifiers/furious"
        }
      },
      "the_vault:incredible_chests": {
        "properties": {
          "children": {
            "the_vault:hoard": 1,
            "the_vault:treasure": 1
          }
        },
        "display": {
          "name": "Incredible Chests",
          "color": "#ffba00",
          "description": "+50% Item Quantity and +100% Item Rarity",
          "icon": "the_vault:gui/modifiers/loot_goblin"
        }
      },
      "the_vault:wendarr_favour": {
        "properties": {
          "children": {
            "the_vault:wendarr_regen": 1,
            "the_vault:wendarr_cdr": 1
          }
        },
        "display": {
          "name": "Wendarr's Favour",
          "color": "#d89e01",
          "description": "+100% Mana Regeneration & +50% Cooldown Reduction",
          "icon": "the_vault:gui/modifiers/god_token_wendarr"
        }
      },
      "the_vault:idona_dmg": {
        "properties": {
          "children": {
            "the_vault:idona_favour_1": 1,
            "the_vault:idona_ap": 1
          }
        },
        "display": {
          "name": "Idona's Favour",
          "color": "#FF5555",
          "description": "+50% Damage & +50% Ability Power",
          "icon": "the_vault:gui/modifiers/god_token_idona"
        }
      },
      "the_vault:daycare": {
        "properties": {
          "children": {
            "the_vault:daycare_scale": 1,
            "the_vault:lower_damage": 1
          }
        },
        "display": {
          "name": "Daycare",
          "color": "#dc693c",
          "description": "The mobs are visiting daycare and have shrunk by half their size, and have 50% less damage!",
          "descriptionFormatted": "The mobs are visiting daycare and have shrunk by %d%% size, and have half their damage!",
          "icon": "the_vault:gui/modifiers/daycare"
        }
      }
    },
    "the_vault:modifier_type/entity_effect": {
      "the_vault:ethereal": {
        "properties": {
          "filter": "",
          "effect": "the_vault:immortality",
          "amplifier": 0,
          "chance": 0.1
        },
        "display": {
          "name": "Ethereal",
          "color": "#a996ca",
          "description": "Mobs in this vault can spawn in as ethereal, being immune to any damage.",
          "icon": "the_vault:gui/modifiers/haunted"
        }
      },
      "the_vault:ethereal_mobs": {
        "properties": {
          "filter": "",
          "effect": "the_vault:immortality",
          "amplifier": 0,
          "chance": 0.05
        },
        "display": {
          "name": "Ethereal Mobs",
          "color": "#631F1F",
          "description": "Mobs in this vault can spawn in as ethereal, being immune to any damage.",
          "icon": "the_vault:gui/modifiers/haunted"
        }
      },
      "the_vault:curse_ethereal": {
        "properties": {
          "filter": "",
          "effect": "the_vault:immortality",
          "amplifier": 0,
          "chance": 0.04
        },
        "display": {
          "name": "Curse Ethereal",
          "color": "#a996ca",
          "description": "Mobs in this vault can spawn in as ethereal, being immune to any damage.",
          "icon": "the_vault:gui/modifiers/haunted"
        }
      },
      "the_vault:lunar": {
        "properties": {
          "filter": "",
          "effect": "minecraft:levitation",
          "amplifier": 2,
          "chance": 1
        },
        "display": {
          "name": "Lunar",
          "color": "#c823fa",
          "description": "Mobs in this vault are out of your way, they levitate above the ground.",
          "icon": "the_vault:gui/modifiers/levitation"
        }
      }
    },
    "the_vault:modifier_type/no_soul_shards": {
      "the_vault:soulless": {
        "properties": {
          "filter": "",
          "chance": 1.0
        },
        "display": {
          "name": "Soulless",
          "color": "#a996ca",
          "description": "Mobs in this vault do not drop soul shards",
          "icon": "the_vault:gui/modifiers/no_soul_shard"
        }
      }
    },
    "the_vault:modifier_type/player_heal_cut": {
      "the_vault:fading": {
        "properties": {
        },
        "display": {
          "name": "Fading",
          "color": "#8f3b3b",
          "description": "Taking damage in this vault removes hearts instead of emptying them.",
          "icon": "the_vault:gui/modifiers/injured"
        }
      }
    },
    "the_vault:modifier_type/objective_target": {
      "the_vault:objective_difficulty": {
        "properties": {
            "increase": 0.2
        },
        "display": {
          "name": "Difficult",
          "color": "#8f3b3b",
          "description": "Increases objective difficulty by 20%",
          "icon": "the_vault:gui/modifiers/injured"
        }
      },
      "the_vault:soul_objective": {
        "properties": {
            "increase": 0.02
        },
        "display": {
          "name": "Difficult",
          "color": "#8f3b3b",
          "description": "Increases objective difficulty by 2%",
          "icon": "the_vault:gui/modifiers/injured"
        }
      }
    },
    "the_vault:modifier_type/hunter": {
      "the_vault:treasure_doors": {
        "properties": {
          "entries": [
            {
              "filter": "the_vault:treasure_door[open=false]",
              "radius": 64.0,
              "target": "treasure_doors",
              "color": 16771584
            }
          ]
        },
        "display": {
          "name": "Treasure Hunter",
          "color": "#ffba00",
          "description": "Highlights Treasure Doors in this vault",
          "icon": "the_vault:gui/modifiers/treasure_doors"
        }
      },
      "the_vault:pylon_hunter": {
        "properties": {
          "entries": [
            {
              "filter": "the_vault:pylon",
              "radius": 64.0,
              "target": "pylons",
              "color": 8501759
            }
          ]
        },
        "display": {
          "name": "Pylon Hunter",
          "color": "#FFEA00",
          "description": "Highlights Pylons in this vault",
          "icon": "the_vault:gui/modifiers/pylon_hunter"
        }
      },
      "the_vault:dungeon_doors": {
        "properties": {
          "entries": [
            {
              "filter": "the_vault:dungeon_door[open=false]",
              "radius": 64.0,
              "target": "dungeons",
              "color": 6836358
            }
          ]
        },
        "display": {
          "name": "Dungeon Hunter",
          "color": "#ffba00",
          "description": "Highlights Dungeon Doors in this vault",
          "icon": "the_vault:gui/modifiers/dungeon_doors"
        }
      },
      "the_vault:vendoor_doors": {
        "properties": {
          "entries": [
            {
              "filter": "the_vault:vendor_door[open=false]",
              "radius": 64.0,
              "target": "vendoors",
              "color": 16472397
            }
          ]
        },
        "display": {
          "name": "Merchant Hunter",
          "color": "#ffba00",
          "description": "Highlights Vendoors in this vault",
          "icon": "the_vault:gui/modifiers/vendoor_doors"
        }
      }
    },
    "the_vault:modifier_type/template_processor": {
      "the_vault:wrecked": {
        "properties": {
          "probability": 0.05,
          "blacklist": [
            "minecraft:water",
            "minecraft:lava",
            "minecraft:bedrock",
            "the_vault:void_liquid",
            "the_vault:vault_portal",
            "the_vault:vault_glass",
            "minecraft:light",
            "minecraft:command_block",
            "minecraft:repeating_command_block",
            "minecraft:chain_command_block",
            "minecraft:repeater",
            "minecraft:redstone_wire",
            "minecraft:redstone_torch",
            "minecraft:comparator",
            "ispawner:spawner",
            "minecraft:black_stained_glass",
            "the_vault:yellow_puzzle_concrete",
            "the_vault:pink_puzzle_concrete",
            "the_vault:green_puzzle_concrete",
            "the_vault:blue_puzzle_concrete",
            "the_vault:wild_spawner",
            "the_vault:placeholder[type=gate]",
            "the_vault:placeholder[type=objective]",
            "minecraft:cave_air"
          ],
          "fullBlock": [
            {
              "type": "weighted_target",
              "target": "",
              "output": {
                "the_vault:vault_bedrock": 1
              }
            }
          ],
          "partialBlock": [
            {
              "type": "weighted_target",
              "target": "",
              "output": {
                "minecraft:air": 1
              }
            }
          ]
        },
        "display": {
          "name": "Wrecked",
          "color": "#EBFF8D",
          "description": "+20% Poopsie Daisies, Whoopsie Walls and Fumbly Floors",
          "descriptionFormatted": "+%d%% Poopsie Daisies, Whoopsie Walls and Fumbly Floors",
          "icon": "the_vault:gui/modifiers/curse_wrecked"
        }
      },
      "the_vault:peaceful": {
        "properties": {
          "probability": 1.0,
          "whitelist": [
            "ispawner:spawner"
          ],
          "fullBlock": [
            {
              "type": "weighted_target",
              "target": "",
              "output": {
                "minecraft:air": 1
              }
            }
          ],
          "partialBlock": [
            {
              "type": "weighted_target",
              "target": "",
              "output": {
                "minecraft:air": 1
              }
            }
          ]
        },
        "display": {
          "name": "Peaceful",
          "color": "#EBFF8D",
          "description": "No Mobs spawn in this vault",
          "descriptionFormatted": "No Mobs spawn in this vault",
          "icon": "the_vault:gui/modifiers/personalspace"
        }
      }
    },
    "the_vault:modifier_type/no_loot": {
      "the_vault:noloot_destroy": {
        "properties": {
          "destroyChests": false
        },
        "display": {
          "name": "No Loot",
          "color": "#a996ca",
          "description": "Chests and Champions have no loot in this vault.",
          "icon": "the_vault:gui/modifiers/no_loot"
        }
      }
    },
    "the_vault:modifier_type/no_crate": {
      "the_vault:no_reward": {
        "properties": {},
        "display": {
          "name": "No Crate",
          "color": "#a996ca",
          "description": "You will not receive a crate on completion.",
          "icon": "the_vault:gui/modifiers/no_crate"
        }
      }
    },
    "the_vault:modifier_type/companion_hunt": {
      "the_vault:companion_hunt": {
        "properties": {},
        "display": {
          "name": "Companion Hunt",
          "color": "#acbde8",
          "description": "You are guaranteed to be offered a companion if you reach the threshold!",
          "icon": "the_vault:gui/modifiers/companion_hunt"
        }
      }
    },
    "the_vault:modifier_type/sound_on_entity_hit": {
      "the_vault:daycare_sound": {
        "properties": {
          "sound": "the_vault:ghost_walk",
          "volume": 1.0,
          "pitch": 1.0,
          "soundSource": "HOSTILE"
        },
        "display": {
          "name": "Squishy Mobs",
          "color": "#f66868",
          "description": "Mobs have been squished so much that they have started to make a noise when they are hit",
          "icon": "the_vault:gui/modifiers/daycare"
        }
      }
    },
    "the_vault:modifier_type/auto_gear_scrap": {
      "the_vault:auto_scrap_gear": {
        "properties": {
          "ignoredItems": [
            "the_vault:vault_necklace",
            "the_vault:vault_god_charm"
          ]
        },
        "display": {
          "name": "Blacksmith Capstone",
          "color": "#a996ca",
          "description": "Instead of finding gear in this vault, you find the scrapped result!",
          "icon": "the_vault:gui/modifiers/blacksmith"
        }
      }
    }
  }
}