Skip to content

Skill Calculator Issues #1

Description

@feored
  • Necromancer pet skills do not work, specifically desclines with id 34, 39 that seem to require getting information from MonStats.txt
  • Sklvl(x.y) formatted desclines need to be parsed. Explanation here
  • Sklvl values work but often seem off by one (e.g fire golem holy fire)
  • Flooring needs to be added at the appropriate places in calcs.py
  • Long term, the use of eval should be replaced with a proper parser e.g pegjs. The grammar is fairly simple once it has been preprocessed by the python files, mostly arithmetic expressions + the ternary operator.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions