Add new metal, wood, stone, and leaves types for various mods including BetterEnd, Natures Spirit, and Quark; enhance configuration clarity and organization across multiple files.
This commit is contained in:
@@ -0,0 +1,520 @@
|
||||
{
|
||||
"effects": {
|
||||
"relics_rpgs:lesser_attack_damage": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:lesser_attack_speed": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_speed",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "ranged_weapon:haste",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:lesser_ranged_damage": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "ranged_weapon:damage",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:lesser_spell_power": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:lightning",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:soul",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:nature",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:sign",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:aard",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:axii",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:igni",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:quen",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:yrden",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:lesser_spell_haste": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:lesser_spell_crit_chance": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:lesser_arcane_fire": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:lesser_frost_healing": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:lesser_spell_crit_damage": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.5,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:medium_attack_damage": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:medium_attack_speed": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_speed",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "ranged_weapon:haste",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:medium_ranged_damage": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "ranged_weapon:damage",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:medium_defense": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.armor_toughness",
|
||||
"value": 4.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:medium_evasion": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_engine:evasion_chance",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:medium_spell_power": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:lightning",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:soul",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:nature",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:sign",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:aard",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:axii",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:igni",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:quen",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:yrden",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:medium_spell_haste": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:medium_arcane_power": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:medium_fire_power": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:medium_frost_power": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:medium_healing_power": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:stun": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.jump_strength",
|
||||
"value": 0.0,
|
||||
"operation": "ADD_MULTIPLIED_TOTAL"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:greater_evasion_attack": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"value": 0.5,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:greater_physical_trance": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_speed",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "ranged_weapon:haste",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:greater_spell_trance": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:greater_defense_armor": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.armor",
|
||||
"value": 10.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:superior_attack_damage": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "ranged_weapon:damage",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.scale",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:superior_spell_power": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:lightning",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:soul",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:nature",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:sign",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:aard",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:axii",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:igni",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:quen",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:yrden",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:superior_healing_taken": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_engine:healing_taken",
|
||||
"value": 0.5,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:superior_defense_health": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.max_health",
|
||||
"value": 0.5,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,307 @@
|
||||
{
|
||||
"entries": {
|
||||
"relics_rpgs:jewel_figurine_ruby": {
|
||||
"durability": 0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:jewel_figurine_topaz": {
|
||||
"durability": 0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:fire",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:jewel_figurine_citrine": {
|
||||
"durability": 0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:healing",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:lightning",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:jewel_figurine_jade": {
|
||||
"durability": 0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "ranged_weapon:damage",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:jewel_figurine_sapphire": {
|
||||
"durability": 0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.max_health",
|
||||
"value": 2.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:jewel_figurine_tanzanite": {
|
||||
"durability": 0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:soul",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:lesser_roll": {
|
||||
"durability": 0,
|
||||
"conditional_attributes": {
|
||||
"required_mod": "combat_roll",
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "combat_roll:count",
|
||||
"value": 1.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:lesser_evasion": {
|
||||
"durability": 0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_engine:evasion_chance",
|
||||
"value": 0.03,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:lesser_melee_crit_chance": {
|
||||
"durability": 0,
|
||||
"conditional_attributes": {
|
||||
"required_mod": "critical_strike",
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "critical_strike:chance",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:lesser_melee_crit_damage": {
|
||||
"durability": 0,
|
||||
"conditional_attributes": {
|
||||
"required_mod": "critical_strike",
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "critical_strike:damage",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:lesser_use_damage": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:lesser_use_dex": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:lesser_use_ranged": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:lesser_use_health": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:lesser_use_spell_power": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:lesser_use_spell_haste": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:lesser_proc_spell_crit": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:lesser_proc_crit_damage": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:lesser_proc_arcane_fire": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:lesser_proc_frost_healing": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:medium_proc_attack_damage": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:medium_proc_attack_speed": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:medium_proc_ranged_damage": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:medium_proc_defense": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:medium_proc_evasion": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:medium_proc_spell_power": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:medium_proc_spell_haste": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:medium_proc_arcane_power": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:medium_proc_fire_power": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:medium_proc_frost_power": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:medium_proc_healing_power": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:greater_perk_roll_damage": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:greater_healing_taken": {
|
||||
"durability": 0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_engine:healing_taken",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"relics_rpgs:greater_perk_melee_stun": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:greater_perk_ranged_levitate": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:greater_perk_spell_stun": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:greater_perk_defense_block": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:greater_perk_evasion_attack": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:greater_perk_shield_reset": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:greater_perk_heal_cleanse": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:greater_proc_physical_trance": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:greater_proc_spell_trance": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:greater_perk_heal_danger": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:greater_proc_defense_danger": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:superior_use_area_attack_damage": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:superior_use_area_defense_health": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:superior_use_zone_spell_power": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"relics_rpgs:superior_use_zone_healing_taken": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user