Skip to content

Commit

Permalink
[Nechronica] 1D10のテストケース不足分を再追加
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed May 25, 2021
1 parent 78f92e1 commit b84e9f8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions test/data/Nechronica.toml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,26 @@ rands = [
{ sides = 10, value = 9 },
]

[[ test ]]
game_system = "Nechronica"
input = "1D10>=5"
output = "(1D10>=5) > 1 > 大失敗"
failure = true
fumble = true
rands = [
{ sides = 10, value = 1 },
]

[[ test ]]
game_system = "Nechronica"
input = "1D10-5>=5"
output = "(1D10-5>=5) > 5[5]-5 > 0 > 大失敗"
failure = true
fumble = true
rands = [
{ sides = 10, value = 5 },
]

[[ test ]]
game_system = "Nechronica"
input = "1R10-1+2 後方互換R"
Expand Down

0 comments on commit b84e9f8

Please sign in to comment.