The biggest thing we do differently is replace the “chance to hit” with “Circular error probable”. The rings around your aim point represent the 50%, 90%, and 99% likelihood of your shot landing within those rings.
You trade off time aiming for more accuracy in your shot. You can adjust it to try to get the first shot off quickly, or take some time to make sure you hit. You can also adjust the number of shots, burst, or burst length.
When using automatic fire, burst or full auto, recoil will reduce precision of later shots as recoil adds up. For single shot and burst your character will re-aim so follow on shots meet the same accuracy requirement you set.
Our damage model is based on your weapon and where you hit the target, not on a random dice roll. So you will be able to aim for weak spots in the armor or for vital parts of your target. Cover is handled the same way. The ability to move the target point around lets you aim for exposed parts of the target.
Now let’s talk about how our combat system works. We call our system Concurrent Turn-Based. I’ll explain what this means. We differ from traditional turn-based games in some important ways.
Let me start with what we are trying to accomplish.
- The player should have time to think and take in the battlefield and environment.
- The moves available to the player should as close as possible mirror the options that a real-life soldier would have.
- The results of actions should be be realistic.
After a lot of experimenting we have settled on a system where the game focuses on a character when it is their turn to start their next action. So while combat is ongoing, the game engine cycles though characters as their turns come up. In this way it feels like a traditional turn-based game. There is one very important difference. While the game is progressing to the next player turn, every character and object in the game moves.
This was not a decision we took lightly. We made this decision to avoid the time quantization problem that traditional turn-based games have. Think of the frustration where near the end of the player turn you move a character and trip one or more enemies. Now your character (or whole party) just sits there helpless while the enemy takes a turn (or full round) worth of actions. This is a side effect of games trying to map combat to a mechanism that doesn’t exist on a battlefield.
In Spy DNA we are trying a more direct simulation of the world. The character that makes contact would actually have the initiative. The characters that spots them would make a reaction time roll (based on their attributes and combat experience) to see how fast they can react. Also because other characters in the player party may be mid-action, such as movement, you could cancel those long actions and give them a new task.