Notice something wrong, missing, or unsatisfactory? Feel free to fix it yourself, or contact Support
Difference between revisions of "Temp"
From Medieval Europe
(→Initiative) |
|||
Line 19: | Line 19: | ||
==Initiative== | ==Initiative== | ||
+ | |||
+ | Initiative (who will hit first) will be computed at every turn and will depend on the reach attribute of each character’s weapon. If the weapons have the same reach, the initiative will be computed randomly. | ||
+ | |||
+ | Initiative = f( WeaponReachAttacker, WeaponReachDefender) | ||
==Consecutive Hits== | ==Consecutive Hits== |
Revision as of 10:21, 31 December 2013
Contents |
Battle Engine Explained
Definitions
Match | A complete fight between two characters. A match has n rounds. |
---|---|
Round | A round includes two turns, one for the attacker and one for defender |
Turn | A turn may includes n (consecutive) attacks or none |
How it works
Initiative
Initiative (who will hit first) will be computed at every turn and will depend on the reach attribute of each character’s weapon. If the weapons have the same reach, the initiative will be computed randomly.
Initiative = f( WeaponReachAttacker, WeaponReachDefender)