Combat: Difference between revisions

27 bytes added ,  19:39, 25 August 2020
m
Use Template:Code Reference
(more copy pasting. figuring out which stuff belongs on which page)
 
m (Use Template:Code Reference)
Line 68: Line 68:
: {{Qud text|&GStep 1b}} - If at least one '''''singlet''''' roll was greater than the target's AV, the attack penetrates one time (or one ''more'' time if this is a subsequent triplet). If all three '''''singlet''''' rolls were greater than the target's AV, reduce the PV value by 2, return to {{Qud text|&gStep 1|unbolded}}, and perform another '''''triplet''''' of rolls to determine if the attack penetrates an additional time. ''(Continue this loop, reducing PV by 2 each time, until at least one '''''singlet''''' fails to roll higher than the target's AV.)''
: {{Qud text|&GStep 1b}} - If at least one '''''singlet''''' roll was greater than the target's AV, the attack penetrates one time (or one ''more'' time if this is a subsequent triplet). If all three '''''singlet''''' rolls were greater than the target's AV, reduce the PV value by 2, return to {{Qud text|&gStep 1|unbolded}}, and perform another '''''triplet''''' of rolls to determine if the attack penetrates an additional time. ''(Continue this loop, reducing PV by 2 each time, until at least one '''''singlet''''' fails to roll higher than the target's AV.)''


In summary, the attack penetrates once for each '''''triplet''''' of rolls where at least one '''''singlet''''' was higher than the target's AV. <ref><code>XRL.Rules.Stat.RollDamagePenetrations()</code></ref>
In summary, the attack penetrates once for each '''''triplet''''' of rolls where at least one '''''singlet''''' was higher than the target's AV.{{Code Reference | namespace = XRL.Rules | class = Stat | method = RollDamagePenetrations}}


If all three rolls in the first '''''triplet''''' are equal to or lower than the target's AV, the attack fails to penetrate at all.
If all three rolls in the first '''''triplet''''' are equal to or lower than the target's AV, the attack fails to penetrate at all.