# File Specification: https://gist.github.com/Shadows-of-Fire/88ac714a758636c57a52e32ace5474c1 # Zenith Enchantment Information # This file contains configurable data for each enchantment. # The names of each category correspond to the registry names of every loaded enchantment. "minecraft:protection" { # The max level of this enchantment - originally 4. # Default: 8; Range: [1 ~ 127] I:"Max Level"=8 # The max level of this enchantment available from loot sources. # Default: 4; Range: [1 ~ 127] I:"Max Loot Level"=4 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 12 * x S:"Max Power Function"=12 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: COMMON S:Rarity=COMMON } "minecraft:fire_protection" { # The max level of this enchantment - originally 4. # Default: 9; Range: [1 ~ 127] I:"Max Level"=9 # The max level of this enchantment available from loot sources. # Default: 4; Range: [1 ~ 127] I:"Max Loot Level"=4 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 11 * x S:"Max Power Function"=11 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "minecraft:feather_falling" { # The max level of this enchantment - originally 4. # Default: 11; Range: [1 ~ 127] I:"Max Level"=11 # The max level of this enchantment available from loot sources. # Default: 4; Range: [1 ~ 127] I:"Max Loot Level"=4 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 9 * x S:"Max Power Function"=9 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "minecraft:blast_protection" { # The max level of this enchantment - originally 4. # Default: 9; Range: [1 ~ 127] I:"Max Level"=9 # The max level of this enchantment available from loot sources. # Default: 4; Range: [1 ~ 127] I:"Max Loot Level"=4 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 11 * x S:"Max Power Function"=11 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "minecraft:projectile_protection" { # The max level of this enchantment - originally 4. # Default: 11; Range: [1 ~ 127] I:"Max Level"=11 # The max level of this enchantment available from loot sources. # Default: 4; Range: [1 ~ 127] I:"Max Loot Level"=4 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 9 * x S:"Max Power Function"=9 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "minecraft:respiration" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "minecraft:aqua_affinity" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "minecraft:thorns" { # The max level of this enchantment - originally 3. # Default: 5; Range: [1 ~ 127] I:"Max Level"=5 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 20 * x S:"Max Power Function"=20 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "minecraft:depth_strider" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "minecraft:frost_walker" { # The max level of this enchantment - originally 2. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 2; Range: [1 ~ 127] I:"Max Loot Level"=2 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: true B:Treasure=true # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "minecraft:binding_curse" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: true B:Treasure=true # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "minecraft:soul_speed" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: true B:Treasure=true # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: false B:Discoverable=false # If enchanted books of this enchantment are available via loot sources. # Default: false B:Lootable=false # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "minecraft:swift_sneak" { # The max level of this enchantment - originally 3. # Default: 5; Range: [1 ~ 127] I:"Max Level"=5 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 20 * x S:"Max Power Function"=20 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: true B:Treasure=true # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: false B:Discoverable=false # If enchanted books of this enchantment are available via loot sources. # Default: false B:Lootable=false # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "minecraft:sharpness" { # The max level of this enchantment - originally 5. # Default: 9; Range: [1 ~ 127] I:"Max Level"=9 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 11 * x S:"Max Power Function"=11 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: COMMON S:Rarity=COMMON } "minecraft:smite" { # The max level of this enchantment - originally 5. # Default: 10; Range: [1 ~ 127] I:"Max Level"=10 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 10 * x S:"Max Power Function"=10 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "minecraft:bane_of_arthropods" { # The max level of this enchantment - originally 5. # Default: 10; Range: [1 ~ 127] I:"Max Level"=10 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 10 * x S:"Max Power Function"=10 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "minecraft:knockback" { # The max level of this enchantment - originally 2. # Default: 5; Range: [1 ~ 127] I:"Max Level"=5 # The max level of this enchantment available from loot sources. # Default: 2; Range: [1 ~ 127] I:"Max Loot Level"=2 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 20 * x S:"Max Power Function"=20 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "minecraft:fire_aspect" { # The max level of this enchantment - originally 2. # Default: 5; Range: [1 ~ 127] I:"Max Level"=5 # The max level of this enchantment available from loot sources. # Default: 2; Range: [1 ~ 127] I:"Max Loot Level"=2 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 20 * x S:"Max Power Function"=20 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "minecraft:looting" { # The max level of this enchantment - originally 3. # Default: 8; Range: [1 ~ 127] I:"Max Level"=8 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 12 * x S:"Max Power Function"=12 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "minecraft:sweeping" { # The max level of this enchantment - originally 3. # Default: 8; Range: [1 ~ 127] I:"Max Level"=8 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 12 * x S:"Max Power Function"=12 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "minecraft:efficiency" { # The max level of this enchantment - originally 5. # Default: 9; Range: [1 ~ 127] I:"Max Level"=9 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 11 * x S:"Max Power Function"=11 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: COMMON S:Rarity=COMMON } "minecraft:silk_touch" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "minecraft:unbreaking" { # The max level of this enchantment - originally 3. # Default: 8; Range: [1 ~ 127] I:"Max Level"=8 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 12 * x S:"Max Power Function"=12 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "minecraft:fortune" { # The max level of this enchantment - originally 3. # Default: 8; Range: [1 ~ 127] I:"Max Level"=8 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 12 * x S:"Max Power Function"=12 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "minecraft:power" { # The max level of this enchantment - originally 5. # Default: 9; Range: [1 ~ 127] I:"Max Level"=9 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 11 * x S:"Max Power Function"=11 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: COMMON S:Rarity=COMMON } "minecraft:punch" { # The max level of this enchantment - originally 2. # Default: 5; Range: [1 ~ 127] I:"Max Level"=5 # The max level of this enchantment available from loot sources. # Default: 2; Range: [1 ~ 127] I:"Max Loot Level"=2 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 20 * x S:"Max Power Function"=20 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "minecraft:flame" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "minecraft:infinity" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "minecraft:luck_of_the_sea" { # The max level of this enchantment - originally 3. # Default: 8; Range: [1 ~ 127] I:"Max Level"=8 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 12 * x S:"Max Power Function"=12 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "minecraft:lure" { # The max level of this enchantment - originally 3. # Default: 8; Range: [1 ~ 127] I:"Max Level"=8 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 12 * x S:"Max Power Function"=12 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "minecraft:loyalty" { # The max level of this enchantment - originally 3. # Default: 9; Range: [1 ~ 127] I:"Max Level"=9 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 11 * x S:"Max Power Function"=11 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "minecraft:impaling" { # The max level of this enchantment - originally 5. # Default: 10; Range: [1 ~ 127] I:"Max Level"=10 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 10 * x S:"Max Power Function"=10 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "minecraft:riptide" { # The max level of this enchantment - originally 3. # Default: 9; Range: [1 ~ 127] I:"Max Level"=9 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 11 * x S:"Max Power Function"=11 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "minecraft:channeling" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "minecraft:multishot" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "minecraft:quick_charge" { # The max level of this enchantment - originally 3. # Default: 5; Range: [1 ~ 127] I:"Max Level"=5 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 20 * x S:"Max Power Function"=20 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "minecraft:piercing" { # The max level of this enchantment - originally 4. # Default: 8; Range: [1 ~ 127] I:"Max Level"=8 # The max level of this enchantment available from loot sources. # Default: 4; Range: [1 ~ 127] I:"Max Loot Level"=4 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 12 * x S:"Max Power Function"=12 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: COMMON S:Rarity=COMMON } "minecraft:mending" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: true B:Treasure=true # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "minecraft:vanishing_curse" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: true B:Treasure=true # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "combatroll:longfooted" { # The max level of this enchantment - originally 5. # Default: 8; Range: [1 ~ 127] I:"Max Level"=8 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 12 * x S:"Max Power Function"=12 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "combatroll:acrobat" { # The max level of this enchantment - originally 10. # Default: 11; Range: [1 ~ 127] I:"Max Level"=11 # The max level of this enchantment available from loot sources. # Default: 10; Range: [1 ~ 127] I:"Max Loot Level"=10 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 9 * x S:"Max Power Function"=9 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "combatroll:multi_roll" { # The max level of this enchantment - originally 4. # Default: 6; Range: [1 ~ 127] I:"Max Level"=6 # The max level of this enchantment available from loot sources. # Default: 4; Range: [1 ~ 127] I:"Max Loot Level"=4 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 16 * x S:"Max Power Function"=16 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "spell_engine:spell_infinity" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "spell_power:haste" { # The max level of this enchantment - originally 5. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "spell_power:critical_chance" { # The max level of this enchantment - originally 5. # Default: 8; Range: [1 ~ 127] I:"Max Level"=8 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 12 * x S:"Max Power Function"=12 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "spell_power:critical_damage" { # The max level of this enchantment - originally 5. # Default: 8; Range: [1 ~ 127] I:"Max Level"=8 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 12 * x S:"Max Power Function"=12 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "spell_power:magic_protection" { # The max level of this enchantment - originally 4. # Default: 11; Range: [1 ~ 127] I:"Max Level"=11 # The max level of this enchantment available from loot sources. # Default: 4; Range: [1 ~ 127] I:"Max Loot Level"=4 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 9 * x S:"Max Power Function"=9 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "spell_power:sunfire" { # The max level of this enchantment - originally 5. # Default: 9; Range: [1 ~ 127] I:"Max Level"=9 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 11 * x S:"Max Power Function"=11 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "spell_power:energize" { # The max level of this enchantment - originally 5. # Default: 9; Range: [1 ~ 127] I:"Max Level"=9 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 11 * x S:"Max Power Function"=11 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "spell_power:spell_power" { # The max level of this enchantment - originally 5. # Default: 9; Range: [1 ~ 127] I:"Max Level"=9 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 11 * x S:"Max Power Function"=11 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "spell_power:soulfrost" { # The max level of this enchantment - originally 5. # Default: 9; Range: [1 ~ 127] I:"Max Level"=9 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 11 * x S:"Max Power Function"=11 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "walljump:wall_jump" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "walljump:double_jump" { # The max level of this enchantment - originally 2. # Default: 5; Range: [1 ~ 127] I:"Max Level"=5 # The max level of this enchantment available from loot sources. # Default: 2; Range: [1 ~ 127] I:"Max Loot Level"=2 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 20 * x S:"Max Power Function"=20 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "walljump:speed_boost" { # The max level of this enchantment - originally 3. # Default: 6; Range: [1 ~ 127] I:"Max Level"=6 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 16 * x S:"Max Power Function"=16 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "zenith:capturing" { # The max level of this enchantment - originally 5. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "zenith:berserkers_fury" { # The max level of this enchantment - originally 3. # Default: 3; Range: [1 ~ 127] I:"Max Level"=3 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 33 * x S:"Max Power Function"=33 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "zenith:chainsaw" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "zenith:chromatic" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "zenith:crescendo" { # The max level of this enchantment - originally 5. # Default: 5; Range: [1 ~ 127] I:"Max Level"=5 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 20 * x S:"Max Power Function"=20 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "zenith:earths_boon" { # The max level of this enchantment - originally 3. # Default: 5; Range: [1 ~ 127] I:"Max Level"=5 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 20 * x S:"Max Power Function"=20 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "zenith:endless_quiver" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "zenith:exploitation" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "zenith:growth_serum" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "zenith:icy_thorns" { # The max level of this enchantment - originally 3. # Default: 5; Range: [1 ~ 127] I:"Max Level"=5 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 20 * x S:"Max Power Function"=20 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "zenith:infusion" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: true B:Treasure=true # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: false B:Discoverable=false # If enchanted books of this enchantment are available via loot sources. # Default: false B:Lootable=false # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "zenith:knowledge" { # The max level of this enchantment - originally 3. # Default: 3; Range: [1 ~ 127] I:"Max Level"=3 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 33 * x S:"Max Power Function"=33 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "zenith:life_mending" { # The max level of this enchantment - originally 3. # Default: 3; Range: [1 ~ 127] I:"Max Level"=3 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 33 * x S:"Max Power Function"=33 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "zenith:miners_fervor" { # The max level of this enchantment - originally 5. # Default: 5; Range: [1 ~ 127] I:"Max Level"=5 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 20 * x S:"Max Power Function"=20 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "zenith:natures_blessing" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "zenith:obliteration" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "zenith:rebounding" { # The max level of this enchantment - originally 3. # Default: 5; Range: [1 ~ 127] I:"Max Level"=5 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 20 * x S:"Max Power Function"=20 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "zenith:reflective" { # The max level of this enchantment - originally 5. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "zenith:scavenger" { # The max level of this enchantment - originally 3. # Default: 3; Range: [1 ~ 127] I:"Max Level"=3 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 33 * x S:"Max Power Function"=33 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "zenith:shield_bash" { # The max level of this enchantment - originally 4. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 4; Range: [1 ~ 127] I:"Max Loot Level"=4 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "zenith:spearfishing" { # The max level of this enchantment - originally 5. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "zenith:splitting" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "zenith:stable_footing" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "zenith:tempting" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "zenith:bane_of_illagers" { # The max level of this enchantment - originally 5. # Default: 10; Range: [1 ~ 127] I:"Max Level"=10 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 10 * x S:"Max Power Function"=10 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "betternether:obsidian_breaker" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: true B:Treasure=true # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: false B:Discoverable=false # If enchanted books of this enchantment are available via loot sources. # Default: false B:Lootable=false # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "betternether:ruby_fire" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: true B:Treasure=true # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: false B:Discoverable=false # If enchanted books of this enchantment are available via loot sources. # Default: false B:Lootable=false # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "obscure_api:distance" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: COMMON S:Rarity=COMMON } "obscure_api:mirror" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "obscure_api:fast_spin" { # The max level of this enchantment - originally 5. # Default: 9; Range: [1 ~ 127] I:"Max Level"=9 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 11 * x S:"Max Power Function"=11 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: COMMON S:Rarity=COMMON } "archon:arcane" { # The max level of this enchantment - originally 3. # Default: 5; Range: [1 ~ 127] I:"Max Level"=5 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 20 * x S:"Max Power Function"=20 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: true B:Treasure=true # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "azurelib:incendiaryenchantment" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: true B:Treasure=true # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "betterarcheology:penetrating_strike" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: false B:Discoverable=false # If enchanted books of this enchantment are available via loot sources. # Default: false B:Lootable=false # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "betterarcheology:soaring_winds" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: false B:Discoverable=false # If enchanted books of this enchantment are available via loot sources. # Default: false B:Lootable=false # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "betterarcheology:tunneling" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: false B:Discoverable=false # If enchanted books of this enchantment are available via loot sources. # Default: false B:Lootable=false # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "betterend:end_veil" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: false B:Discoverable=false # If enchanted books of this enchantment are available via loot sources. # Default: false B:Lootable=false # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "deeperdarker:catalysis" { # The max level of this enchantment - originally 3. # Default: 5; Range: [1 ~ 127] I:"Max Level"=5 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 20 * x S:"Max Power Function"=20 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: true B:Treasure=true # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "deeperdarker:sculk_smite" { # The max level of this enchantment - originally 5. # Default: 10; Range: [1 ~ 127] I:"Max Level"=10 # The max level of this enchantment available from loot sources. # Default: 5; Range: [1 ~ 127] I:"Max Loot Level"=5 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 10 * x S:"Max Power Function"=10 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "grapplemod:doublejumpenchantment" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "grapplemod:wallrunenchantment" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "grapplemod:slidingenchantment" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcda:bag_of_souls" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcda:burning" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcda:chilling" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcda:cowardice" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcda:death_barter" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcda:deflect" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcda:fire_focus" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcda:fire_trail" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcda:food_reserves" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcda:frenzied" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcda:heal_allies" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcda:lucky_explorer" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcda:poison_focus" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcda:potion_barrier" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcda:reckless" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcda:recycler" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcda:snowball" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcda:surprise_gift" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcda:swiftfooted" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "mcdw:accelerate" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:ambush" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:anima_conduit" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:bonus_shot" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:burst_bowstring" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: false B:Discoverable=false # If enchanted books of this enchantment are available via loot sources. # Default: false B:Lootable=false # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:busy_bee" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: false B:Discoverable=false # If enchanted books of this enchantment are available via loot sources. # Default: false B:Lootable=false # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:chain_reaction" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:chains" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:charge" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:cobweb_shot" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:committed" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:critical_hit" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:dipping_poison" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:dynamo" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: true B:Treasure=true # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: false B:Discoverable=false # If enchanted books of this enchantment are available via loot sources. # Default: false B:Lootable=false # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:echo" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:enigma_resonator" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:exploding" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:freezing" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:fuse_shot" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:gravity" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:growing" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:guarding_strike" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:illagers_bane" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:jungle_poison" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:leeching" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:levitation_shot" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:multi_shot" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: false B:Discoverable=false # If enchanted books of this enchantment are available via loot sources. # Default: false B:Lootable=false # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:overcharge" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:pain_cycle" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:phantoms_mark" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:poison_cloud" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:prospector" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:radiance" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:rampaging" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:replenish" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:refreshment" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:ricochet" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:rushdown" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:shadow_barb" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: false B:Discoverable=false # If enchanted books of this enchantment are available via loot sources. # Default: false B:Lootable=false # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:shadow_shot" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: false B:Discoverable=false # If enchanted books of this enchantment are available via loot sources. # Default: false B:Lootable=false # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:shared_pain" { # The max level of this enchantment - originally 3. # Default: 8; Range: [1 ~ 127] I:"Max Level"=8 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 12 * x S:"Max Power Function"=12 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: false B:Discoverable=false # If enchanted books of this enchantment are available via loot sources. # Default: false B:Lootable=false # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:shockwave" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:smiting" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:soul_devourer" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:soul_siphon" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:stunning" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:swirling" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:tempo_theft" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:thundering" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:void_shot" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:void_strike" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:weakening" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "mcdw:wild_rage" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: false B:Tradeable=false # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: false B:Scrappable=false # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE } "netherdepthsupgrade:hell_strider" { # The max level of this enchantment - originally 2. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 2; Range: [1 ~ 127] I:"Max Loot Level"=2 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "soulsweapons:fast_hands" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "soulsweapons:visceral" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "soulsweapons:stagger" { # The max level of this enchantment - originally 3. # Default: 7; Range: [1 ~ 127] I:"Max Level"=7 # The max level of this enchantment available from loot sources. # Default: 3; Range: [1 ~ 127] I:"Max Loot Level"=3 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 14 * x S:"Max Power Function"=14 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "things:retribution" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: true B:Treasure=true # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: UNCOMMON S:Rarity=UNCOMMON } "veinmining:vein_mining" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: false B:Treasure=false # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: true B:Discoverable=true # If enchanted books of this enchantment are available via loot sources. # Default: true B:Lootable=true # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: RARE S:Rarity=RARE } "yigd:soulbound" { # The max level of this enchantment - originally 1. # Default: 1; Range: [1 ~ 127] I:"Max Level"=1 # The max level of this enchantment available from loot sources. # Default: 1; Range: [1 ~ 127] I:"Max Loot Level"=1 # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples # Default: 100 * x S:"Max Power Function"=100 * x # A function to determine the min enchanting power. # Default: 1 S:"Min Power Function"=1 # If this enchantment is only available by loot sources. # Default: true B:Treasure=true # If this enchantment is obtainable via enchanting and enchanted loot items. # Default: false B:Discoverable=false # If enchanted books of this enchantment are available via loot sources. # Default: false B:Lootable=false # If enchanted books of this enchantment are available via villager trades. # Default: true B:Tradeable=true # If enchanted books of this enchantment are available to be scrapped via the tome of scrapping. # Default: true B:Scrappable=true # The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE. # Default: VERY_RARE S:Rarity=VERY_RARE }