forked from NiSLa-NiSlimeTRPG/BCDice_N
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OnseTool.toml
63 lines (57 loc) · 1.24 KB
/
OnseTool.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
[[ test ]]
game_system = "OnseTool"
input = "3OT>=10"
output = "(3OT>=10) > 13[6,6,1] > クリティカル"
rands = [
{ sides = 6, value = 6 },
{ sides = 6, value = 6 },
{ sides = 6, value = 1 },
]
[[ test ]]
game_system = "OnseTool"
input = "3OT>=10"
output = "(3OT>=10) > 3[1,1,1] > ファンブル"
rands = [
{ sides = 6, value = 1 },
{ sides = 6, value = 1 },
{ sides = 6, value = 1 },
]
[[ test ]]
game_system = "OnseTool"
input = "3OT>=10"
output = "(3OT>=10) > 10[5,1,4] > 成功"
rands = [
{ sides = 6, value = 5 },
{ sides = 6, value = 1 },
{ sides = 6, value = 4 },
]
[[ test ]]
game_system = "OnseTool"
input = "3OT>=10"
output = "(3OT>=10) > 9[5,1,3] > 失敗"
rands = [
{ sides = 6, value = 5 },
{ sides = 6, value = 1 },
{ sides = 6, value = 3 },
]
[[ test ]]
game_system = "OnseTool"
input = "1OT>=3 クリティカルじゃない"
output = "(1OT>=3) > 6[6] > 成功"
rands = [
{ sides = 6, value = 6 },
]
[[ test ]]
game_system = "OnseTool"
input = "1OT>=3"
output = "(1OT>=3) > 1[1] > ファンブル"
rands = [
{ sides = 6, value = 1 },
]
[[ test ]]
game_system = "OnseTool"
input = "TOOLS"
output = "オンセツール決定表(1) > ココフォリア"
rands = [
{ sides = 6, value = 1 },
]