AO2 Indices
> How does the advanced omega 2 handle the index #s?
> Are theses numbers rounded and if so how?
When originally calculated, the indices themselves were rounded using flooring. However, this doesn't require you to round your TC - unless
you want to. If you do elect to round, though, use flooring.
> Examples:
> 15 vs 10 you should surrender at 0 or more, what if the tc is -.2 do > you hit
You do not surrender, because -.2 is less than the surrender index value of 0. You hit, because -.2 is less than the hit/stand index
of +6.
> or round this number up to zero and surrender?
No. That would be rounding by trunc. You need to use flooring.
If you "floor" -.2, the result is -1. So, as per the previous comment
on this example, you do not surrender. You move on to the hit/stand decision and ultimately hit.
> 16 vs 9 says to stand at tc +7 or more. What if the tc is +6.7? is
> this rounded up to 7 and stand or should the hand be hit?
a. Without rounding: Hit, because +6.7 is less than the index value
of +7.
b. With rounding: If you "floor" +6.7, the result is +6, and +6 is
less than the index value +7. So hit.
> 12 vs 6 says hit at tc -6 or lower.
I believe the AO2 index for 12 vs 6 is -2.
Let's use the example 14 vs 2 whose AO2 hit/stand index is -6...
> what if the tc is -5.9? do you hit the hand
No. You stand, because -5.9 is greater than the index value of -6.
> or is that number rounded down to tc -5?
No. Again, that would be rounding by trunc. You need to floor.
Flooring -5.9 results in TC = -6. So, again, you stand.
Remember: you don't *have* to round your TC calc. But if you do elect to round, for AO2 you have to "floor" because that's how the indices were originally calculated.
Nomad