This is the thread for my calculator toolkit providing useful insight about the game mechanics. I never bothered making a thread as it seemed to spread well enough even without it, but I think the time has now come for the thread to emerge.
FunctionalityCharacter builderHelps with designing your character. Allow trying out different builds and copying them in easy-to-read format for forum posts, irc spam etc.
Level experienceDisplays experiences required for each level and time to reach that level at given generation at given xp/min rate and multiplier.
Weapon damageCalculates potential weapon damages for given character stats, weapon and target armor. Can be used to evaluate relative epicness of each weapon against different armor levels
The toolkit can currently be found at
http://infinitum.dyndns.org/crpg/calc.htm. It is hosted from my home server, please avoid DDoS.
If you have suggestions about new functionality, please make a post. I'm always looking for interesting stuff to code, so decent suggestions have a good chance to be implemented.
FAQ:The site is downIf you get 404 or no response at all, post here so I notice it's really down.
I only get gray boxesTry using a proper browser (read: not IE).
I can't save my characters / characters are lost after a whileCharacters are saved in a cookie expiring in one year. Check your settings: allow cookies, don't delete them when closing browser.
Contributors- Elmokki (damage + effective wpf calculation)
- kukufarikki (minor fixes in the code)
How to contributeGitHub repository:
https://github.com/espu/cRPG-ToolkitFork, improve, make a pull request (and poke me on IRC) (or poke me directly for contributor rights)
Old version history:1.3
2012-01-17
- Elmokki's improved damage calculation and effective wpf
1.26
- Added attributes -> skills conversion
1.25
- Added character saving functionality to character builder
1.2
- Updated character calculator for cRPG version 0.210
- Updated Experience gain calculator to have time required -function. Also takes gen, xp/min and multiplier into account.
- Added free skill points and free attribute points display to character calculator output
- Removed weight/wpf calculator due to formula no longer being available
1.1
- Code rewritten for maintainability
- Prepared for post-patch, now I only need the new functions
- UI changed to be more consistent
- Graph added for damage calculator
1.0 and older
- Basic calculators: Weight-wpf effect, character planner, level experiences, weapon damage