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.
概要
ネジクレネジマキ(
NegikureNegimaki)のダイスボットを追加しました。判定は「行為判定」と「戦闘判定」、および「ストライク判定」を分けて実装しています。
コマンド
行為判定:
nNNx#yx以上の出目数を成功レベルとして集計し、成功レベル >= yで成功戦闘判定:
nNAx#yx以上の出目数を成功レベルとして集計y以上を直撃ダメージとして算出ストライク判定:
nNSn個のD6を振り、出目 1 の個数だけガッツ減少を算出行為判定の例
入力:
3NN4出力:
(3NN4#1) > [6,3,1] > 成功レベル1/要求1 > 成功入力:
4NN5#3出力:
(4NN5#3) > [6,5,2,1] > 成功レベル2/要求3 > 失敗戦闘判定の例
入力:
3NA4出力:
(3NA4#6) > [6,4,1] > 成功レベル2 > 通常ダメージ1/直撃ダメージ1/ガッツ減少1入力:
NA出力:
(1NA4#6) > [3] > 成功レベル0 > 通常ダメージ0/直撃ダメージ0ストライク判定の例
入力:
3NS出力:
(3NS) > [1,4,1] > ガッツ減少2入力:
NS出力:
(1NS) > [4] > ガッツ減少0ネジクレネジマキ 鉄錆の荒野を渡るTRPG
https://fujimi-trpg-online.jp/game/neginegi.html