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

[SwordWorld] レーティング表の半減 #151

Merged
merged 5 commits into from
Apr 20, 2020
Merged

Conversation

ysakasin
Copy link
Member

@ysakasin ysakasin commented Apr 3, 2020

・レーティング表の半減 (HKx)
 レーティング表の先頭または末尾に"H"をつけると、レーティング表を振って最終結果を半減させます。
 クリティカル値を指定しない場合、クリティカルなしと扱われます。
 例)HK20  K20h  HK10-5@9  K10-5@9H  K20gfH

要望

SW系だと、魔法に対して抵抗が成功すると「ダメージが半減する」処理が入り、
毎回その計算を手動で行わなければならない為、「出たダメージを自動的に÷2する」処理が有った方がちょっと嬉しいんじゃないかな、と思って提案しました。
手元に既にその「魔法の自動半減システム」を組み込んだダイスボットのデータがありますので必要であれば送ります。
内容は以下の通りです。

・威力表を表すkの前にhを付けた「hk」にした場合、自動的に最後の数値が÷2になるように設定。 例:hk20+5
・「hk」になっている場合自動的にクリティカル値は13になるように設定。
・「hk」になっていても「@」を使えばc値の個別設定が可能(クリティカルキャスト等で半減時でもクリティカルするようになった為)

@ysakasin ysakasin added the enhance dicebot ダイスボットへの機能追加 label Apr 3, 2020
@codecov-io
Copy link

codecov-io commented Apr 3, 2020

Codecov Report

Merging #151 into master will increase coverage by 0.01%.
The diff coverage is 97.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #151      +/-   ##
==========================================
+ Coverage   86.15%   86.17%   +0.01%     
==========================================
  Files         198      198              
  Lines       21013    21020       +7     
==========================================
+ Hits        18103    18113      +10     
+ Misses       2910     2907       -3     
Impacted Files Coverage Δ
src/diceBot/SwordWorld2_0.rb 100.00% <ø> (ø)
src/diceBot/SwordWorld2_5.rb 100.00% <ø> (ø)
src/diceBot/SwordWorld.rb 87.77% <97.50%> (+1.73%) ⬆️

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 61ec363...e3e9361. Read the comment docs.

@ysakasin
Copy link
Member Author

ysakasin commented Apr 7, 2020

半減後に補正値を与えたいケースがあるらしいのだが、コマンドの書式が複雑になりそう。

Copy link
Member

@ochaochaocha3 ochaochaocha3 left a comment

Choose a reason for hiding this comment

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

問題ないと思います!

@ysakasin ysakasin merged commit a0fed91 into master Apr 20, 2020
@ysakasin ysakasin deleted the sw_half_rating branch April 20, 2020 14:46
ysakasin added a commit that referenced this pull request Apr 20, 2020
ysakasin added a commit that referenced this pull request Aug 30, 2020
[SwordWorld] レーティング表の半減
ysakasin added a commit that referenced this pull request Aug 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhance dicebot ダイスボットへの機能追加
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants