Skip to content

Commit

Permalink
ヘルプの誤りを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Faceless192x committed Jan 10, 2024
1 parent feb368d commit 4409c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/bcdice/game_system/AniMalus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ class AniMalus < Base
例)AA<=3: ダイスを3個振って、戦闘技能レベル3で判定。その結果(成功・失敗,ダメージ,クリティカル,ファンブル)を表示
■防御判定 AG=t t:攻撃技能レベル
例)AG==2: ダイスを3個振って、攻撃技能レベル2で判定。その結果(成功・失敗,ダメージ,クリティカル,ファンブル)を表示
例)AG=2: ダイスを3個振って、攻撃技能レベル2で判定。その結果(成功・失敗,ダメージ,クリティカル,ファンブル)を表示
■回避判定 AD=t t:攻撃技能レベル
例)AD<=3: ダイスを1個振って、攻撃技能レベル3で判定。その結果(成功・失敗)を表示
例)AD=3: ダイスを1個振って、攻撃技能レベル3で判定。その結果(成功・失敗)を表示
INFO_MESSAGETEXT

register_prefix('\d*A[MIAGD]')
Expand Down

0 comments on commit 4409c12

Please sign in to comment.