Join: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
'''Joining''' is a feature where a stack of [[wandering creature]]s 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.
{{Math|M > C → Creature stack will fight}}
{{Math|M ≤ C → Creature may join}}<br><br>
{{Math|C <nowiki>=</nowiki> P + D + S}}
{| border =1 cellspacing=0 cellpadding=3 style="float:right"
{| border =1 cellspacing=0 cellpadding=3 style="float:right"
|+ Power factor values
|+ Power factor values
Line 25: Line 19:
| k < 0,333
| k < 0,333
| -3
| -3
|}
|}'''Joining''' is a feature where a stack of [[wandering creature]]s 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.
<br><br>
 
{{Math|H <nowiki>=</nowiki> {{sqrt|(1 + 0,05 &times; A) &times; (1 + 0,05 &times; D)}}|H is hero strenght value<br>A is [[Primary skills|attack skill]] value<br>D is [[Primary skills|defense skill]] value}}<br><br>
{{Math|M > C → Creature stack will fight}}
{{Math|M ≤ C → Creature may join}}<br><br>
{{Math|C <nowiki>=</nowiki> P + D + S}}
{{Math|H <nowiki>=</nowiki> {{sqrt|(1 + 0,05 &times; A) &times; (1 + 0,05 &times; D)}}|H is hero strenght value<br>A is [[Primary skills|attack skill]] value<br>D is [[Primary skills|defense skill]] value}}
{{Math|AI is sum of all creatures' [[AI value]]}}
{{Math|A<sub>TOT</sub> }}


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

Revision as of 09:27, 19 January 2017

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

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 H = (1 + 0,05 × A) × (1 + 0,05 × D) H is hero strenght value
A is attack skill value
D is defense skill value
AI is sum of all creatures' AI value ATOT

External links