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,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
}