Enhance RPG series configuration by adding new relics and sound properties for the 'more_relics' mod, improving gameplay mechanics and audio customization options.
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"effects": {
|
||||
"lne_archers:rangers_focus": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "ranged_weapon:damage",
|
||||
"value": 0.5,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "ranged_weapon:pull_time",
|
||||
"value": -0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "ranged_weapon:velocity",
|
||||
"value": 0.5,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": -0.5,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"disable_special_lne_weapons": false
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"effects": {
|
||||
"lne_paladins:sirens_song": {
|
||||
"attributes": []
|
||||
},
|
||||
"lne_paladins:holy_weapon": {
|
||||
"attributes": []
|
||||
},
|
||||
"lne_paladins:holy_prevention": {
|
||||
"attributes": []
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"disable_special_lne_weapons": false,
|
||||
"sirens_staff_tears_debuff_chance": 0.15,
|
||||
"sirens_staff_song_chance": 0.1,
|
||||
"sirens_staff_song_duration": 2
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"effects": {
|
||||
"lne_rogues:second_wind": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.max_absorption",
|
||||
"value": 2.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"disable_special_lne_weapons": false,
|
||||
"second_wind_missing_health_heal_min_range": 0.1,
|
||||
"second_wind_missing_health_heal_max_range": 0.35
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"effects": {}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"disable_special_lne_weapons": false,
|
||||
"elemental_evoker_default_spell_power": 6.0,
|
||||
"custom_illager_variants_spawn_in_raids": true
|
||||
}
|
||||
@@ -0,0 +1,278 @@
|
||||
{
|
||||
"effects": {
|
||||
"more_relics:lesser_rage_power": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "more_rpg_classes:rage_modifier",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:lesser_air_water": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:lesser_earth_nature": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:nature",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:medium_air_power": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:medium_earth_power": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:medium_water_power": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:medium_nature_power": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:nature",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:medium_rage_power": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "more_rpg_classes:rage_modifier",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_speed",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:medium_lifesteal_power": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "more_rpg_classes:lifesteal_modifier",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "more_rpg_classes:spell_vampire",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:greater_rage_power": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "more_rpg_classes:rage_modifier",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_engine:damage_taken",
|
||||
"value": -0.65,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_speed",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:greater_frozen_heart": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_speed",
|
||||
"value": -0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": -0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:greater_liandrys_torment": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_engine:damage_taken",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:greater_madreds_bloodrazor": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_speed",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:greater_sunfire_cape": {
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:superior_zhonyas_hourglass": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.knockback_resistance",
|
||||
"value": 10.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.explosion_knockback_resistance",
|
||||
"value": 10.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:superior_mejais_soulstealer": {
|
||||
"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"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:superior_shurelyas_battlesong": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.75,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:superior_mikaels_blessing": {
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:superior_guardian_angel": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.knockback_resistance",
|
||||
"value": 10.0,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.explosion_knockback_resistance",
|
||||
"value": 10.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,129 @@
|
||||
{
|
||||
"entries": {
|
||||
"more_relics:jewel_figurine_malachite": {
|
||||
"durability": 0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:nature",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:jewel_figurine_aquamarine": {
|
||||
"durability": 0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:air",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:jewel_figurine_chain": {
|
||||
"durability": 0,
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "more_rpg_classes:rage_modifier",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"value": 0.025,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"more_relics:lesser_proc_air_water": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:lesser_proc_earth_nature": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:lesser_use_rage": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:medium_use_air_power": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:medium_use_earth_power": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:medium_use_water_power": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:medium_use_nature_power": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:medium_proc_rage": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:medium_proc_lifesteal": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:greater_frozen_heart": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:greater_proc_rage": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:greater_kircheis_shard": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:greater_madreds_bloodrazor": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:greater_liandrys_torment": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:greater_sunfire_cape": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:superior_mejais_soulstealer": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:superior_zhonyas_hourglass": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:superior_shurelyas_battlesong": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:superior_mikaels_blessing": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
},
|
||||
"more_relics:superior_guardian_angel": {
|
||||
"durability": 0,
|
||||
"attributes": []
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,396 @@
|
||||
{
|
||||
"effects": {
|
||||
"mrpgc_skill_tree:impetus": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.05,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:eye_of_the_storm": {
|
||||
"attributes": []
|
||||
},
|
||||
"mrpgc_skill_tree:tailwind": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:air_bubble": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.max_absorption",
|
||||
"value": 2.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:earth_bender": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:earth",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:obsidian_skin": {
|
||||
"attributes": []
|
||||
},
|
||||
"mrpgc_skill_tree:dripstone_obstacles": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": -0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:concussion": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"value": -0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "ranged_weapon:damage",
|
||||
"value": -0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:generic",
|
||||
"value": -0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:difficult_terrain": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": -0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:seismic_entry": {
|
||||
"attributes": []
|
||||
},
|
||||
"mrpgc_skill_tree:stone_heart": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.max_absorption",
|
||||
"value": 2.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:earthen_blessing": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.armor",
|
||||
"value": 0.5,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:persistent_bubbles": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": -0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_speed",
|
||||
"value": -0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:hydro_boost": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.35,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:hydration": {
|
||||
"attributes": []
|
||||
},
|
||||
"mrpgc_skill_tree:splashdown": {
|
||||
"attributes": []
|
||||
},
|
||||
"mrpgc_skill_tree:calming_flow": {
|
||||
"attributes": []
|
||||
},
|
||||
"mrpgc_skill_tree:torrent": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:water",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:blind_with_rage": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_engine:damage_taken",
|
||||
"value": -0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:bloodflow": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:reckless_rage": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.max_absorption",
|
||||
"value": 2.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:spinning_slash": {
|
||||
"attributes": []
|
||||
},
|
||||
"mrpgc_skill_tree:burst_of_aggression": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "more_rpg_classes:rage_modifier",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:ragnarok": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.3,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "more_rpg_classes:tenacity",
|
||||
"value": 1.0,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:undying_rage": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_engine:damage_taken",
|
||||
"value": -1.0,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:pumped_up": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:force_release": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:critical_chance",
|
||||
"value": 0.02,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:flying_fists": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_speed",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:surys_tenacity": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_speed",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "more_rpg_classes:tenacity",
|
||||
"value": 1.0,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:surys_grace": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:arcane",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_power:haste",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:leaping_swiftness": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:smoke_bomb": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": -0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:camouflaged": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_engine:evasion_chance",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:shadows_refuge": {
|
||||
"attributes": []
|
||||
},
|
||||
"mrpgc_skill_tree:hunting_instincts": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "spell_power:frost",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "ranged_weapon:damage",
|
||||
"value": 0.1,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:winters_cloak": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.max_absorption",
|
||||
"value": 2.0,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:hunting_fever": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "ranged_weapon:haste",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:terrain_mastery": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "more_rpg_classes:tenacity",
|
||||
"value": 1.0,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:tower_protector": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "minecraft:generic.armor",
|
||||
"value": 0.5,
|
||||
"operation": "ADD_VALUE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.knockback_resistance",
|
||||
"value": 0.2,
|
||||
"operation": "ADD_VALUE"
|
||||
}
|
||||
]
|
||||
},
|
||||
"mrpgc_skill_tree:last_stand": {
|
||||
"attributes": [
|
||||
{
|
||||
"attribute": "ranged_weapon:haste",
|
||||
"value": 0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.scale",
|
||||
"value": 0.15,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
},
|
||||
{
|
||||
"attribute": "spell_engine:damage_taken",
|
||||
"value": -0.25,
|
||||
"operation": "ADD_MULTIPLIED_BASE"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"disable_mrpgc_skilltree_changes": false
|
||||
}
|
||||
@@ -3323,6 +3323,16 @@ minecraft\:ui.toast.in=true
|
||||
minecraft\:ui.toast.out=true
|
||||
minecraft\:weather.rain=false
|
||||
minecraft\:weather.rain.above=false
|
||||
more_relics\:guardian_angel_active=true
|
||||
more_relics\:kircheis_shard_impact=true
|
||||
more_relics\:kircheis_shard_proc=true
|
||||
more_relics\:liandrys_torment_proc=true
|
||||
more_relics\:madreds_bloodrazor_impact=true
|
||||
more_relics\:mikaels_blesssing_active=true
|
||||
more_relics\:rage_powder=true
|
||||
more_relics\:shurelyas_battlesong_activate=true
|
||||
more_relics\:upcut_stone=true
|
||||
more_relics\:zhonyas_hourglass=true
|
||||
more_rpg_classes\:air_explosion=true
|
||||
more_rpg_classes\:air_magic_cast1=true
|
||||
more_rpg_classes\:air_magic_channel_1=true
|
||||
@@ -3567,6 +3577,37 @@ mowziesmobs\:wroughtnaut.swing2=true
|
||||
mowziesmobs\:wroughtnaut.swing3=true
|
||||
mowziesmobs\:wroughtnaut.undamaged=true
|
||||
mowziesmobs\:wroughtnaut.whoosh=true
|
||||
mrpgc_skill_tree\:air_eye_of_the_storm=true
|
||||
mrpgc_skill_tree\:air_impetus_buff=true
|
||||
mrpgc_skill_tree\:air_tailwind_loop=true
|
||||
mrpgc_skill_tree\:air_tailwind_release=true
|
||||
mrpgc_skill_tree\:air_wind_flurry_release=true
|
||||
mrpgc_skill_tree\:blood_frenzy_heal=true
|
||||
mrpgc_skill_tree\:burst_of_aggression=true
|
||||
mrpgc_skill_tree\:calm_mind=true
|
||||
mrpgc_skill_tree\:calming_flow_release=true
|
||||
mrpgc_skill_tree\:cleave_impact=true
|
||||
mrpgc_skill_tree\:earthen_blessing=true
|
||||
mrpgc_skill_tree\:flying_fists=true
|
||||
mrpgc_skill_tree\:hunting_fever=true
|
||||
mrpgc_skill_tree\:icy_rebirth_spawn=true
|
||||
mrpgc_skill_tree\:last_stand=true
|
||||
mrpgc_skill_tree\:obsidian_skin=true
|
||||
mrpgc_skill_tree\:protector_of_the_tower=true
|
||||
mrpgc_skill_tree\:ragnarok_release=true
|
||||
mrpgc_skill_tree\:second_wave=true
|
||||
mrpgc_skill_tree\:seismic_entry=true
|
||||
mrpgc_skill_tree\:shadow_refuge_loop=true
|
||||
mrpgc_skill_tree\:shadow_refuge_release=true
|
||||
mrpgc_skill_tree\:smokebomb_loop=true
|
||||
mrpgc_skill_tree\:smokebomb_release=true
|
||||
mrpgc_skill_tree\:soothing_mist_cleanse=true
|
||||
mrpgc_skill_tree\:spinning_slash_impact=true
|
||||
mrpgc_skill_tree\:splashdown=true
|
||||
mrpgc_skill_tree\:surys_grace=true
|
||||
mrpgc_skill_tree\:surys_tenacity=true
|
||||
mrpgc_skill_tree\:torrent=true
|
||||
mrpgc_skill_tree\:winters_cloak_freeze=true
|
||||
mutantmonsters\:entity.creeper_minion.ambient=true
|
||||
mutantmonsters\:entity.creeper_minion.death=true
|
||||
mutantmonsters\:entity.creeper_minion.hurt=true
|
||||
|
||||
Reference in New Issue
Block a user