Saturday, March 19, 2022

GURPS Mass Combat

 I am somewhat of a collector of game system rules. There are many cases where I have read rulebooks and never played the game. I have played a little GURPS, but I have read far more rules than I have ever used.

One of these is GURPS Mass Combat. GURPS is oriented towards individual action - each player has one character (PC), and is making the decisions for that character. Mass Combat is for dealing with situations where the PCs get caught up in a larger battle. It is making trade-offs between player decisions and the larger scope of army action.

As I work on a replacement for Atlantis, I wonder if the Mass Combat rules can provide a framework I can use...

I have the basic elements coded. It's interesting that force composition has probably the smallest impact on outcome - every force is reduced to one number ("troop strength"). And the ratio of the two strengths produces a modifier to the leader's strategy skill (outnumbering your opponent 1.5 to 1 gives +1 to strategy).

The biggest driver is your strategy skill. A higher strategy will allow you to dominate your opponent.

One of the nice things about making it a computer program is I can run thousands of battles in a second. I can then look at the statistics to see what is having an impact.

This is the probability distribution using the rules as written (actually, it's missing the position bonus, which will skew the numbers even worse). The forces are equally sized, with equal strategy skill levels, and choosing "simple attack" each round.

The losing force fights until elimination (100% casualties). This graph shows the damage done to the winner. The blue bars are the probability at a particular level, the red is the cumulative percentage.

The red line shows that about 50% of battles will have the winner come away with maybe 60% damage or less. And 80% of battles will give them 85% damage or less.

There is only a 5% chance of mutual annihilation.



I made one change for this graph. The rules include a -1 penalty for each 5% damage. This means that a lucky win early in the battle will cause the battle to skew rapidly toward one side. I simply removed it.

Now we see 50% of battles will result in 90% casualties for the winner. 26.5% of battles will result in mutual annihilation. No battles result with less than 60% casualties for the winner.

The rules also apply a recover of 50% casualties to the winning side. This is probably heartening for PCs who are happy to see their side win and recover - but it would be devastating in a strategy war game. A battle with equal forces could result in the utter annihilation of one side, with the winner taking 30% losses!

More data to come as I add firepower and cavalry...