-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpossibilities.yaml
50 lines (50 loc) · 1.37 KB
/
possibilities.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---------------------------
Attack dice: 3
Defence dice: 2
States:
| Attacker | Defender | Probability
damage | -2 | 0 | 0.2926
damage | -1 | -1 | 0.3358
damage | 0 | -2 | 0.3717
---------------------------
---------------------------
Attack dice: 3
Defence dice: 1
States:
| Attacker | Defender | Probability
damage | -1 | 0 | 0.3403
damage | 0 | -1 | 0.6597
---------------------------
---------------------------
Attack dice: 2
Defence dice: 2
States:
| Attacker | Defender | Probability
damage | -2 | 0 | 0.4483
damage | -1 | -1 | 0.3241
damage | 0 | -2 | 0.2276
---------------------------
---------------------------
Attack dice: 2
Defence dice: 1
States:
| Attacker | Defender | Probability
damage | -1 | 0 | 0.4213
damage | 0 | -1 | 0.5787
---------------------------
---------------------------
Attack dice: 1
Defence dice: 2
States:
| Attacker | Defender | Probability
damage | -1 | 0 | 0.7454
damage | 0 | -1 | 0.2546
---------------------------
---------------------------
Attack dice: 1
Defence dice: 1
States:
| Attacker | Defender | Probability
damage | -1 | 0 | 0.5833
damage | 0 | -1 | 0.4167
---------------------------