@eaglejarl @Velorien @OliWhail I'm not making any
promises, but I'd like to put together a javascript program that keeps track of character sheets and helps with dicerolling. Keep in mind that this may take a while, as I have never coded javascript in my life. e: I also might get lazy and use visual basic
The way I'd imagine it would work when complete (though it won't have all of these features to begin with, of course) is thus:
The program pulls from public character sheets and additional character sheets indicated by the user and saved through cookies, and gives the ability to roll any skill/technique against any other skill/technique (similarly to Vecht's Bingo Book). It also provides the ability to freely enter stats for a new, named character sheet, which will also be saved through cookies.
There will need to be a variety of functions for modifying techniques and skills, such as multipliers (ie a technique that rolls a 1.2x its skill level), and simple addition (Roki + Taijutsu + Macerators). It may also keep track of what actions someone has used, and if I get really bored might keep track of
what someone can do with their actions.
Chakra boost level will be freely modifable to the extent that the booster is able, and it will keep track of chakra levels.
It will also give the option to set starting range for the combatants on either side (extreme, long, medium, short) and automatically adjust those for Engagement/Disengagement Tac Move tests.
With this information, it will automatically calculate such things as Multicombat bonus (if applicable), and when rolling will give you both the numbers and the success category value.
---
Does this sound useful, and are there any details I'm missing?