Difference between revisions of "Dogs Of War Online - Rules"

From Wiki Confrontation
Jump to: navigation, search
(Hit Chance)
 
Line 1: Line 1:
Version EN<br>
+
= General Formula =
<br><br>
+
  
== Damage Table ==
+
The formula used for most of the rolls looks like this :<br>
 +
'''Success = 80% + (5% x STAT) - (5% x DIFFICULTY)'''
 +
<br>
 +
* A unit rolls a STAT against a DIFFICULTY.
 +
* STAT can be the Willpower against a Fear or a Cast Difficulty, or the unit's Precision during an attack.
 +
* DIFFICULTY can be a value of Fear, a Cast Difficulty, or an enemy's Parry during an attack.
 +
* Chance minimum = 1, Chance maximum = 100
 +
<br>
  
DIFF = DAM (attacker) - TOU (target)<br>
+
= Turn Initiative =
DAMAGES = ((DIFF+16)²/40)+3<br>
+
(With minimum 1 damage after modifiers apply)<br>
+
  
 +
At the beginning of each turn, the game will decide which player plays first.<br>
 +
This decision is based on each faction's discipline score :<br>
 +
* Lion : 3
 +
* Wolf : 1
 +
* Ram : 0
 +
A d6 roll is added to this score.<br>
 +
The player with the higher result gets the initiative for the turn.<br>
 +
In case of a draw, the base discipline is used without the d6 roll.<br>
 +
In case of another draw, a coin is tossed.<br>
 +
* 1 - d6 + discipline vs d6 + discipline
 +
* 2 - discipline vs discipline
 +
* 3 - random between the players (coin tossing)
 +
<br>
  
 +
= Hit Chance =
  
 +
When a unit tries to hit an other unit, either on melee or range attack, it has to succeed a roll of its Precision against its target's Parry.<br>
 +
'''Hit = 80% + (5% x Precision) - (5% x Parry)'''<br>
 +
The damages inflicted are calculated depending on the units Damage and Toughness stats (see the Damage Table below).
 +
 +
=== Critical Hit ===
 +
 +
If the result of the roll is 1, the attack will inflict Critical damages. The inflicted damages will be read in the dedicated column of the Damage Table (see below).
 +
 +
=== Range Modifiers ===
 +
 +
When a ranged unit shoots on a distant target, its chances to hit depend on the obstacles on the projectile's path :
 +
* If at least 1 light cover : -30% penalty
 +
* If at least 1 heavy cover : -60% penalty (not cumulated with light cover)
 +
* For each unit on the path : -15% penalty
 +
Additional modifiers :
 +
* short range : 20% bonus
 +
* Long range : -40% penalty
 +
* If the shooter moved : -10% penalty
 +
 +
=== Scatter ===
 +
 +
When a range unit shoots on a target, there is a risk of scatter. The computation of this risk depends on the chances of miss. Units concerned by the Scatter are the units on the path of the arrow and the units on the neighbouring cells of the target.<br>
 +
The Scatter total chances are 10% for each unit concerned, weighted between those units depending on their Dodge stat and if they are Gigantic.<br>
 +
The Scatter result range replaces the miss result range, and thus uses the initial Hit Roll.<br>
 +
<br>
 +
Here is an example :<br>
 +
Let's take a situation where the archer has 40% chances to hit its target.<br>
 +
The basic result of an attack look like this :<br>
 +
| 40% Hit | 60% Miss |<br>
 +
<br>
 +
If we add the Critical Hit chances, we get this :<br>
 +
| 1% Critic Hit | 39% Hit | 60% Miss |<br>
 +
<br>
 +
If 2 units are located on the neighbouring cells of the target, we include 2x10% inside the Miss result :<br>
 +
| 1% Critic Hit | 39% Hit | 20% Scatter | 40% Miss |<br>
 +
<br>
 +
If 2 additional units are more than 1 cell away from the target, but still on the projectile's path, we include again 2x10% :<br>
 +
| 1% Critic Hit | 39% Hit | 40% Scatter | 20% Miss |<br>
 +
<br>
 +
This means that with enough units, the Scatter range may totally replace the Miss range !<br>
 +
| 1% Critic Hit | 39% Hit | 60% Scatter |<br>
 +
<br>
 +
If the result of the roll is Scatter, another roll is used to decide which unit will get hit by the arrow. The individual chances of each units are weighted depending on their Dodge stat, or if they are Gigantic (Legendary units).
 +
<br>
 +
 +
= Cast Chance =
 +
 +
When a unit uses a skill, a difficulty roll is triggered.<br>
 +
Depending on the nature of the skill, the values used for the roll will be different.<br>
 +
Physical abilities and buffs don't need to roll, but may trigger a physical attack with its own roll.<br>
 +
The caster will always use his Willpower stat against the skill difficulty.<br>
 +
The skill difficulty can be a fixed value, or depend on the launcher or target stats.<br>
 +
'''cast success = 80% + (5% x Willpower) - (5% x Difficulty)''' <br>
 +
<br>
 +
 +
= Damage Table =
 +
 +
The damages inflicted by an attack are determined by the Difference (DIFF) between the attacker Damage stat and the target Toughness stat.<br>
 +
An attack will always inflict at least 1 damage.<br>
 +
The damage inflicted is read in the following table :
 +
<table>
 +
<tr>
 +
<td>
 
{| class="wikitable"
 
{| class="wikitable"
 +
|-
 
! DIFF !! Normal !! Critical
 
! DIFF !! Normal !! Critical
 
|-
 
|-
 
| -16 || 3 || 4
 
| -16 || 3 || 4
 
|-
 
|-
| -12 || 4 || 5
+
| -15 || 3 || 4
 +
|-
 +
| -14 || 3 || 4
 +
|-
 +
| -13 || 3 || 4
 +
|-
 +
| -12 || 3 || 5
 +
|-
 +
| -11 || 4 || 5
 +
|-
 +
| -10 || 4 || 5
 +
|-
 +
| -9  || 4 || 6
 +
|-
 +
| -8  || 5 || 6
 +
|-
 +
| -7  || 5 || 7
 +
|-
 +
| -6  || 6 || 8
 +
|-
 +
| -5  || 6 || 9
 +
|-
 +
| -4  || 7 || 9
 +
|-
 +
| -3  || 7 || 10
 
|}
 
|}
 +
</td>
 +
<td>&nbsp;&nbsp;&nbsp;</td>
 +
<td>
 +
{| class="wikitable"
 +
|-
 +
! DIFF !! Normal !! Critical
 +
|-
 +
| -2  || 8 || 11
 +
|-
 +
| -1  || 9 || 12
 +
|-
 +
| 0  || 9 || 14
 +
|-
 +
| 1  || 10 || 15
 +
|-
 +
| 2  || 11 || 16
 +
|-
 +
| 3  || 12 || 18
 +
|-
 +
| 4  || 13 || 19
 +
|-
 +
| 5  || 14 || 21
 +
|-
 +
| 6  || 15 || 22
 +
|-
 +
| 7  || 16 || 24
 +
|-
 +
| 8  || 17 || 26
 +
|-
 +
| 9  || 19 || 27
 +
|-
 +
| 10  || 20 || 29
 +
|-
 +
| 11  || 21 || 31
 +
|}
 +
</td>
 +
<td>&nbsp;&nbsp;&nbsp;</td>
 +
<td>
 +
{| class="wikitable"
 +
|-
 +
! DIFF !! Normal !! Critical
 +
|-
 +
| 12  || 23 || 33
 +
|-
 +
| 13  || 24 || 36
 +
|-
 +
| 14  || 26 || 38
 +
|-
 +
| 15  || 27 || 40
 +
|-
 +
| 16  || 29 || 42
 +
|-
 +
| 17  || 30 || 45
 +
|-
 +
| 18  || 32 || 47
 +
|-
 +
| 19  || 34 || 50
 +
|-
 +
| 20  || 35 || 53
 +
|-
 +
| 21  || 37 || 53
 +
|-
 +
| 22  || 39 || 53
 +
|-
 +
| 23  || 41 || 53
 +
|-
 +
| 24  || 43 || 53
 +
|-
 +
| - || - || -
 +
|}
 +
</td>
 +
</tr>
 +
</table>
 +
 +
= Fear =
 +
 +
When a unit with a FEAR X trait engages an enemy unit, a fear roll will be immediately triggered.<br>
 +
If the targeted unit fails its roll, the passive effect "Scared" is applied until the end of the turn.<br>
 +
If the targeted unit is immune to this FEAR X value, the "Scared" effect is canceled.<br>
 +
<br>
 +
A unit is immune to a FEAR X :
 +
* If it has a fear immunity from a Trait or Skill.
 +
* If it also possesses a level of FEAR superior or equal.
 +
* If it already made a roll against an equal or inferior level of FEAR during the turn.
 +
<br>
 +
The formula used for the roll is :<br>
 +
'''resist fear = 80% + (5% x WILL) - (5% x FEAR)'''
 +
<br>
 +
Some precisions :
 +
* Fear is applied immediately and in both ways when 2 units come close to each other, before any attack is computed.
 +
* A new turn will trigger all necessary rolls immediately.
 +
* A teleport or a skill modifying the FEAR level of a unit will trigger an immediate roll if necessary.
 +
 +
=== Bravery / Rightful ===
 +
 +
Fear immunity will prevent the penalties of a fear roll, but not the roll itself.<br>
 +
The "Rightful" trait will not imply an automatic success for the rolls (only cancel the Scared penalty), meaning that the "Lion Strength" bonus will not be automatic.<br>
 +
 +
=== Hyperian Fear ===
 +
 +
A unit with "Hyperion Aura" is immune to normal fear, and will force units with normal fear to trigger fear rolls.<br>
 +
The force of the fear applied is equal to the WILL of the Hyperian unit.<br>

Latest revision as of 21:28, 6 May 2014

Personal tools
Namespaces

Variants
Actions
Navigation
Index
Toolbox
Other Language