[BeastBindTrinity] 20260617質疑応答更新に伴う判定ルール明示への対応#900
Open
ukrasick wants to merge 8 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR提出の背景
2026/6/17に「ビーストバインド トリニティ」の公式webサイトにおいて、「質疑応答」が更新されました。
その際、「ルールブックに掲載されていないルール」の追記が(質疑応答の区分としてではありますが)発生いたしました。
(原本のリンクを明示したうえで、今回関わる部分のみ引用いたします)
BBTの判定は、振ったダイスの中から2個を選び、その出目の合計が「クリティカル値以上」であればクリティカル(達成値+20)、「ファンブル値以下」であればファンブル(最終的な達成値が0になる)となります。
今回の質疑応答で、ファンブルとクリティカルの優先度が明示されました。
現行のBBTダイスボットの元になっている、旧BCDiceに寄稿したダイスボットは、当時における「ルールブックに記載されている範囲で、矛盾が最も少ない処理」を採用し、以下の処理としておりました。現行ダイスボットも、処理としては同様のものです。
これは、今回の質疑応答更新で提示された判定ルールと矛盾しております。
実際のプレイで多発するシチュエーションではありませんが、今回の質疑応答更新に即した達成値計算処理に統一させていただきたく思います。