NETRATz / evaluatedecks

Automatically exported from code.google.com/p/evaluatedecks
0 stars 0 forks source link

Faction war points #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Not an issue, it's more like an enhancement.

Anyway, is it feasible to do something like a column with (avg gain - avg loss) 
for points in faction wars? It would be most useful in the Batch Eval tab. You 
know, there are some decks which win less than others but get more points in 
average when they win, for dealing more damage and such.

If it was implemented, maybe a checkbox with something like "Surrender at loss" 
would be useful, to make every attack loss count as if the attacker surrended 
(0 points to attacker, 10 points to defender).

I imagine it's not an easy implementation, just wanted to know if it's in your 
plans or if you would implement that.

------

In case you need the algorithm for points in war, according to the wiki it 
works like this:

- Battle finishes at turn 16 or earlier:
-- Winner gets (15 + dmg dealt to enemy Commander that turn) points, to a max 
of 25
-- Loser gets 0 points

- Battle finishes at turn 17 to 26:
-- Winner gets (15 + dmg dealt to enemy Commander since turn 17) points, to a 
max of 25
-- Loser gets 0 points

- Battle finishes at turn 27 or later:
-- Winner gets (10 + dmg dealt to enemy Commander since turn 17) points, to a 
max of 25
-- Loser gets (total dmg dealt to enemy Commander) points, to a max of 10

Attack wins with Surge give 20 more points to the attacker.

If attack deck has less than 10 cards, all those rules start 2 turns earlier 
for every card less than 10 in the attack deck (e.g. if attack has 8 cards, it 
would be turn 12 or earlier, 13 to 22 and 23 or later).

Damage dealt to Commander includes overkill damage.

Original issue reported on code.google.com by georgeli...@gmail.com on 21 Jan 2012 at 9:26

GoogleCodeExporter commented 9 years ago
It is already done, look for columns:
Avg. Dmg Dealt - your pts gained on manual
Avg. Dmg Dealt (Auto) - your pts gained on auto
Avg. Dmg Suffered - your pts lost on manual
Avg. Dmg Suffered (Auto) - your pts lost on auto
Avg. net gain - difference between Dealt and Suffered on manual
the only thing that is new to this tool is said checkbox with something like 
"Surrender at loss"

Original comment by mini...@gmail.com on 23 Jan 2012 at 12:25

GoogleCodeExporter commented 9 years ago
Added a checkbox on Settings page.

Original comment by mini...@gmail.com on 20 Mar 2012 at 1:18