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

SRSじゃない世界樹の迷宮TRPGに対応 #284

Merged
merged 9 commits into from
Nov 7, 2020
Merged

SRSじゃない世界樹の迷宮TRPGに対応 #284

merged 9 commits into from
Nov 7, 2020

Conversation

ysakasin
Copy link
Member

@ysakasin ysakasin commented Nov 6, 2020

システムのWebサイト

ヘルプメッセージ

■ 判定 (xSQ±y)
  xD6の判定。3つ以上振ったとき、出目の高い2つを表示します。クリティカル、ファンブルも計算します。
  ±y: yに修正値を入力。±の計算に対応。省略可能。

■ ダメージロール (xDR(C)(+)y)
  xD6のダメージロール。クリティカルの自動判定を行います。Cを付けるとクリティカルアップ状態で計算できます。+を付けるとクリティカル時のダイスが8個になります。
  x: xに振るダイス数を入力。
  y: yに耐性を入力。
  例) 5DR3 5DRC4 5DRC+4

■ 回復ロール (xHRy)
  xD6の回復ロール。クリティカルが発生しません。
  x: xに振るダイス数を入力。
  y: yに耐性を入力。省略した場合3。
  例) 2HR 10HR2

■ 採取ロール (TC±z,SC±z,GC±z)
  ちょっと(T)、そこそこ(S)、がっつり(G)採取採掘伐採を行う。
  z: zに追加でロールする回数を入力。省略可能。
  例) TC SC+1 GC-1

@ysakasin ysakasin added the new dicebot 新システムの対応 label Nov 6, 2020
@codecov
Copy link

codecov bot commented Nov 6, 2020

Codecov Report

Merging #284 (346fbdf) into master (4eec045) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #284      +/-   ##
==========================================
+ Coverage   93.55%   93.58%   +0.02%     
==========================================
  Files         250      251       +1     
  Lines       17924    18000      +76     
==========================================
+ Hits        16769    16845      +76     
  Misses       1155     1155              
Impacted Files Coverage Δ
lib/bcdice/base.rb 95.78% <100.00%> (+0.02%) ⬆️
lib/bcdice/game_system.rb 100.00% <100.00%> (ø)
lib/bcdice/game_system/NSSQ.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 4eec045...b24f8fc. Read the comment docs.

@ysakasin ysakasin marked this pull request as ready for review November 6, 2020 17:02
@ysakasin ysakasin merged commit 439b254 into master Nov 7, 2020
@ysakasin ysakasin deleted the add_Nssq branch November 7, 2020 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new dicebot 新システムの対応
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant