diff options
| author | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
|---|---|---|
| committer | Felix Perktold <> | 2026-07-23 20:26:04 +0000 |
| commit | e1feb22144d2821c577cb0a281f77c54306f437c (patch) | |
| tree | c88aa93100893508ba9d60d2db55730f5a711616 /config/spell_engine/enchantments.json | |
asd
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 |
