FrogReaver
The most respectful and polite poster ever
1. Are you adding in the barbarians rage damage bonus?
2. I would be interested in seeing a lucky babrbarian now.
2. I would be interested in seeing a lucky babrbarian now.
Fighter uses 2nd wind whenever he is below 80% HP and has an unused bonus action after making his attacks.
Here's my sim results for FrogReaver and Plaguescarred. Check my stats here to see if they're what you expected:
Code:let frogReaver() = Combatant(nameOf humanNames "FrogReaver", (16, 14, 16, 8, 10, 12, 15), Prof = +2, AC = 17, Traits=[Rage 2; DoubleCrits; RelentlessEndurance], Actions = [ Action.Create("Attack", Attack [Attack.Create "cuts" 5 [DieRoll.Create(1, 8, 3)]]) ]) let plagueScarred() = Combatant(nameOf humanNames "Plaguescarred", (16, 14, 16, 8, 10, 12, 15), Prof = +2, AC = 16, Traits=[Rage 2; PolearmMaster (Attack.Create "cuts" 5 [DieRoll.Create(1, 10, 3)])], Actions = [ Action.Create("Attack", Attack [Attack.Create "cuts" 5 [DieRoll.Create(1, 10, 3)]]) ], BonusActions = [ Action.Create("Haft Attack", Attack [Attack.Create "bludgeons" 5 [DieRoll.Create(1, 4, 3)]]) ])
Robin Hood the Valerian wins 82 out of 100 matches against Mudd the orc, with 8.99 HP remaining (69% of total)
Lux the Fortunate wins 89 out of 100 matches against Platt the orc, with 10.65 HP remaining (81% of total)
Kitty the Fortunate wins 92 out of 100 matches against Splatt the orc, with 11.65 HP remaining (89% of total)
Grizzabella the Agile wins 77 out of 100 matches against Dredd the orc, with 9.17 HP remaining (70% of total)
Platt the Cimmerian wins 61 out of 100 matches against Splatt the orc, with 7.02 HP remaining (53% of total)
John the crossbow expert wins 81 out of 100 matches against Platt the orc, with 7.93 HP remaining (61% of total)
Daniel Pinkwater the FrogReaver wins 93 out of 100 matches against Platt the orc, with 8.72 HP remaining (58% of total)
Rupert Grint the Plaguescarred wins 94 out of 100 matches against Platt the orc, with 9.98 HP remaining (66% of total)
Code is here: https://repl.it/EnFq/20
Both versions of the Barbarian are better than anything else I've tested so far, including the Lucky fighter. (The usual way the orc wins against the fighter is by one-hit kills which don't allow Second Wind to come into play; the Barbarian is far less vulnerable to those. So is a 2nd-level fighter, or a fighter with a party around him.)