

18.07.2018 18:57
0 6 0
Cards damage (conditional cards+exploitable effects)

ID = card ID
min = min damage
max = max damage
There are 3 kinds of damage:
1. tower damage (e.g. "Spear": 5 damage to enemy's tower)
2. wall damage (e.g. "Tremor": -5 tower to all players)
3. generic direct damage (without specifying type of construction (tower or wall))
I'm talking here about third damage type.
score(direct_damage) > score(tower_damage)
score(direct_damage) > score(wall_damage)
//preconditions: conditions are met (= increased damage)
//tower or wall damage won't lead to the victory. so we can just use direct damage to attack enemy's tower
Because we can always deal instant tower damage. Dealing tower damage by using direct damage it is often much more valuable (only if enemy's wall = 0 or small enough, otherwise of course if would make sense to make tower damage, see: "Elven archers").
Same idea with wall damage.
Direct Damage
Elven archers = 6 direct damage if conditions aren't met, otherwise 6 damage to tower = 0 direct damageID | costs | min | max | name |
---|---|---|---|---|
26 | 18 | 10 | 10 | Rock caster |
32 | 14 | 6 | 6 | Fortification |
59 | 17 | 6 | 6 | Shining stone |
68 | 1 | 2 | 2 | Sprite |
69 | 1 | 4 | 4 | Goblins |
71 | 3 | 6 | 6 | Goblin army |
74 | 3 | 5 | 5 | Orc |
75 | 5 | 4 | 4 | Gnomes |
78 | 8 | 2 | 2 | Tower gremlin |
80 | 5 | 6 | 6 | Crusher |
81 | 6 | 7 | 7 | Ogre |
82 | 6 | 6 | 6 | Rabid sheep |
83 | 5 | 6 | 6 | Familiar |
84 | 8 | 6 | 10 | Beetle |
85 | 9 | 9 | 9 | Werewolf |
86 | 11 | 7 | 10 | Caustic cloud |
87 | 9 | 8 | 12 | Unicorn |
88 | 10 | 6 | 0 | Elven archers |
90 | 11 | 8 | 8 | Stone devourers |
92 | 15 | 10 | 10 | Stone giant |
93 | 17 | 10 | 10 | Vampire |
94 | 25 | 20 | 20 | Dragon |
95 | 2 | 2 | 3 | Spearman |
96 | 2 | 3 | 3 | Dwarf |
97 | 4 | 8 | 8 | Berserker |
98 | 13 | 13 | 13 | Warrior |
http://help.ordenmira.ru/arcomage/cards.htm (all cards, ru)
http://daily.heroeswm.ru/bu.php?i=alidndt6 (all cards, en)
http://daily.heroeswm.ru/bu.php?i=x67whaeo (min)
http://daily.heroeswm.ru/bu.php?i=24g382i8 (max)