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,26 @@
|
||||
{
|
||||
"migrate_attributes_base": true,
|
||||
"base_spell_power": 1.0,
|
||||
"base_spell_critical_chance_percentage": 5.0,
|
||||
"base_spell_critical_damage_percentage": 50.0,
|
||||
"spell_power_effect": {
|
||||
"bonus_per_stack": 0.1
|
||||
},
|
||||
"secondary_effects": {
|
||||
"critical_damage": {
|
||||
"bonus_per_stack": 0.1
|
||||
},
|
||||
"haste": {
|
||||
"bonus_per_stack": 0.05
|
||||
},
|
||||
"critical_chance": {
|
||||
"bonus_per_stack": 0.05
|
||||
}
|
||||
},
|
||||
"enchantments_require_matching_attribute": true,
|
||||
"resistance_curve": "HYPERBOLIC",
|
||||
"resistance_multiplier": 1.0,
|
||||
"resistance_tuning_constant": 20.0,
|
||||
"resistance_reduction_cap": 0.9,
|
||||
"register_potions": false
|
||||
}
|
||||
Reference in New Issue
Block a user