Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.19 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.19 KB

DcssfamiliarAngular

https://dcssfamiliar.com

This website serves as a damage calculator tool for an old dungeon crawl game: https://crawl.develz.org

Tool Features

Weapon damage calculator

The tool calculates damage based weapon, brand, skills, stats, slaying and enemy armor.

Limitations

  • 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

Spell damage calculator

The tool displays spell power based on skills and items used.

Development server

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.