wip, json file

This commit is contained in:
Bohica 2025-07-02 22:49:09 -07:00 committed by GitHub
parent f6b4ca81d6
commit f64b49a155
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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