diff options
Diffstat (limited to 'config/spell_engine/enchantments.json')
| -rw-r--r-- | config/spell_engine/enchantments.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/spell_engine/enchantments.json b/config/spell_engine/enchantments.json new file mode 100644 index 0000000..85c0863 --- /dev/null +++ b/config/spell_engine/enchantments.json @@ -0,0 +1,9 @@ +{ + "infinity": { + "enabled": true, + "max_level": 1, + "min_cost": 20, + "step_cost": 30, + "bonus_per_level": 1.0 + } +}
\ No newline at end of file |
