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

ルーインブレイカーズの追加 #307

Merged
merged 3 commits into from
Nov 23, 2020

Conversation

blhsrwznrghfzpr
Copy link
Contributor

公式Webページ

転生サバイバルRPG ルーインブレイカーズ
http://www.fear.co.jp/rib/index.htm

コマンド内容

■ 基本判定 (RBx@y#z)
  x:成功率、y:クリティカル値(省略可)、z:ファンブル値(省略可)
  1D100を振って、成功率に応じて成功/失敗/クリティカル/ファンブルの判定を行います。(P.60)
  クリティカル値を省略した場合は成功率の5分の1(切り捨て、最低1)
  ファンブル値を省略した場合は、成功率が99以下の場合は96、100以上の場合は99
  例) RB32, RB(45+20)/2, RB30@10, RB35+20#90, RB40-20+10@10#90

■ FPへのダメージ (FPDx)
  x:破滅ポイント
  ルーインブレイクロール失敗時やラウンド終了時に、残っている
  破滅ポイントに応じて発生するダメージのダイスロールを行います。(P.91,92)
  例) FPD23

■ FPの回復 (FPRx)
  x:破滅ポイント
  ルーインブレイク成功時に発生する、FPの回復量を決定するダイスロールを行います。(P.93)
  例) FPR29

■ 各種表
  ・ポジティブ感情表 (PE)
  ・ネガティブ感情表 (NE)
  ・デウス・エクス・マキナ表 (DXM)
  ・断罪チャート (JC)
  ・破滅のイヤな感じ表 (RDF)
  ・トラブルチャート/トラブル解決チャート (TC)
  ・ドタバタアクション表 (DA)

@codecov
Copy link

codecov bot commented Nov 23, 2020

Codecov Report

Merging #307 (f71d953) into master (535656b) will increase coverage by 0.00%.
The diff coverage is 95.52%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #307   +/-   ##
=======================================
  Coverage   93.57%   93.58%           
=======================================
  Files         240      241    +1     
  Lines       17504    17571   +67     
=======================================
+ Hits        16380    16444   +64     
- Misses       1124     1127    +3     
Impacted Files Coverage Δ
lib/bcdice/game_system/RuinBreakers.rb 95.45% <95.45%> (ø)
lib/bcdice/game_system.rb 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 535656b...f71d953. Read the comment docs.

lib/bcdice/game_system/RuinBreakers.rb Outdated Show resolved Hide resolved
@ysakasin ysakasin merged commit ce4fa43 into bcdice:master Nov 23, 2020
@ysakasin
Copy link
Member

@blhsrwznrghfzpr 寄稿ありがとうございます! マージしました。

@blhsrwznrghfzpr blhsrwznrghfzpr deleted the ruin_breakers branch November 23, 2020 15:15
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