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

ソード・ワールド2.0/2.5: 威力表の半減(HK)を実行できるようにする #196

Merged
merged 4 commits into from
May 17, 2020

Conversation

ochaochaocha3
Copy link
Member

@ochaochaocha3 ochaochaocha3 commented May 16, 2020

以下のバグを直します。

お疲れさまです。
Ver.2.06.00のSwordWorld2.0と2.5でHKが反応しなかったのでご報告します。
無印の方は反応しました。
2.0、2.5でも末尾にhを記入する場合は反応しました。
お手すきのときに確認いただけると幸いです。

2.0/2.5で威力表の半減を実行できないという報告があったため。
prefixesの修正漏れ。

ただし、このコミットではテストが通らない。
@ochaochaocha3 ochaochaocha3 changed the title ソード・ワールド2.0/2.5: ソード・ワールド2.0/2.5: 威力表の半減(HK)を実行できるようにする May 16, 2020
@ochaochaocha3 ochaochaocha3 marked this pull request as draft May 16, 2020 13:26
@ochaochaocha3 ochaochaocha3 requested a review from ysakasin May 16, 2020 13:26
@ochaochaocha3 ochaochaocha3 added the bug バグってる! label May 16, 2020
@ochaochaocha3
Copy link
Member Author

とりあえず無印のテストデータを2.0、2.5にコピペしてゲームシステム名だけ直しましたが、2.5で計算方法が少し変わっているようで、テストが通っていません。以下の部分を直していただけると助かります。

[Failures]
Game type: SwordWorld2_5
Index: 20
Input:
  hk10[9]+10
Expected:
  SwordWorld2.5 : KeyNo.10c[9]+10 > 2D:[5,3]=8 > (4+10)/2 > 7
Result:
  SwordWorld2.5 : KeyNo.10 > 2D:[5,3]=8 > 4/2 > 2
Rands: 5/6, 3/6
===========================
Game type: SwordWorld2_5
Index: 21
Input:
  hk10[9]+10 切り上げ
Expected:
  SwordWorld2.5 : KeyNo.10c[9]+10 > 2D:[2,4]=6 > (3+10)/2 > 7
Result:
  SwordWorld2.5 : KeyNo.10 > 2D:[2,4]=6 > 3/2 > 2
Rands: 2/6, 4/6
===========================
Game type: SwordWorld2_5
Index: 22
Input:
  HK20+6@4
Expected:
  SwordWorld2.5 : KeyNo.20c[4]+6 > 2D:[4,3 2,5 2,6 1,1]=7,7,8,2 > (5,5,6,**+6)/2 > 3回転 > 11
Result:
  SwordWorld2.5 : KeyNo.20+6 > 2D:[4,3]=7 > (5+6)/2 > 6
  ダイス残り:2/6, 5/6, 2/6, 6/6, 1/6, 1/6
Rands: 4/6, 3/6, 2/6, 5/6, 2/6, 6/6, 1/6, 1/6

* 各バージョンで個別に正規表現を作ったことにより修正漏れが生じたため、
  定数を定義して共通化する。
* 余分なキャプチャ、文字クラス、エスケープが散見されるため、それらを
  取り除く。
* SW2.5: format_modifierを使う。
@ochaochaocha3 ochaochaocha3 marked this pull request as ready for review May 17, 2020 02:31
@codecov-io
Copy link

codecov-io commented May 17, 2020

Codecov Report

Merging #196 into master will decrease coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #196      +/-   ##
==========================================
- Coverage   86.94%   86.93%   -0.01%     
==========================================
  Files         210      210              
  Lines       22066    22059       -7     
==========================================
- Hits        19185    19178       -7     
  Misses       2881     2881              
Impacted Files Coverage Δ
src/diceBot/SwordWorld.rb 88.15% <100.00%> (-0.06%) ⬇️
src/diceBot/SwordWorld2_0.rb 98.80% <100.00%> (ø)
src/diceBot/SwordWorld2_5.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 6b364e2...8a4e4c5. Read the comment docs.

Copy link
Member

@ysakasin ysakasin 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 e84490b into master May 17, 2020
@ysakasin ysakasin deleted the sw20-fix-hk branch May 17, 2020 02:44
ysakasin added a commit that referenced this pull request Aug 30, 2020
ソード・ワールド2.0/2.5: 威力表の半減(HK)を実行できるようにする
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug バグってる!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants