topnav

Series Info...Building Stories, Telling Games #59:

Thinking Mechanically, Part 15: Combat Systems

by Travis S. Casey
May 23, 2003

In many games, combat is a primary focus. Indeed, quite often it's the primary focus, with many other mechanics relegated to a supporting role (i.e., "we do these things because they'll let us fight better later on"). Before we get into talking about combat systems, let's look at this — why is combat such a major part of online games?

Why Combat?

One reason is tradition — existing games feature combat heavily, so people designing new games feature it too. The tradition actually goes back to before online games; the paper roleplaying games on which many of the online games are based also have historically given combat a heavy emphasis.

Secondly, combat is almost inherently set up to provide both risks and the potential for reward — and from that, we can see why so many players enjoy it. It's a gamble, and people in general seem to love the thrill of gambling. Especially when there's no risk of real loss, only of the loss of some "points" or such.

Thirdly, combat itself seems to be attractive to the young males who form a large part of the audience for these games. If I wanted to get deeply psychological, I could talk about instincts to show dominance and establish a territory, and about "play fighting" as being young animals learning how to hunt... but you can find plenty of that sort of speculation elsewhere.

Fourth, combat can provide a tactical or strategic challenge. In some games, the key to getting through the game effectively is knowing how to fight — what items are best to use in what situations, when to use a ranged attack vs. a melee one, what "buffs" or skills or spells to use when, and so on. As one advances through the game and comes across new opponents to fight, the tactics needed may change, or new, more effective tactics may become available.

The fifth reason is really an extension of the fourth — combat in games tends to demand a degree of player cooperation and coordination that other tasks often don't. Powerful monsters may take the coordinated efforts of several characters to defeat, and the same is true for groups of weaker monsters — a dozen orcs may easily overwhelm one character, even a fairly powerful one, but may be easy prey for a dozen characters working together intelligently.

Now, combat certainly isn't required for roleplaying games, of the online or paper varieties; indeed, the class of text adventure games which are the other primary inspiration for text-based online games often feature little or no combat. The emphasis in them is on puzzle-solving instead, and where there is combat, it's usually on a very simplistic if-then-else level: if you have this item, then you can defeat the guard, else you can't.

What to do with combat?

Having looked at the whys, now we're ready to start thinking about whats. Specifically, in designing a combat system, you should think about why you want to have combat, and then, based on those whys, about what your combat system should do. In particular, here's some things to think about:

  • Should equipment have a major impact on combat?
  • How big will combats tend to be — that is, how many combatants do you expect to see on a side?
  • Do you want to have more than one form of combat? For example, for some games, it might be desirable to have one "general" combat system, and a separate, more detailed system for fighting duels.

The answers to these questions will vary greatly depending on the setting of the game, and on what sort of game you want. For example, in a Wild West game, the major forms of combat are likely to be many-on-many gunfights, one-on-one gunfight "duels", and hand-to-hand brawling without weapons. Armor will be pretty much nonexistent.

For an Arthurian game, on the other hand, one-to-one duels with swords and armor will be common. Many-on-many fights will be less common if the game is following the traditional "knights go out on quests alone" idea. A jousting system could be a nice, colorful addition. Hand-to-hand brawling can probably be safely ignored — it's not "knightly". The designer may be able to get away with simply ignoring the existence of missile weapons entirely — again, they're not "knightly".

If you want to have Robin Hood and the Merry Men in a game, on the other hand, handling missile fire will be essential — and you may wish to have a system for handling archery contests as well. (Which isn't really combat per se... but it should have some relation to the system for handling missile fire.) Hand-to-hand combat is again a must. Most of the player characters will likely wear little or no armor, so the way that armor works ought to be significantly different than one would expect in the Arthurian game. And Errol Flynn-style one-on-one swordfights on stairs are a great thing to have.

Now, those questions were more from a gameworld stance. Here's a few more, coming from a different point of view:

  • What will be the primary type of combat — player character vs. "monster", or player character vs. player character?
  • How important should player skill be in combat?
  • How about character skill?
  • How long should typical combat take, from the players' point of view?

If most combat is going to be player character vs. player character, then part of your work is done for you — there's little need to worry about making "monsters" or NPCs who can fight in interesting ways when players are going to be doing most of the fighting. And you can be sure that players will come up with interesting tactics, if the system makes it at all possible.

On the other hand, however, there is a greater need to worry about potential abuses of a combat system with player vs. player. If a player discovers a bug and uses it to rapidly kill lots of monsters, other players may grouse about it, and that player (and anyone he/she taught the "trick" to) will likely complain about it being fixed... but if a player finds a bug and uses it to kill lots of other players' characters, you may get the virtual equivalent of a lynch mob.

Player skill is an area where things can vary greatly. Some games, particularly some older muds, involve nearly no player skill — the player tells the character "kill that", and it's all automatic from there, until the thing is either killed or the players' character gets to an automatic cutoff point and runs away. In others, getting maximal effectiveness in combat requires the player to constantly interact with the game. In a poor setup, this is simply repetitive "make-work" — keep clicking on the target, or keep typing the same command or few commands over and over. No skill required.

There are combat systems, however, where player skill in choosing what sort of attacks and/or defenses to use and when to use them is important. This is good in one way, since it rewards and encourages practice, and gives players a feeling of accomplishment. It can also be bad if overdone, however — in a roleplaying game, many feel that a character who is supposed to be a great fighter should be a great fighter no matter who the player is. Which brings up the next question, about character skill.

Player skill vs. character skill is often looked at as a continuum, from games which are all player skill (e.g., something like Doom, where all characters start the same) to ones which are all character skill (e.g., the "kill that" combat of some older muds). In truth, though, it's two-dimensional — both player skill and character skill can be very important, or both can be completely unimportant.

The last question is about time. It should be noted that this interacts with the amount of player skill required. In a pure "kill that" system, the only reasons to make combat take any actual time at all are to allow the player some vicarious tension as he/she watches the struggle and tries to anticipate what will happen, and to limit the rate at which the character can take out foes (and thereby get past them to accomplish tasks and, in many systems, get rewards).

When player skill is involved, though, time becomes a more serious question. Faster combat favors the player with fast typing or mouse skills. Slower combat evens things out for the player who may know the tactics through-and-through, but doesn't have hair-trigger reflexes. If things are too slow, however, they'll become boring, thereby defeating one of the main purposes of requiring player skill — giving the player something interesting to do.

What do you think?

What questions do you see as important to consider before starting into a combat system? Share your thoughts in the forums! And come back next time, when I find some armor and start getting into the meat of combat!

Recent Discussions on Building Stories, Telling Games:

jump new