Skip to content

Commit

Permalink
[Emoklore] AddDiceの使用変更にテストケースを追従
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed Dec 12, 2020
1 parent 75b2cc7 commit be0005b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/data/Emoklore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
game_system = "Emoklore"
input = "1D10>=5"
output = "(1D10>=5) > 9 > 成功"
success = true
rands = [
{ sides = 10, value = 9 },
]
Expand Down Expand Up @@ -252,4 +253,4 @@ rands = [
{ sides = 10, value = 10 },
{ sides = 10, value = 10 },
{ sides = 10, value = 10 },
]
]

0 comments on commit be0005b

Please sign in to comment.