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:
Leonid Pershin
2026-05-08 10:47:28 +03:00
parent e0c966d37f
commit 05fd7ec484
204 changed files with 28319 additions and 1 deletions
@@ -0,0 +1,168 @@
{
"effects": {
"more_rpg_classes:molten_armor": {
"attributes": [
{
"attribute": "minecraft:generic.armor",
"value": -0.1,
"operation": "ADD_MULTIPLIED_TOTAL"
},
{
"attribute": "minecraft:generic.armor_toughness",
"value": -1.0,
"operation": "ADD_VALUE"
}
]
},
"more_rpg_classes:frozen_solid": {
"attributes": [
{
"attribute": "spell_engine:damage_taken",
"value": 0.15,
"operation": "ADD_MULTIPLIED_TOTAL"
}
]
},
"more_rpg_classes:collected_soul": {
"attributes": [
{
"attribute": "spell_power:soul",
"value": 0.1,
"operation": "ADD_VALUE"
}
]
},
"more_rpg_classes:grievous_wounds": {
"attributes": [
{
"attribute": "spell_engine:damage_taken",
"value": 0.05,
"operation": "ADD_MULTIPLIED_TOTAL"
},
{
"attribute": "spell_engine:healing_taken",
"value": -0.1,
"operation": "ADD_MULTIPLIED_TOTAL"
}
]
},
"more_rpg_classes:frosted": {
"attributes": [
{
"attribute": "minecraft:generic.movement_speed",
"value": -0.05,
"operation": "ADD_MULTIPLIED_TOTAL"
}
]
},
"more_rpg_classes:bleeding": {
"attributes": []
},
"more_rpg_classes:fear": {
"attributes": [
{
"attribute": "minecraft:generic.attack_damage",
"value": -0.25,
"operation": "ADD_MULTIPLIED_TOTAL"
}
]
},
"more_rpg_classes:stagger": {
"attributes": [
{
"attribute": "minecraft:generic.attack_damage",
"value": -0.8,
"operation": "ADD_MULTIPLIED_TOTAL"
},
{
"attribute": "minecraft:generic.armor",
"value": -0.8,
"operation": "ADD_MULTIPLIED_TOTAL"
},
{
"attribute": "minecraft:generic.movement_speed",
"value": -0.8,
"operation": "ADD_MULTIPLIED_TOTAL"
}
]
},
"more_rpg_classes:soaked": {
"attributes": []
},
"more_rpg_classes:carve": {
"attributes": [
{
"attribute": "minecraft:generic.armor",
"value": -0.1,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "spell_engine:damage_taken",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"more_rpg_classes:fatal_poison": {
"attributes": []
},
"more_rpg_classes:ignited": {
"attributes": [
{
"attribute": "spell_engine:healing_taken",
"value": -0.1,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"more_rpg_classes:withers_curse": {
"attributes": [
{
"attribute": "spell_engine:damage_taken",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"more_rpg_classes:arcane_precision": {
"attributes": []
},
"more_rpg_classes:zephyrs_speed": {
"attributes": [
{
"attribute": "spell_power:critical_chance",
"value": 0.03,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "minecraft:generic.movement_speed",
"value": 0.05,
"operation": "ADD_MULTIPLIED_BASE"
}
]
},
"more_rpg_classes:sirens_tear": {
"attributes": []
},
"more_rpg_classes:duelists_focus_owner": {
"attributes": []
},
"more_rpg_classes:duelists_focus_target": {
"attributes": []
},
"more_rpg_classes:dragonslayers_fury": {
"attributes": [
{
"attribute": "spell_power:critical_damage",
"value": 0.3,
"operation": "ADD_MULTIPLIED_BASE"
},
{
"attribute": "critical_strike:damage",
"value": 0.3,
"operation": "ADD_MULTIPLIED_BASE"
}
]
}
}
}
@@ -0,0 +1,105 @@
{
"school_weaknesses": {
"spell_power:water": [
{
"impact_type": "DAMAGE",
"weakness": {
"all_required": false,
"conditions": [
{
"health_percent_above": 0.0,
"health_percent_below": 1.0,
"entity_type": "#TagKey[minecraft:entity_type / more_rpg_classes:resistant_to_water]"
}
],
"execute": "PASS",
"modifier": {
"power_multiplier": -0.3,
"critical_chance_bonus": 0.0,
"critical_damage_bonus": 0.0
}
}
}
],
"spell_power:earth": [
{
"impact_type": "DAMAGE",
"weakness": {
"all_required": false,
"conditions": [
{
"health_percent_above": 0.0,
"health_percent_below": 1.0,
"entity_type": "#TagKey[minecraft:entity_type / more_rpg_classes:weak_to_earth]"
}
],
"execute": "PASS",
"modifier": {
"power_multiplier": 0.0,
"critical_chance_bonus": 0.3,
"critical_damage_bonus": 0.0
}
}
}
],
"spell_power:fire_ranged": [
{
"impact_type": "DAMAGE",
"weakness": {
"all_required": false,
"conditions": [
{
"health_percent_above": 0.0,
"health_percent_below": 1.0,
"entity_type": "#spell_engine:vulnerability/weak_to_fire"
}
],
"execute": "PASS",
"modifier": {
"power_multiplier": 0.0,
"critical_chance_bonus": 0.3,
"critical_damage_bonus": 0.0
}
}
}
],
"spell_power:frost_ranged": [
{
"weakness": {
"all_required": false,
"conditions": [
{
"health_percent_above": 0.0,
"health_percent_below": 1.0,
"entity_type": "#spell_engine:vulnerability/weak_to_frost"
}
],
"execute": "PASS",
"modifier": {
"power_multiplier": 0.3,
"critical_chance_bonus": 0.0,
"critical_damage_bonus": 0.0
}
}
},
{
"weakness": {
"all_required": false,
"conditions": [
{
"health_percent_above": 0.0,
"health_percent_below": 1.0,
"entity_type": "#spell_engine:vulnerability/resistant_to_frost"
}
],
"execute": "PASS",
"modifier": {
"power_multiplier": -0.3,
"critical_chance_bonus": 0.0,
"critical_damage_bonus": 0.0
}
}
}
]
}
}
+54
View File
@@ -0,0 +1,54 @@
{
"entries": {
"minecraft:entities/polar_bear": {
"rolls": 1.0,
"items": [
{
"itemId": "more_rpg_classes:polar_bear_fur",
"weight": 1,
"minAmount": 1,
"maxAmount": 3
}
]
},
"minecraft:entities/wolf": {
"rolls": 1.0,
"items": [
{
"itemId": "more_rpg_classes:wolf_fur",
"weight": 1,
"minAmount": 1,
"maxAmount": 3
}
]
},
"minecraft:entities/ravager": {
"rolls": 1.0,
"items": [
{
"itemId": "more_rpg_classes:hardened_leather",
"weight": 1,
"minAmount": 1,
"maxAmount": 2
}
]
},
"minecraft:chests/igloo_chest": {
"rolls": 1.0,
"items": [
{
"itemId": "more_rpg_classes:wolf_fur",
"weight": 2,
"minAmount": 1,
"maxAmount": 3
},
{
"itemId": "polar_bear_fur:wolf_fur",
"weight": 1,
"minAmount": 1,
"maxAmount": 3
}
]
}
}
}
@@ -0,0 +1,17 @@
{
"custom_spell_fixed_impact_knock_up": 0.75,
"custom_spell_impact_knock_up_cap": 2.5,
"custom_spell_impact_knock_up_base": 0.1,
"custom_spell_impact_knock_up_multiplier": 0.05,
"custom_spell_impact_trembling_range": 1.0,
"custom_spell_impact_pull_to_caster_direct_speed": 1.5,
"custom_spell_impact_pull_to_caster_slow_speed": 0.2,
"custom_spell_impact_backward_dash_range": -1.25,
"custom_spell_impact_backward_dash_height": 0.65,
"custom_spell_impact_damage_to_missing_health_above_50": 0.25,
"custom_spell_impact_damage_to_missing_health_under_50": 1.0,
"custom_spell_impact_damage_to_missing_health_under_25": 1.75,
"lifestealCooldownTicks": 20,
"spellVampireCooldownTicks": 20,
"effect_frosted_amplifier_frozen_solid_conversion": 4
}