Skip to content

Commit

Permalink
[FateCoreSystem] ヘルプメッセージ
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed Oct 16, 2021
1 parent 91b06e5 commit f16d161
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions lib/bcdice/game_system/FateCoreSystem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ class FateCoreSystem < Base

# ダイスボットの使い方
HELP_MESSAGE = <<~MESSAGETEXT
・判定 (nEB)
n個のD6を振る判定。ダブルトリガー発動で自動振り足し。
・各種表
・生死不明表 (LDUT)
■ ファッジダイスによる判定 (xDF+y>=t)
ファッジダイスをx個ダイスロールし、結果を判定します。
x: ダイス数
y: 修正値(省略可)
t: 目標値値(省略可)
例)4DF, 4DF>=3, 4DF+1>=3
MESSAGETEXT

register_prefix('\d+DF')
Expand Down

0 comments on commit f16d161

Please sign in to comment.