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

サヨナラ発動時にバフエフェクトを付与 #714

Merged
merged 10 commits into from
Feb 21, 2025

Conversation

yabane
Copy link
Contributor

@yabane yabane commented Feb 21, 2025

チケットURL

GH-683

対応内容・対応背景・妥協点

サヨナラがあまりにも弱すぎたため。

やったこと

サヨナラ→レイズが発動した場合、攻撃力上昇10を30秒と耐性5を5秒付与する。

やってないこと

演出の変更・スキル説明文の変更

補足

検知用のタグはSayonaraを使用しています。

チェックリスト (ガイドライン)

  • Pull Request

    • PR のタイトルはわかりやすい名前が設定されていますか?(日本語でも可)
    • PR の必須項目はすべて記載していますか?
    • PR の必要ない項目は削除していますか?
    • PR の内容と変更内容は一致していますか?
      • 1 機能=1PR であるべきです。1 機能の途中でも問題ありません
  • Commit

    • Commit メッセージはルール通りですか?
      • コミットメッセージの先頭に[Add|Delete|Modify|Fix|Refactor|Move]
        等の動詞の原形を追加してください。
        (参考)
        (参考 2)
      • コミットメッセージの説明にはGH-〇〇でチケット番号をつけてください
        (チケットが存在しない場合はNO-ISSUEにしてください)
      • マージコミットの場合はこの限りではありません
    • コミットの粒度は適切ですか?
      • 1 コミット=1 要素(1 ロジック)の変更であるべきです
  • Branch

    • ブランチの名前は正しいですか?
      • ブランチ名先頭はfeature/[簡単な説明] または fix/[簡単な説明] であるべきです
      • 簡単な説明は英語であるべきです(不具合発生するので)
    • ブランチの向き、切り先は正しいですか?

@yabane yabane added 1-19-4 MCver1.19.4で確認された問題 優先度: 高い リリース予定 labels Feb 21, 2025
@yabane yabane self-assigned this Feb 21, 2025
@yabane yabane requested a review from a team as a code owner February 21, 2025 08:29
@yabane yabane linked an issue Feb 21, 2025 that may be closed by this pull request
Copy link
Member

@NePonpon NePonpon left a comment

Choose a reason for hiding this comment

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

付与するまでの処理はokです

@yabane yabane requested a review from NePonpon February 21, 2025 08:57
@yabane yabane merged commit 5a8ff9c into update/v13-2-5-alpha2 Feb 21, 2025
3 checks passed
@yabane yabane deleted the feature/sayonara-buff-effect branch February 21, 2025 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-19-4 MCver1.19.4で確認された問題 リリース予定 優先度: 高い
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature] サヨナラのバフエフェクト
2 participants