Skip to content

Commit

Permalink
HELPの追加忘れを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Faceless192x committed Mar 23, 2023
1 parent f1300a7 commit 232e67d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/bcdice/game_system/DungeonsAndDragons5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ class DungeonsAndDragons5 < Base

# ダイスボットの使い方
HELP_MESSAGE = <<~INFO_MESSAGE_TEXT
・攻撃ロール AT[x][>=t][y]
・攻撃ロール AT[x][@c][>=t][y]
 x:+-修正。省略可。
 y:有利(A), 不利(D)。省略可。
 c:クリティカル値。省略可。
 t:敵のアーマークラス。>=を含めて省略可。
 y:有利(A), 不利(D)。省略可。
 ファンブル/失敗/成功/クリティカル を自動判定。
 例)AT AT>=10 AT+5>=18 AT-3>=16 ATA AT>=10A AT+3>=18A AT-3>=16 ATD AT>=10D AT+5>=18D AT-5>=16D
  AT@19 AT+5@18 AT-2@19>=15
・能力値判定 AR[x][>=t][y]
 攻撃ロールと同様。失敗/成功を自動判定。
 例)AR AR>=10 AR+5>=18 AR-3>=16 ARA AR>=10A AR+3>=18A AR-3>=16 ARD AR>=10D AR+5>=18D AR-5>=16D
Expand Down

0 comments on commit 232e67d

Please sign in to comment.