This website serves as a damage calculator tool for an old dungeon crawl game: https://crawl.develz.org
The tool calculates damage based weapon, brand, skills, stats, slaying and enemy armor.
-
It does not account for evasion. This is actually a big part of the calculation that is missing, but right now I don't have time to do the work.
-
There may be some errors on aproximations (like divisions) when I converted the C++ to javascript
The tool displays spell power based on skills and items used.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
This project was generated with Angular CLI version 8.3.20.