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

アンサング・デュエットに対応 #281

Merged
merged 4 commits into from
Dec 19, 2020
Merged

アンサング・デュエットに対応 #281

merged 4 commits into from
Dec 19, 2020

Conversation

ysakasin
Copy link
Member

@ysakasin ysakasin commented Nov 4, 2020

公式Webページ

https://fujimi-trpg-online.jp/game/unsung.html

コマンド内容

■ シフター用判定 (shifter, UDS)
  1D10をダイスロールして判定を行います。
  例) shifter, UDS, shifter>=5, shifter+1>=6

■ バインダー用判定 (binder, UDB)
  2D6をダイスロールして判定を行います。
  例) binder, UDB, binder>=5, binder+1>=6

■ 変異表
  ・外傷 (HIN, HInjury)
  ・体調の変化 (HPH, HPhysical)
  ・恐怖 (HFE, HFear)
  ・幻想化 (HFA, HFantasy)
  ・精神 (HMI, HMind)
  ・そのほか (HOT, HOther)

シフター / バインダー判定

コマンドの先頭に所定の文字列があるときに1D10/2D6に置き換えてAddDiceに処理を投げる

変異表

1D6のダイス表

備考

ルールブック記載のフラグメント・リストは事情によりコマンドにしない。

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

codecov bot commented Nov 4, 2020

Codecov Report

Merging #281 (e15bd0f) into master (d3465e8) will increase coverage by 93.69%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #281       +/-   ##
===========================================
+ Coverage        0   93.69%   +93.69%     
===========================================
  Files           0      251      +251     
  Lines           0    18307    +18307     
===========================================
+ Hits            0    17153    +17153     
- Misses          0     1154     +1154     
Impacted Files Coverage Δ
lib/bcdice/game_system.rb 100.00% <100.00%> (ø)
lib/bcdice/game_system/UnsungDuet.rb 100.00% <100.00%> (ø)
lib/bcdice/dice_table/d66_table.rb 100.00% <0.00%> (ø)
lib/bcdice/game_system/TunnelsAndTrolls.rb 96.15% <0.00%> (ø)
lib/bcdice/game_system/Torg.rb 96.07% <0.00%> (ø)
lib/bcdice/arithmetic_evaluator.rb 95.29% <0.00%> (ø)
lib/bcdice/game_system/Cthulhu7th.rb 99.59% <0.00%> (ø)
lib/bcdice/game_system/CardRanker.rb 100.00% <0.00%> (ø)
lib/bcdice/game_system/Pathfinder.rb 100.00% <0.00%> (ø)
lib/bcdice/game_system/SterileLife.rb 74.82% <0.00%> (ø)
... and 243 more

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 d3465e8...d64e758. Read the comment docs.

@ysakasin ysakasin marked this pull request as ready for review December 19, 2020 13:11
@ysakasin ysakasin merged commit 22d0ea4 into master Dec 19, 2020
@ysakasin ysakasin deleted the unsung_duet branch December 19, 2020 13:31
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