You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* EStr -- character's effective strength after all modifiers are taken into account
6
+
* EDex -- character's effective dexterity after all modifiers are taken into account
7
+
* Acc -- weapon's accuracy rating
8
+
* AV -- attack value
9
+
* WD -- weapon damage
10
+
* DV -- damage value
11
+
* DR -- defence rating
12
+
* d(X) -- a random value between 1 and X, inclusive
13
+
14
+
# Attack
15
+
Attack action is resolved in two steps:
16
+
1. Determine if the attack connected:
17
+
* Attacker rolls d(EDex) as his attack score.
18
+
* Defender rolls d(EDex) as his evade score.
19
+
* Subtract defender's evade score from attacker's attack score to get attack value. AV of 0 or more is a hit.
20
+
21
+
2. Determine the damage:
22
+
* For melee attacks the DV is WD + d(EStr) + AV
23
+
* For ranged attacks the DV is simply WD + AV
24
+
This damage can be fully or partially negated by the defender's soak value that is determined as d(EStr) + DR
25
+
26
+
# Modifiers
27
+
28
+
## Range
29
+
When making a ranged attack, attacker's Dex value is modified by -1 for every full (Acc) tiles between attacker and defender. The tiles that attacker and defender stand on are not counted.
30
+
31
+
# Effects
32
+
33
+
## Bleeding (X seconds)
34
+
Living objects only. Prevents natural HP regeneration for X seconds.
35
+
36
+
## Bleedout (X seconds)
37
+
Living objects only. Object is bleeding heavily and will die after X seconds. If any healing is received before the bleedout ends, this effect is replaced with Bleeding for the remaining duration.
38
+
39
+
## Stunned (X seconds)
40
+
Any active object. Lasts for X seconds. A stunned object has all his attribute values halved (rounding up). Any queued action is cancelled when object becomes Stunned. Any actions queued by object while Stunned take twice as much time
A portable single-use IQ test. Push the lever, pull the pin, count to three and throw it at the enemy. If you're smart enough to understand what "it" means, you'll live. Maybe.
52
52
53
53
* Flashbang
54
-
Lets out a bright flash and a loud bang. Can give you that extra few seconds you need, provided that the mostrosities you threw that flashbang at actually use their eyes and ears.
54
+
Lets out a bright flash and a loud bang. Can give you that extra few seconds you need, if those things you threw that flashbang at actually use their eyes and ears.
55
55
56
56
* First aid kit
57
57
Wound dressings, bandages and antiseptic spray that you'll need to turn a fast bleedout into a slow one.
@@ -70,4 +70,4 @@ Name | RPs | Avl | Target | Range | Time | Effect
0 commit comments