Armoured Digital Players International

The Game => Tactics => Topic started by: yllamana on April 05, 2018, 01:32:54 pm


Title: Maths
Post by: yllamana on April 05, 2018, 01:32:54 pm
Armoured Digital has some weird maths behind it that's hard to intuit. Let's explore it!

The first question I had was, "How many cards do I get for each Planning or Logistics point?" Here's the average for planning values of 1 to 10:
Code: [Select]
Average of Planning 1:  3.5
Average of Planning 2:  4.5
Average of Planning 3:  5.037
Average of Planning 4:  5.394
Average of Planning 5:  5.666
Average of Planning 6:  5.895
Average of Planning 7:  6.100
Average of Planning 8:  6.290
Average of Planning 9:  6.472
Average of Planning 10: 6.648
Title: Re: Maths
Post by: yllamana on April 05, 2018, 06:12:25 pm
The next question I had was - what's the deal with shooting? How much damage do typical attacks actually do, and how does that change with hit chance? When is maneuvering worth it?

First, some background for people new to the game. The starter box has four vehicles that can shoot. Each has a Firepower value that determines how many dice it rolls when it attacks. The Wolf and Elephant have a base Firepower of 4, and the Rhino and Centaur have a base Firepower of 3.

The base number you need to hit is 4+, but there are a lot of modifiers to that number. It's extremely easy to get cover, so most things you can shoot at will typically be hit on a 5+. The main modifiers are:

Cover: If anything is between the shooter's sensor pod and any part of the target, -1 to hit.
Moving Fast: If the target has moved 8" or more this turn, -1 to hit.
Sensor Lock: If the target is within sensor range, +1 to hit.
Fired: If the target has fired this turn, +1 to hit.

Rolls of six are critical hits (called Additional Damage Effects in the rules) and immediately cause either damage to one of the target's statistics or an additional point of damage.

If any shots hit, the target rolls to save. The required number is based on the target's armour type vs the hit's damage type. There are three damage types and three armour types, and the required number is either 3+, 4+ or 5+ depending. If a critical hit damaged the target's Protection then it also makes the required number higher. The target rolls one dice per current point of Protection, and each successful save cancels out one hit. Each point of damage reduces Protection by 1, and if the target hits zero Protection then it's destroyed. This means taking damage makes resisting damage harder in future.

These charts are the mean simulated damage for attacks of varying hit chance and Firepower when shooting at targets with three Protection across a million attacks. Each chart represents a different required saving throw. I apologise for the readability of the charts.

[attachimg=1]
[attachimg=2]
[attachimg=3]
Title: Re: Maths
Post by: CGReynolds on April 06, 2018, 12:37:47 pm
Looks like the firepower values are cut off... I'm assuming FP2-5? Or is it 1-4?

Also for those who are new to the game, if you cause, say, four hits and the enemy has protection 3, no matter what you roll to save you're going to suffer at least one point of damage. That's worth factoring in to the calculations, as it's sometimes worth taking a gamble on hitting a damaged target (say, Prot1 remaining) with a lower FP attack that's going to let them save on a 3+. All you need to do then is hit them twice and it doesn't matter what they roll to save.
Title: Re: Maths
Post by: yllamana on April 06, 2018, 02:06:46 pm
Looks like the firepower values are cut off... I'm assuming FP2-5? Or is it 1-4?

Also for those who are new to the game, if you cause, say, four hits and the enemy has protection 3, no matter what you roll to save you're going to suffer at least one point of damage. That's worth factoring in to the calculations, as it's sometimes worth taking a gamble on hitting a damaged target (say, Prot1 remaining) with a lower FP attack that's going to let them save on a 3+. All you need to do then is hit them twice and it doesn't matter what they roll to save.
You should be able to scroll to the right, or just right-click and open the image directly, but they're Firepower 2-5.

I need to write a bit about what I think all this means. ;)