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

「終末アイドル育成TRPGセイレーン」の追加 #663

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

spore0814
Copy link
Contributor

概要

終末アイドル育成TRPGセイレーンのダイスボットの追加。

機能

コマンド2種類を実装。

判定

SL+a<=b±cの形で実装した。
100面ダイスを1個振り、b±c以下の出目が出れば成功。成功した場合は一の位と十の位(0の場合は10とする)の合計にaを足したものを達成値とする。

育成

TR$a<=bの形で実装した。
100面ダイスを1個振り、b以下の出目が出れば成功。成功した場合は一の位と十の位(0の場合は10とする)の合計にaの5倍を足したものを能力値上昇、一の位と十の位(0の場合は10とする)の合計をヘルス減少とする。失敗した場合は10を能力値減少、一の位と十の位(0の場合は10とする)の合計をヘルス減少とする。

Copy link

codecov bot commented Dec 12, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (5f2d9ac) 95.64% compared to head (aeb5040) 95.65%.

Files Patch % Lines
lib/bcdice/game_system/Siren.rb 97.87% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #663   +/-   ##
=======================================
  Coverage   95.64%   95.65%           
=======================================
  Files         344      345    +1     
  Lines       19907    19955   +48     
  Branches     5213     5231   +18     
=======================================
+ Hits        19040    19087   +47     
- Misses        867      868    +1     

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

@ysakasin ysakasin merged commit 51bd98a into bcdice:master Dec 27, 2023
8 checks passed
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