forked from bcdice/BCDice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAoharubaan.toml
115 lines (103 loc) · 2.19 KB
/
Aoharubaan.toml
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
[[ test ]]
game_system = "Aoharubaan"
input = "1d6>=4"
output = "(1D6>=4) > 5 > 成功"
rands = [
{ sides = 6, value = 5 },
]
success = true
[[ test ]]
game_system = "Aoharubaan"
input = "1d>=4"
output = "(1D6>=4) > 5 > 成功"
rands = [
{ sides = 6, value = 5 },
]
success = true
[[ test ]]
game_system = "Aoharubaan"
input = "d6>=4"
output = "(1D6>=4) > 5 > 成功"
rands = [
{ sides = 6, value = 5 },
]
success = true
[[ test ]]
game_system = "Aoharubaan"
input = "d6>=4"
output = "(1D6>=4) > 3 > 失敗"
rands = [
{ sides = 6, value = 3 },
]
failure = true
[[ test ]]
game_system = "Aoharubaan"
input = "d6>=4"
output = "(1D6>=4) > 4 > 成功 & ピタリ賞"
rands = [
{ sides = 6, value = 4 },
]
success = true
critical = true
[[ test ]]
game_system = "Aoharubaan"
input = "d6+1>=5"
output = "(1D6+1>=5) > 3+1 > 4 > 失敗"
rands = [
{ sides = 6, value = 3 },
]
failure = true
[[ test ]]
game_system = "Aoharubaan"
input = "d6+1>=5"
output = "(1D6+1>=5) > 5+1 > 6 > 成功"
rands = [
{ sides = 6, value = 5 },
]
success = true
[[ test ]]
game_system = "Aoharubaan"
input = "d6+2>=5"
output = "(1D6+2>=5) > 5+2 > 7 > 成功 & 限界突破"
rands = [
{ sides = 6, value = 5 },
]
success = true
critical = true
[[ test ]]
game_system = "Aoharubaan"
input = "d6+2>=7"
output = "(1D6+2>=7) > 5+2 > 7 > 成功 & ピタリ賞 & 限界突破"
rands = [
{ sides = 6, value = 5 },
]
success = true
critical = true
[[ test ]]
game_system = "Aoharubaan"
input = "kreaction"
output = "カレカノ反応表(1) > 何となく素っ気ない気がする。"
rands = [
{ sides = 6, value = 1 },
]
[[ test ]]
game_system = "Aoharubaan"
input = "KReaction"
output = "カレカノ反応表(2) > 何となく素っ気ない気がする。"
rands = [
{ sides = 6, value = 2 },
]
[[ test ]]
game_system = "Aoharubaan"
input = "kr"
output = "カレカノ反応表(3) > いつもと変わらない安心感。"
rands = [
{ sides = 6, value = 3 },
]
[[ test ]]
game_system = "Aoharubaan"
input = "KR"
output = "カレカノ反応表(5) > 何故だかすごくデレてきた! 嬉しくて〈テンション〉1回復。"
rands = [
{ sides = 6, value = 5 },
]