June 2019 Update

Spankers, Spankees and Switches,

I’m cranking away at the first day of the next episode. I’ve finished writing all the content, and I’m currently working on implementing the powers for the new villain. Then I’ll need to do a pass of editing the story content, followed by debugging the new content, followed by balancing the new villain. I’m also making a few tweaks to some of the combat that will be included with episode 4 day 1:

1. Speed will just straight up reduce the amount of damage you take. Currently, most damage is calculated by computing max(1, attacker.strength – max(0, (target.speed – attacker.speed))). This had the effect of making Speed a bit too weird. If you had a low speed (relative to your opponent), increasing it by 1 increased your damage by one. If you had a high speed, increasing it by 1 reduced the damage you took by 1. This meant that some powers (like Scarlet Fists) weren’t as useful as they appeared. Sure your strength goes up, but your damage output doesn’t go up as much as your strength does, unless you already have a very high speed. The new formula is max(1, attacker.strength – target.speed). So the trade off is much more straightforward.

2. All the spanking powers (so Scarlet Paddle, and Succuspank) now also reduce the duration of the spankee’s “best” buff. If the duration gets reduced to zero or one, the buff gets removed. I’ve hardly ever used Scarlet Paddle in my play testing, because while Humiliated is nice, I’ve never really found it worth the turn to setup, except against Succubus. Granted that will probably change as more heroes show up who can take on the damage dealing role that Scarlet Moon currently fills, but even so I want all the powers to be useful now. Anyway, once the new version comes out, you’ll be able to use Scarlet Paddle as a means of controlling enemy buffs (might be very useful against Prometheus and Poseidon, whose buffs are needed to use their powers). Important thing to note: spankings reduce the target’s best buff *even if the target is already Humiliated*. In other words, buff reduction stacks. This should hopefully make Scarlet Paddle a much more interesting power, and perhaps worth losing a bit of damage per round.

3. Buzzsaw’s chain pull method will be inflicting a new, more dangerous status called “Grabbed.” Grabbed reduces your character’s speed to zero, and makes you immune to Away. The second effect isn’t a big deal yet, but the first basically strips you of your defense. However, Grabbed doesn’t *keep* your speed at zero. So you if you use a speed increasing buff after Grabbed, you can regain at least some defense. Just be careful, because speed buffs don’t stack (stacking just increases the duration)!

I’m hoping to have the new content out by the end of the month. The changes above will be backwards compatible.

AKA

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.