This is a personal story.
So I'm designing a "dicebuilder" game inspired by Splendor and Century. It also involves a lot of cards. This particular game involves five different dice colours and four different factions, each of which aligns to a colour. Cool.
I set out on a quest to make this dice game interesting and decided to make a bunch of cards that let you exchange dice [among other effects]. The idea was this:
- make generic cards that helped you gain dice.
- make faction-specific cards that did neat effects with your dice.
Both types of cards are placed in a pile, then the top six are laid out on a trade row a la deckbuilders. This means players will see six out of ~100 cards at a time.
I was wrong to think it'd be that easy.
Playtest 1
Problem: the faction-specific mechanics weren't useful. They didn't do much on their own and required you to have more of each other. But because of the trade row size, you'd often be stuck with either generic-but-useful or cool-but-useless cards.
Solution: design new faction cards that made cool synergies with existing faction cards. Players would now be able to make more synergies happen.
Playtest 2
Problem: nope, still not useful. The cards kinda just sat there in hand, not having good synergies 90% of the time.
Solution: design MORE new cards! More bonkers combos! This'll work now!
Playtest 3
Problem: ...and nope, still not useful. Sometimes you go off, but mostly it's just janky half synergies that you can't capitalize on. The new cards I made were awkward as I stretched to make something new.
I hope that at this point, you as the reader figured out the solution before I did. The problem was that I was stuck in the mindset of qualitative, generative design. I thought that the problems could be solved through more creative thinking, more designs, etc. But nope - the solution is in fact much easier.
Solution: get rid of the awkward cards made in a desperate attempt to bring faction synergies. And then... just clone the most versatile of the faction cards x3. And then, just increase the amount of visible cards in the trade row for players to choose from.
Yes, I would need to do further tweaks, but the game became much smoother right there - and for way less work and complexity.
The ideas I want to pass from my experience are:
1) Realize when a design problem can be solved by tweaking the quantities of existing variables, instead of wasting time making something new.
This problem seems more prevalent for people with a Humanities background: the problem-solving approach where we try to change the inherent qualities of a thing, instead of messing with its quantitative values. But the latter is extraordinarily efficient with regards to its impact on development logistics: brainstorming, art, animation, modeling, bug testing, and many other time/effort factors can be mitigated when opting to modify the frequency of objects instead of objects themselves.
2) Realize how much you can use quantity manipulation to make gameplay feel different. You can impart tone/mood without needing to do a whole design process - without making the game unnecessarily complex.
This is hard to describe because it's so obvious when spoken that it's hard to properly internalize as new information. At its most simple level, it's making an assassin character have a higher damage value and a protector having a higher health value. But on a more complex level, you can creatively increase the assassin-vibe with numbers by [ie] secretly widening the timeframe window of counterattacks, making daggers spawn just a little more often, or trimming a few recovery animation frames after an attack.
Summary: look at your numbers! Make sure they're at the right amount! Remember you can change them!
And see you next time!