I don' t know if anyone's asked this, but with the Ambush series, how does andrenaline factor in? Is the damage culminative (i.e. Life Rush: Unupped Frog /w andren = 2, 3, 4, 5, or 3, 3, 3, 3?)
Very good question. I will add this to the notes in the OP.
Ambush is cumulative and would count the previous attacks of the same creature.
However the growing attack would also occasionally cut off an attack.
Example
3 1|1 Adrenaline Ambushers
First would attack 1, 2, 3 (doesn't get a 4th attack because 4 attack only gets 3 attacks)
Second would attack 4, 4 (2nd attack of 5 attack), 2(3nd attack of 6 attack)
Third would attack 7, 6 (2nd attack of 8 attack) (doesn't get a 3rd attack because 9 attack only gets 2 attacks)
Starting Attack | Attacks | Total Damage |
1 | 1,2,3 | 6 |
2 | 2,3,2 | 7 |
3 | 3,3,2 | 8 |
4 | 4,4,2 | 10 |
5 | 5,4,3 | 12 |
6 | 6,5,3 | 14 |
7 | 7,6 | 13 |
8 | 8,3 | 11 |
9 | 9,4 | 13 |
10 | 10,4 | 14 |
11 | 11,4 | 15 |
12 | 12,5 | 17 |
13 | 13,5 | 18 |
14 | 14,5 | 19 |
That's balanced and all, but I think that requires new coding. If we look at adrenaline with dive, we see that adrenaline is based off the Full ATK, with the first attack doubled because dive doubles the current attack. We must also note that the Current ATK recedes to the Max ATK after 1 attack, not one turn. Therefore, the current version of the game implies that the most painless way to introduce Ambush (with Adrenaline) would be this:
(Assume that the "Current ATK <= Full ATK" checker that comes after the attack is also after the "++ Current ATK" ambush increase that comes after the attack.)
3 1|1 Adrenalined Ambushers
First: 1 2 1 2 (adrenaline is based off max attack, current attack recedes to max attack if higher)
Second: 5 1 2 1
Third: 9 1 2 1
Which ends the turn with 9|1, 6|1, and 2|1. I know I haven't been following Ambush much, but I also don't know how you would code "attack returns to normal at the end of the turn", because it is obvious that Current ATK will not recede (to Full ATK) until the creature attacks.
Now.. why didn't I spot these flaws sooner? ^^