Join: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 4: Line 4:
{{Math|M ≤ C → Creature may join}}<br><br>
{{Math|M ≤ C → Creature may join}}<br><br>
{{Math|C <nowiki>=</nowiki> P + D + S}}
{{Math|C <nowiki>=</nowiki> P + D + S}}
{| border =1 cellspacing=0 cellpadding=3 style="float:right"
| k ≥ 7
| P = 11
|-
| 1 ≤ k < 7
| 2&times;(k-1), rounded down
|-
| 0,5 ≤ k < 1
| P = -1
|-
| 0,333 ≤ k < 0,5
| P = -2
|-
| k < 0,333
| P = -3
|}


== External links ==
== External links ==

Revision as of 07:28, 19 January 2017

Joining is a feature where a stack of wandering creatures are willing to become a part of hero's army for free or in exchange for gold. Whether or not the stack will join depends on several factors, but basically if hero's charisma value (C) is lower than creature stack's mood value (M) the creatures will fight.

M > C → Creature stack will fight

M ≤ C → Creature may join

C = P + D + S

k ≥ 7 P = 11
1 ≤ k < 7 2×(k-1), rounded down
0,5 ≤ k < 1 P = -1
0,333 ≤ k < 0,5 P = -2
k < 0,333 P = -3

External links