hgeorgsch / armchar-swish

ArM character server implementation using Haskell and Swish
GNU General Public License v3.0
0 stars 1 forks source link

Handle spells #75

Closed hgeorgsch closed 2 years ago

hgeorgsch commented 2 years ago

Spells are defined in the ontology, but probably not handled in the logic. There is no API to retrieve them.

hgeorgsch commented 2 years ago

The http API has been fixed. The ontology needs to be clarified. The logic needs to

  1. Calculate casting score.
  2. Calculate Mastery score We also need support for mastery options through-out.
hgeorgsch commented 2 years ago

Mastery score is now calculated.

hgeorgsch commented 2 years ago

Superseded by #77 #78 #79 #80