From f64b49a15502743023c7bc924afa2f53ac046323 Mon Sep 17 00:00:00 2001 From: Bohica <53943479+Bohicatv@users.noreply.github.com> Date: Wed, 2 Jul 2025 22:49:09 -0700 Subject: [PATCH] wip, json file --- Distribution/Data/magery-spell.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Distribution/Data/magery-spell.json diff --git a/Distribution/Data/magery-spell.json b/Distribution/Data/magery-spell.json new file mode 100644 index 000000000..09c4f35cf --- /dev/null +++ b/Distribution/Data/magery-spell.json @@ -0,0 +1,9 @@ +{ + "MagerySpell": { + "manaPerCircle": [4, 6, 9, 11, 14, 20, 40, 50], + "skillTable": [-50.0, -30.0, 0.0, 10.0, 20.0, 30.0, 40.0, 50.0, 60.0, 70.0], + "skillTableML": [-46.0, -32.0, -18.0, -4.0, 10.0, 24.0, 38.0, 52.0, 66.0, 80.0], + "skillCheckWindow": 40.0, + "castDelay": 1.0 + } +}