Skip to content

Commit

Permalink
AGuS2Eのテストパターンも追従して変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Faceless192x committed Sep 6, 2023
1 parent bdc6074 commit 604566f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/data/SajinsenkiAGuS2E.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[[ test ]]
game_system = "SajinsenkiAGuS2E"
input = "AG"
output = "(2D10<=7) > 5[2,3] > 成功"
output = "(2D10<=7) > 5[2,3] > 成功(+1)"
success = true
rands = [
{ sides = 10, value = 2 },
Expand All @@ -21,7 +21,7 @@ rands = [
[[ test ]]
game_system = "SajinsenkiAGuS2E"
input = "AG"
output = "(2D10<=7) > 7[0,7] > チャンス > 成功"
output = "(2D10<=7) > 7[0,7] > チャンス > 成功(+2)"
success = true
rands = [
{ sides = 10, value = 10 },
Expand All @@ -41,7 +41,7 @@ rands = [
[[ test ]]
game_system = "SajinsenkiAGuS2E"
input = "1AG"
output = "(2D10<=11) > 9[0,9] > チャンス > 成功"
output = "(2D10<=11) > 9[0,9] > チャンス > 成功(+2)"
success = true
rands = [
{ sides = 10, value = 10 },
Expand All @@ -51,7 +51,7 @@ rands = [
[[ test ]]
game_system = "SajinsenkiAGuS2E"
input = "2AG-1"
output = "(2D10<=11) > 9[0,9] > チャンス > 成功"
output = "(2D10<=11) > 9[0,9] > チャンス > 成功(+2)"
success = true
rands = [
{ sides = 10, value = 10 },
Expand Down Expand Up @@ -81,7 +81,7 @@ rands = [
[[ test ]]
game_system = "SajinsenkiAGuS2E"
input = "(2-1)AG+3-2"
output = "(2D10<=12) > 9[0,9] > チャンス > 成功"
output = "(2D10<=12) > 9[0,9] > チャンス > 成功(+2)"
success = true
rands = [
{ sides = 10, value = 10 },
Expand Down

0 comments on commit 604566f

Please sign in to comment.