
Almost every game has resources of some type or another, whether that’s health, mana, meter, etc. A topic that is rarely discussed with these is: Exactly how much health should you have, and how much damage should stuff do? What should your resource limit be, how much should stuff cost? How fast should it be built up? The decisions made in each of these can significantly affect the tone and feeling of something.
The most critical technique for thinking about this problem is thinking in percentages. The actual values can be arbitrary, but percentages help you keep track of the actual impact. A combo across different games could deal 8000 damage, 120 damage, or just 6 damage, and in each case, that could be worth 90% of someone’s healthbar. Thinking in percentages helps you weigh the relative impact of something, without getting bogged down in the exact numbers.
This type of thinking also suggests thinking about the resource in terms of how many times it can be tapped before it’s extinguished. If each touch deals about 10% of your health bar, a game will have 10 touches before it’s over. If a touch can deal up to 80%, then it’s a 2-touch game. Consider the range of variability between how much impact each touch makes as well.
In Card Games, instead of touches, it’s measured as a “clock”. The clock is how many turns a player has left before they lose the game. In real-time games with fine-grain health and guaranteed hits, this type of thing is measured in DPS (Damage Per Second) and/or TTK (Time to Kill). In these cases, it’s worth considering what tradeoffs a player should be making in order to get a faster clock, or a lower time to kill. It’s also worth considering how fast the average clock for a match should be, or what the average time to kill is across the game, and watching out when those things end up lower or higher than you originally planned.
Continue reading







