This is a script I wrote to generate all your maneuvers in a nice clean chart. You can use it to replace your Combat Cards, or just use it to do the math for you.You enter your character’s stats and choose the Maneuvers you want, and it calculates all the Speed/Damage/Move for you based on your stats. No more math!
It can even handle buying Focus moves using Cyborg prerequisites etc, and checks that you have all prerequisites for the Maneuvers you choose.
It’s written in JavaScript, it’s very old and is the first JavaScript project I ever did. I learned to write JavaScript because of Street Fighter: The Storytelling Game, haha. Because of this the back-end might not be very elegant, but it works just fine, and is easy to customize if you want to add your own moves.
Video Walkthrough
Gustavo Torres says
Like your website, but can it be possible to create my own special maneuvers using the combat chart generator? If can’t be done, maybe if it’s possible to create a generator to do that. Thank you for your time.
The T says
I’m not the person to delve into why, but it seems to be calculating Turn Punch’s damage incorrectly.
Webmaster says
Holy shit you’re right! How did it take that long for someone to find that?! Lol thank you!
Webmaster says
Fixed!
TheMOELANDER says
I completely forgot, that I asked that already once 4 years ago, thanks a lot!
Maybe’ it’s because I have a steady group now…
Webmaster says
How to edit:
https://sfrpg.com/2012/01/02/updated-the-combat-chart-generator-v7/#comment-48
TheMOELANDER says
Hey, could you tell me how to add new maneuvers into the javascript? I want to use some homebrew and the app is a tremendous help. You don’t need to make a step by step tutorial, just tell me which lines of code to copy and how to make them properly appear in the right category. No need for legal checking, I’ll do that myself.