Skip to content
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

[神聖課金RPGディヴァインチャージャー]専用ダイスを作成しました #677

Merged
merged 7 commits into from
Feb 25, 2024

Conversation

Faceless192x
Copy link
Contributor

『神聖課金RPGディヴァインチャージャー( https://r-r.arclight.co.jp/rpg/skdc/ )』用のダイスを作成しました。
 「判定」、「反転時の判定」、各種表のうち頻出しそうな「ランダムイベント」「神器」のふたつを実装してみました。
 コマンドは以下の通りです。

    ■判定  nD6>=t          n:能力値 t:目標値
     もしくはnD>=t
    例)3D6>=7: ダイスを3個振って、目標値7で判定。その結果(達成値,成功・失敗,クリティカル,ファンブル)を表示
      3D6>=?:  同上 目標値が不明なので、達成値,クリティカル,ファンブルのみ表示。

    ■反転判定  REV[n]>=t   n:ダイス目(カンマなし) t:目標値
    例)REV[123]>=7: 振ったダイスが[1,2,3]で、目標値7で反転判定。その結果(達成値,成功・失敗,クリティカル,ファンブル)を表示


    ■ランダムイベント  RET
    ■神器        aksT a:表(AかB) k:種別(K:近接, S:射撃, M:魔法, Y:鎧, T:盾, A:装飾品) s:ランク(1~5)

お手隙の際に、ご確認くださいませ。

Copy link

codecov bot commented Feb 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.74%. Comparing base (1e8e6b9) to head (27b038e).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #677      +/-   ##
==========================================
+ Coverage   95.73%   95.74%   +0.01%     
==========================================
  Files         353      354       +1     
  Lines       20549    20632      +83     
  Branches     5393     5409      +16     
==========================================
+ Hits        19672    19755      +83     
  Misses        877      877              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

ysakasin

This comment was marked as duplicate.

Copy link
Member

@ysakasin ysakasin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Requestありがとうございます。

nD6>=t ですが、これは汎用コマンドのフォーマットと同一にせずに、別形式にするようにしてください。Dの部分をDivineChargerの頭文字をとってDC変えるなどです。

@Faceless192x
Copy link
Contributor Author

お疲れ様です。
判定コマンドを「D6」から「DC」に変更しましたので、ご確認ください。

@ysakasin ysakasin self-assigned this Feb 17, 2024
@ysakasin ysakasin merged commit 33ccf4d into bcdice:master Feb 25, 2024
8 checks passed
@ysakasin
Copy link
Member

@Faceless192x ありがとうございます。マージしました。

@Faceless192x Faceless192x deleted the feature/DivineCharger branch February 25, 2024 23:29
@Faceless192x
Copy link
Contributor Author

ありがとうございます!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants