-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
コード:レイヤードのダイスボットで修正値とクリティカル値に対応 #149
コード:レイヤードのダイスボットで修正値とクリティカル値に対応 #149
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
コメントしたので、修正お願いします!
ModifierFormatter
は近々名前が変わる予定ですが、使ってOKです!
Co-Authored-By: SAKATA Sinji <ysakasin@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #149 +/- ##
==========================================
- Coverage 86.35% 86.27% -0.08%
==========================================
Files 197 198 +1
Lines 22238 22137 -101
==========================================
- Hits 19203 19099 -104
- Misses 3035 3038 +3
Continue to review full report at Codecov.
|
ありがとうございます。修正そのまま反映しました。(GitHubのUI上でSuggestion初使用) ModifierFormatter、他のダイスボットのリファクタリングにも使えそうですね。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Codecovは意図せず入ってしまったので無視で大丈夫です
* コード:レイヤードの修正値に対応 * コード:レイヤードのクリティカル値の変更に対応 * Apply suggestions from code review Co-Authored-By: SAKATA Sinji <ysakasin@gmail.com> Co-authored-by: SAKATA Sinji <ysakasin@gmail.com>
達成地の修正値とクリティカル値の変更(ベイグランツ・ロードの柳生十兵衛等)に対応。
修正値は
nCL+x1@m[c]+x2
のx1とx2の2箇所に挿入できます。ダブルクロス等を参考にしましたが、BCDiceをいじるの初めてなので、イマイチわかってない点も多いです。ご指摘ありましたらお願いします。
(SRSからだけ参照されているformat_modifierって使かってよかったのでしょうか・・・?)