Modifying the Stat Gaining Mechanic

Spankers and Spankees,

We’re still cranking away. Bonemouth has gotten most of the text written for the in-combat spanking text of the Episode 1 enemies, and I believe I’ve successfully implemented a simpler, one-round version of the new spanking mechanic (I still have to debug it). In terms of the Episode 1 content, just waiting on Emily (though apparently she’s super busy IRL right now, so bear with us).

I’ve also stolen some time to play Lords of Xulima, an old-school RPG in the style of the old Might and Magic games that came out recently. Good game. I’d highly recommend it if you’re into old-school RPG’s. It’s challenging, but I don’t find it super frustrating either, and it has a lot more convenience features than old RPG’s. I definitely think I’ll add it to my shortlist of potential Let’s Spank games after I’ve finished Etrian Odyssey.

Anyway, as I mentioned in my previous post, I’ve made a lot of changes to a lot of things in the game. Today, I’m going to go into detail about one of those things: the level-up mechanic.

I’ve been thinking about the level up mechanic lately, as well as people’s early experiences with it in Episode 1, and I’ve grown less and less satisfied with it. In particular, I don’t like the randomness of the whole thing. This leads to several problems. First, the more important randomness is, the less control the player has, the more frustrating it is. That doesn’t mean there shouldn’t be any randomness, but I think that it should be minimal, and there should be ways for the player to rig it (say through spells, or special abilities).

However, the player has very little control over the randomness surrounding stat changes. Yes, the player can improve the chances of increasing a stat by using it often in combat, however the chances of a character gaining a stat resets after each combat. Therefore, the player is encouraged to drag out combat as much as possible (say by spamming status spells, or purposefully using physical attacks on a warrior, and magic attacks on a spellcaster). This is stupid. In actual combat you want to defeat your enemy quickly and decisively. The longer they’re fighting, the more chances they have to defeat you. Any game mechanic that encourages this kind of inanity is a bad mechanic and needs to be fixed.

Second, it’s hard as balls to balance properly. This can be seen in the boss fight at the end of Episode 1. Either the boss goes down easy peasy, it’s a fun, closely-matched fight, or you get steamrolled, all depending on how graceful the RNG god was. Initially I handwaved that away by saying “Meh. The boss fight is optional.” However, getting steamrolled, especially if you want to win, is tremendously frustrating. Meanwhile, steamrolling is equally frustrating if you want to lose. So, the boss battles should be closely fought. First, there’s a lot more uncertainty that way, making it much more fun. Second, a closely fought battle shouldn’t require more than two or three attempts to win (unless you’re really really really unlucky). Third, it’s still easy for you to purposefully lose without breaking character. It’s one thing for a person to make a small mistake that costs the battle. It happens all the time. It’s another to have your party just sit around and wave at their opponent because that’s the only way to lose. With all the randomness, creating those kinds of closely fought battles is nigh impossible. However, if I make things more deterministic, then I have a much better shot.

Third, the randomness encourages grinding. I don’t want to encourage grinding. It should be an option of course. We all have different playstyles. But in my opinion, any time the game forces you to grind, the game has failed. I should never, ever, ever be forced to stop advancing, and fight the same fights over and over again. For any reason. This is a game. It’s supposed to be fun and challenging (and sexy). Not tedious. Never tedious.

However, I don’t want to use levels and experience either. I do still want to maintain the basic “stats improve based on my actions in combat” mechanic. For one thing, it feels more organic to me than leveling. In the real world, if you run long distance you develop a very strong cardiovascular system, strong legs, and thicker bones. However, your muscles don’t grow much. If you swing a baseball bat your shoulder and back muscles develop, but your cardiovascular system does not. So, I think that it makes sense that in a world where fight-or-flight triggers a surge of magic that grants you superhuman strength and speed, then a particular strategy of combat (one based on stabbing someone with a spear, or unleashing hellish fireballs, or grappling and throwing your opponent) would develop your body’s magic system in a way that make you better at those things.

So instead, I’ve implemented a change based on different types of “action points.” Each action in combat nets you some amount of some type of action point. When you achieve enough action points, you gain a stat point. For example:

Suppose you have 5 dexterity. Then, you need to accumulate 10 “dexterity action points” to increase dexterity by one. You get dexterity action points as follows:

1. Attacking with your weapon gives you two dexterity action points.
2. Grappling your opponent gives you one dexterity action point.
3. Throwing your opponent gives you one dexterity action point.
4. Getting attacked by a physical weapon gives you one dexterity action point.

Furthermore, these action points carry over across battles. So if in one battle you attack twice and get attacked once, then at the end you have 5 dexterity action points. In the second battle, suppose you attack three times and get hit in the face with a firebolt twice. Then at the end of the battle you’ve accumulated 11 dexterity action points and two talent action points. Since you have more than 10 dexterity action points, you gain a point in dexterity, and have 1 dexterity action point left over.

Now you have 6 dexterity. So you need 12 dexterity action points to gain a point of dexterity.

I like this for a few reasons. First, because action points carry over from battle to battle, fights that don’t give you stat gains are no longer a waste of time, health and mana, so there’s less incentive to drag out the battle needlessly. You can of course still do so, and there’s nothing stopping you. However, the only way to completely discourage that would be to put restrictions on how many stats you gain per fight. I’m loathe to do that, because that makes it harder to adapt to a new situation. I’d much rather have a system that can be abused, but still allows players to adapt to unforeseen problems, then one that is harder to abuse, but makes it easier for unexpected obstacles to completely screw the player.

Second, your stat points grow more slowly as you get stronger. This is important for both story and gameplay reasons.

1. Story: I may need to be able to explain how your character in the endgame can hold her own against people with much more experience. By having stats grow more slowly as they get higher, it provides some in-world justification for this. Now, the rate of growth in game will probably still be too fast for this to be a perfect justification, but I don’t need total gameplay-story integration. All I need is to keep the gameplay-story separation small enough to stay within people’s willing suspension of disbelief.

2. Gameplay: I want a player who balances their stat gains to gain roughly 3-5 stats per stat per episode. However, the dungeons are going to get longer as we get further. So by slowing stat growth, I can have larger and larger dungeons while maintaining the 3-5 points per episode. This should also (hopefully) keep one-stat specializations from growing out of control, ensuring a jack-of-all-trades route is no more challenging than specializing.

Third, I also plan on removing random encounters, and replacing them with scripted (in the programmer’s sense, not necessarily the story sense) battles, and enemy-spawning squares for people who want to grind (I’ll discuss my rationale behind this in a later post). By having a fixed number of battles, and a fixed gauge for improving stats, stat growth will be much more deterministic. This will make it a lot easier for me to gauge how strong to make the bosses for the kinds of evenly-matched battles that I want.

Of course this leaves two questions:

1. What about health and mana?

2. What about spells?

For the first one, suppose the player has 10 health. Then, in order to gain health, the player needs to lose at least 10 health.  Then the player gains some base amount of health, plus a bonus. However, this is not all at once. For example, suppose in one round of one battle, the player loses 7 health. So, the player casts Heal on the next round to restore all 7 points, then loses another 2 health, then defeats their opponent. So at  the end of this battle, the player has 8 health, but has lost 9 health. Now suppose in the second fight, the player had lost 8 health. Then, the player lost 17 health. Furthermore, suppose (for now) that the player gains a base health of 5 each time their health increases. So, the player gains 5 + 7 = 12 health. The 7 points are because she went 7 points over the minimum needed to gain health.

Now, what should the base health gain be? Obviously it can’t be a fixed number. 5 health is a huge jump in the beginning, but it will be insignificant at the end. So the number needs to scale. I think the base number should be 25% (rounded up to the nearest point) of the player’s current health. So, if the player has 50 health, the player gains 13 points plus overflow the next time their health goes up. If they have 10 health, they gain 3 points plus overflow. That’s enough to be significant, but not so much that a single gain in health will suddenly make your battles easy as pie.

Mana however is a little bit trickier, because the player has control over how much mana they use by casting cheaper or more expensive spells. So if I used the same system as health for mana, then players would be encouraged to only use the most expensive spells, which is stupid. If you’re in a real fight, and you know that you might have to face more fights soon after, you’ll want to try to conserve your energy as much as possible. This also means that the downside of the combat spells (their expense) wouldn’t actually be a downside. Sure they’re more expensive, but a combat spell specialist would have so much more mana than say a status spell specialist that they’d both be able to cast the same number of spells anyway. In fact, the combat specialist would come out ahead, because she could cast more status spells than the status specialist! So clearly we need a different system for mana.

I think the best solution for mana is to tie it to your gains in Talent. Everytime you gain a point in Talent, your mana increases by 150%. So, if you have 50 mana before you gain a point of Talent, then after you gain a point of talent you have 50 * 1.5 = 75 mana.

Now, for gaining spells. Every time you cast a spell you gain spellTier + 1 type points for the spells of that type. So if you cast Firebolt, you gain 0 + 1 = 1 combat points. Meanwhile, it takes (spellTier) * 10 type points to learn a spell of a particular tier and a particular type. The only exception to this are tier 0 spells. Those take 5 points to learn. So Icebolt takes 5 combat points to learn, while Lightning Bolt takes 1 * 10 = 10 combat points.

Learning a spell consumes points. So you can’t learn Lightning Bolt 5 casts after learning Icebolt. You learn it 10 points after learning Icebolt.

And that’s my new level up mechanic in a nutshell. In short, the idea is to create a deterministic system with a clear progression that still has the same feel as the random stat gain mechanic, without the frustrations and wild oscillations in difficulty associated with it.

16 thoughts on “Modifying the Stat Gaining Mechanic

  1. I think scripted battles are definitely the way to go. I only worry that optional battles may throw off the control you’ll have if the player uses them to grind. Also, I want to play Lords of Xulima now! You may be interested in the recently released Heroes of Might & Magic III – HD Edition.

    1. Honestly, if a player wants to grind, that’s their choice. I’m not interested in forcing people to play the game my way. Especially since not everyone is going to be interested in the RPG part. Some are going to be interested primarily in the spanking part, and will just want to get through the battles as painlessly as possible.

    2. I see your point, but won’t it be a bit tempting to grind when it’s easy? Would you advise players who want a challenge to not play those battles, or only a few?

    3. That is the basic idea, yes. I’ve always been a big advocate for giving the player as much flexibility as possible. If you’re a grind monkey, you should be allowed to be a grind monkey. If you hate grinding with a passion, then you shouldn’t have to grind.

      I’m also counting on the fact that grinding is boring, and most people don’t play video games when they want to be bored.

      Furthermore, this also gives the player some flexibility in case they make mistakes when building their character. I’m hoping that any build will be viable, but that type of thing can be tricky to balance. So if they discover that their build sucks, they can grind a little bit, rather than restarting the game.

    4. If you enjoy the Might and Magic games, and/or Lords of Xulima, you might want to look into Spiderweb Software, especially their Avernum and Geneforge games. The Geneforge saga was one of the absolute best game series I’ve ever played. While there are individual games out there (Baldur’s Gate II, the Icewind Dale games) that I think are better than the best Geneforge games, the entire saga is probably the best game saga I’ve played.

      The Avernum games are pretty damn good too. And they’re all dirt cheap.

    5. Thanks for those recommendations. I’ve played (and enjoyed) all, with the exception of not having gotten to Avernum yet. I’ve been playing Lords of Xulima and love it. I can’t help but see similarities between it and Potion Wars, especially the “job board” type questing. There are good ideas in it for great spanking scenes, too, such as in the quests in which you go to the beach to expel the campers and confront the naughty witch(es).

    6. Considering that both games draw from much the same inspiration, that’s not surprising. Though as for the job board, honestly that’s probably not going to be all that big of a thing in my game. It provided some nice scaffolding when I was first trying to come up with episode plots, but now I wish I could go back and rip out the Adventurer’s Guild completely. That’s not going to happen, of course, because it would require a major overhaul of Episodes 1 and 2, but I do wish I could do it.

      As for the campers quest…eww. Those “campers” are ugly green goblin things. Not exactly sexy spankable material. Don’t know about the witches, because I haven’t confronted them yet. Now some of the priestesses…

      One thing I do find intriguing about Lords of Xulima is the pre-defined protagonist and player-defined party. I’ve never really considered that before, but I think it has some potential in a spanking game. One problem with allowing the player to create their own party is that the spanking scenes would have to be generic, and while generic spanking scenes are nice, they’re hard to keep interesting. However, if you had one (maybe two) pre-defined characters, and the rest were created by the player, then in addition to generic scenes, you could also have more developed scenes involving the pre-defined protagonist.

    7. Yeah, I thought the predefined main character made sense. I would guess the main reason for that is so they only had to make one explore map character. As for the beach quest, I was just talking about the setup, not the ugly guy goblins!

      In getting away from the guild, are you thinking that kind of setup would be too repetitive and limit the story?

    8. Not really. After all, episodes don’t have to involve the guild at all. More like it just feels unnecessary. For example, why not just have the player live directly with Maria (at least for now, maybe find their own place to live later if the two don’t get along), and have the Vengadores be introduced when they try to do a recruiting run?

      One could argue that the guild is useful because it provides a natural way for the player to interact with people other than dirt poor Taironans, which is important if you want the player to have motivations for choosing Roland’s side. But the major non-poor Taironan characters (Elise and Carrie) have nothing to do with the guild.

      To me, the only thing the guild really buys you is the ability to shield yourself from the plight of other Taironans. Now, there’s a lot be said for having that option. After all, most middle and upper class Americans do exactly that. I’m just not sure if that justifies the Guild, and the characters associated with it. Maybe I could have found a different, equally natural way for the player to wrap themselves in a bubble, and saved on some characters.

    9. I see what you’re saying, but it was established well in episode 1, so I think anything done with it is going to make sense.

  2. While you raise many good points, the biggest problem with pre-scripted fights is the extreme linearity that imposes on the game. As Spoony put it “One long hallway”. Of course, the way you wrote episode one, each room off the hallway was optional, so it didn’t feel very linear. If you set up subsequent episodes that way, I be cool with it. As long as the player feels he has some choice about the scenes they experience.

    1. So this brings up an interesting idea: linearity vs. open world.

      Personally, I think open world is overrated.

      First, all too often it screws up the game balance (gar! This area is so hard! Finally cleared it. Oh hey, look at this boringly easy area. Fuck, I should have come here first).

      Second, you can’t really develop a very good story, with the events building on each other, because you never know when the player is going to experience each event! So you end up with weird sequence breaking, or a bunch of self-contained stories that don’t really tie into each other.

      Third, the “choice” it provides is an illusion. There are two ways open world games tend to go:

      1. You have to complete all the areas A, B, C, D, and you can complete them in any way you want! What? Does the order you complete each area have any impact on what happens in each area? Well, no. Does the order impact events that follow after completing areas A, B, C, D? Well, no. So, my choice doesn’t have any impact on the game at all, does it? Well, no.

      2. You have to complete one of A or B. Does the choice I make impact what happens after? Well, no. Can I still go back and clear the other one for additional experience? Well, yes. So in other words, I’m just going to clear both areas anyway? Well, yes. So the choice I make is pointless? Well, yes.

      And then factor in a butt-ton of backtracking as you try to figure out how to unlock the next area.

      Personally, I’d much rather have a very linear game, with each quest building on the next, and then giving the player a few choices that actually influences the progression of the plot! Some might be minor, affecting a line of dialogue here or there. Others might drastically affect the player’s perception of the game.

      Hell, give me a long boring hallway, fill it with intriguing enemies, challenging combat, and either a deep party building system, or a group of interesting characters to adventure with, and I’ll love the hell out of the game. Icewind Dale 1 and 2 both do this (though Icewind Dale 2 does a better job with the villains), and those two rank as two of my favorite RPGs.

  3. Didn’t Spoony only refer to Final Fantasy XIII as a hallway? It definitely is, because you just go straight ahead the whole time and don’t really have any options. That doesn’t mean that the on-rails RPG genre should get that label; just chalk it up to laziness and lack of planning and care.

    I agree that open world is overrated. The choice is an illusion, and there are things you can do in more traditional RPGs that you just can’t do in “sandboxes.” Some sandbox games try to keep everything mildly challenging by having enemies scale to your level, which makes the entire experience bland with little variation, because each fight is invariably similar to any other. With scripted battles, it will just be easier for Potion Wars to have epic boss fights (who doesn’t love those?!) based on player strength. This way, Russell will have a good idea of what that strength is.

    The most exciting thing to me in Potion Wars is the meaningful customization. There’s just not enough of that in most RPGs, so it’s awesome to see this mechanic working so well so far here.

    1. Could you go into details about which customizations you find meaningful? I ask because, in my mind most of the customization (i.e. character build and size) are window dressing. Sure they affect a few adjectives here and there, and maybe a line or two, but I’m not sure if I’d call that meaningful.

      Most I want to make sure that if something is working, I keep doing it, even if I don’t even know what it is I’m doing!

    2. I do really like the window dressing options, but I was mainly talking about the available story options that change future scenes and how they play out. The “choose your own adventure” style works so well in a story driven (or, really, any) game, though you don’t see it used so much. Maybe that’s because the game industry doesn’t have a lot of dedicated, skilled writers. Plus, it’s a lot of work, of course. But, it gives the player true freedom and offers tons of replayability.

Leave a Reply to A. Russell Cancel 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.