Attack Throws: What's More Clear?

I’ve taken to explaining it like this: Roll 1d20 and subtract your attack throw; you hit any armor class up to the result.

Reading it cold, #3 was the only one I understood. I don’t much care for the use of second person “you”, though.

To make an attack, roll 1d20. Apply any situational modifiers, and see if the result beats your attack throw. If not, you miss. If so, your opponent’s armor might still stop the blow. You only hit if your roll beats the throw by as much or more than the enemy’s armor class.

With the King characters this sequence didn’t save much time, but at low levels it is very easy to say “well I needed a 14 or better and the roll isn’t within a few points of that, I don’t need to consider his AC or look for a bonus or two I might have missed.”
Delta and others have pointed out that mental subtraction is harder than mental addition, and I do feel that the explanations that involve “minus” seem harder. Concealing it as “how much more than” is a cheap dodge in my text, but I think the step where you get to not do any mental math at all if the roll isn’t close to the throw value makes up for a little time lost to subtraction; having the description highlight that step is important IMO.

“To make an attack, roll 1d20. Apply any situational modifiers, and see if the result beats your attack throw. If not, you miss.”
This part, I think is right on, though perhaps you could simply say ‘modifiers’, then remind us AC is one of them:
“To make an attack, roll 1d20. Apply any modifiers (including your opponent’s AC), and see if the result beats your attack throw. If not, you miss.”
I think the 2 omitted sentences were somewhat confusing/strangely worded.

AC is positive. Most other modifiers will be +1 means I am more likely to hit, -1 less likely. AC has to be treated differently because it breaks the pattern.
I’d love to see your rewrite of that idea, though!

Since modifiers are always positive, and AC is positive, AC could modify your Attack Throw.
“To make an attack, roll 1d20 and apply any situational modifiers to the result. If this beats your attack throw, modified by your opponents AC, you hit.”

One drawback of the all-positive description is that it breaks the way most games I run and/or play in report rolls: The players roll, and tell the judge what AC they would hit. To me, this is a streamlining conceit, as only one person at the table needs to know all the targets’ ACs. I guess that’s why I use the description I mentioned, which it occurs to me now is THAC0 + ACKS AC system.

The system in ACKS currently has gotten me into a habit of giving out the AC of the creature anyways.
“The goblin’s AC is 3 - it has leather armor and is very agile.”
Then, the player tells me whether they hit or not based on their attack throw.

I agree with Charlatan. (Yes, I do that a lot.)
In my experience players usually roll dice and call out “I hit AC 3” or the like, and the DM adjudicates. Phrasing that supports this would be my preference. Whether that works with positive AC is another question.

How about this:
To hit an unarmored target, a character must roll 1d20 and equal or exceed his attack throw value. If the target is armored, the character must equal or exceed his attack throw value by the target’s armor class.

To make an attack, roll 1d20. Apply any modifiers, and see if the result beats your Attack Throw. If not, you miss. Certain modifiers (such as your opponent’s AC) are added to your Attack Throw, making it more difficult to hit your foe, while others (such as the bonuses provided by a magic weapon or weapon focus) are added to the die roll, making it easier to hit.
And then perhaps something like “Individual descriptions will tell you what modifiers apply as well as what to apply them to.”

Honestly, I’m not sure any abstract description of attack throws is going to be perfectly clear, so I’d think about going with concise and including an example.

I presented 5 different variations of the rules text to different casual gamers unfamiliar with ACKS. They unanimously picked the following text:
“To make an attack, roll 1d20. Subtract the target’s armor class from the roll. If your modified roll is greater than or equal to your attack throw value, you hit.”
It may be that in practice, mental addition is easier than easier mental subtraction, but in terms of writing a clear rule, expressing armor class as a subtractive penalty seems to carry the day.

I thought the advantage of this system was that you just added the target’s AC to your hit number and that was your target number to roll. Seemed simple enough to me.

“To make an attack, add the targets armour class and any other modifiers to your attack throw value and then roll 1d20. If your roll is more than your modified attack throw value, you hit.”
Hmm… that’s my third or fourth rewrite. I think I agree with Alex that while mental addition is easier, AC subtraction is easier to express when written down.

“To make an attack, roll 1d20. Subtract the target’s armor class from the roll. If your modified roll is greater than or equal to your attack throw value, you hit.”
I agree, this is definitely the most clear so far. A little subtraction isn’t gonna kill anyone, especially if it makes the rule clear. People are still at their leisure to modify their way of looking at it based on their group’s preference.

quick anser from me: #2

A variant on #2.

Add your attack throw value and the enemy armor class together, roll that number or higher on a d20 to hit.

What could be simpler?!

The fact that you're saying "The target’s Armor Class is added to the attack throw value necessary to hit it" after you've said "Roll 1d20" is what's tripping people up!

I'd write the whole paragraph as this:

Your attack throw value is an obstacle for you and as you get better at fighting by leveling up, it goes down. Enemies' armor classes are also obstacles for you and as they get better at defending, it goes up.

When you attack, add your attack throw value and the enemy armor class together. Then roll that number or higher on a d20 to hit. As long as you're fighting that enemy, you know what number to roll and don't have to do any further math.

Overall I think ACKS rules are so great and simple once you untangle them but they're also convolutedly explained…!

Whereas a game like The Black Hack with needlessly abstracted and messy rules (in The Black Hack, you roll… UNDER your own stat…?! and you add the monsters HD to the die roll…?! but you also SUBTRACT your own level…!? and then armor only is temporary hitpoints…?) are explained simple and straight-forwardly ("When you attack you must roll under your STR stat", and then in later section, called Powerful Opponents "For every HD above your level, add +1 to the roll") and that game has spread like wildfire.

 

You could also phrase ACKS like this, also pretty simple:

When you attack monsters, you must roll equal to, or over, the sum of their armor class and your attack throw value. As you get better, your attack throw value will get lower and it'll be easier for you to roll above it.

You guys are programmers, right? Because on a, hmm, "mechanical syntax tree" level, figuratively speaking, ACKS has the by far easiest rule.

RC, default method: die roll >= to hit number (derived from AC via character specific table lookup)

RC, THAC0 method: THAC0 - die roll <= AC

RC, alternative (better) THAC0 method: die roll >= THAC0-AC

d20-system method: die roll + bab >= AC

d20-system alternative method: die roll >= AC - bab

Delta target 20 method (SWN uses this): die roll + bab + ac >= 20

The Black Hack method: die roll + max((enemy hd - your level), 0) < attack stat

ACKS method: die roll >= AT+AC

The only method that comes close to ACKS in simplicity and speed is the RC default method, but there you needed to do a table lookup, in ACKS you just add two numbers (and note that sum, if you can't remember it throughout the fight). It's the best.

I've weighted it extra well because to me… addition is faster than subtraction. And, also… I want the time between dice hitting the table and me knowing the answer to be minimal. Knowing I hit if I roll 8 or higher (or whatever) without having to modify the roll… that's just the best! [Granted, TBH as long as you're fighting enemies your level or lower is also pretty simple. I just have an irrational desire for rolling high.]

Thanks for the feedback and analysis! 

 

# 1 is the most clear and is easier to understand.

I had to read # 2 three times to understand it, although I use exacty this method in my ACKS games - first I add target's AC to attacker's attack throw value, then I roll, and then I compare. It means the order of sentences should be swapped for it to be clear. (higher target number is more intuitive for me than 'armor as a penalty to roll')