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:
Leonid Pershin
2026-05-12 19:56:07 +03:00
parent b03c4a628d
commit 667e4fa2d8
42 changed files with 2092 additions and 5 deletions
+28
View File
@@ -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"
}
]
}
}
}
+3
View File
@@ -0,0 +1,3 @@
{
"disable_special_lne_weapons": false
}
+13
View File
@@ -0,0 +1,13 @@
{
"effects": {
"lne_paladins:sirens_song": {
"attributes": []
},
"lne_paladins:holy_weapon": {
"attributes": []
},
"lne_paladins:holy_prevention": {
"attributes": []
}
}
}
+6
View File
@@ -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
}
+13
View File
@@ -0,0 +1,13 @@
{
"effects": {
"lne_rogues:second_wind": {
"attributes": [
{
"attribute": "minecraft:generic.max_absorption",
"value": 2.0,
"operation": "ADD_VALUE"
}
]
}
}
}
+5
View File
@@ -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
}
+3
View File
@@ -0,0 +1,3 @@
{
"effects": {}
}
+5
View File
@@ -0,0 +1,5 @@
{
"disable_special_lne_weapons": false,
"elemental_evoker_default_spell_power": 6.0,
"custom_illager_variants_spawn_in_raids": true
}
+278
View File
@@ -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"
}
]
}
}
}
+129
View File
@@ -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
}
+27 -4
View File
@@ -710,7 +710,13 @@
"relics_rpgs:lesser_roll",
"relics_rpgs:jewel_figurine_jade",
"relics_rpgs:lesser_use_ranged",
"relics_rpgs:lesser_use_health"
"relics_rpgs:lesser_use_health",
"more_relics:jewel_figurine_chain",
"more_relics:lesser_proc_earth_nature",
"more_relics:jewel_figurine_aquamarine",
"more_relics:lesser_proc_air_water",
"more_relics:lesser_use_rage",
"more_relics:jewel_figurine_malachite"
],
"witcher_rpg:glyphs_0": [
"witcher_rpg:lesser_aard_glyph",
@@ -864,7 +870,13 @@
"relics_rpgs:greater_proc_physical_trance",
"relics_rpgs:greater_perk_evasion_attack",
"relics_rpgs:greater_proc_defense_danger",
"relics_rpgs:greater_perk_ranged_levitate"
"relics_rpgs:greater_perk_ranged_levitate",
"more_relics:greater_madreds_bloodrazor",
"more_relics:greater_frozen_heart",
"more_relics:greater_liandrys_torment",
"more_relics:greater_proc_rage",
"more_relics:greater_kircheis_shard",
"more_relics:greater_sunfire_cape"
],
"rpg_series:loot_tier/tier_5_weapons": [
"bards_rpg:unique_rapier_0",
@@ -937,13 +949,24 @@
"relics_rpgs:medium_proc_healing_power",
"relics_rpgs:medium_proc_arcane_power",
"relics_rpgs:medium_proc_attack_speed",
"relics_rpgs:medium_proc_fire_power"
"relics_rpgs:medium_proc_fire_power",
"more_relics:medium_use_water_power",
"more_relics:medium_use_air_power",
"more_relics:medium_use_nature_power",
"more_relics:medium_use_earth_power",
"more_relics:medium_proc_lifesteal",
"more_relics:medium_proc_rage"
],
"rpg_series:loot_tier/tier_4_relics": [
"relics_rpgs:superior_use_zone_healing_taken",
"relics_rpgs:superior_use_area_attack_damage",
"relics_rpgs:superior_use_area_defense_health",
"relics_rpgs:superior_use_zone_spell_power"
"relics_rpgs:superior_use_zone_spell_power",
"more_relics:superior_mikaels_blessing",
"more_relics:superior_zhonyas_hourglass",
"more_relics:superior_mejais_soulstealer",
"more_relics:superior_shurelyas_battlesong",
"more_relics:superior_guardian_angel"
]
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.