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

Feature/#430/mobスポーン #473

Merged
merged 12 commits into from
Dec 27, 2024
Merged

Conversation

NePonpon
Copy link
Member

@NePonpon NePonpon commented Nov 20, 2024

チケットURL

#430

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

Mobをスポーンさせる処理をアップデート対応した
バグ対応をした - #179
Mob設定データの呼び出しをtags/functionに変更

やったこと

  • functions -> function
  • アイテムのコンポーネント化
  • 召喚位置がブロックに埋まっていた時のためにcorrection_posを追加
  • Mob設定データの呼び出しをsettings:enemy/から#entity:spawn_dataに変更した
  • 単回召喚スポナーの削除処理を追加

やってないこと

Mobへのステータス適用
これは別プルリクで対応予定

テスト

Mob設定データがないため検証できませんでした。
召喚座標補正は検証しました

  1. ブロックに埋まる位置にSpawnタグを持ったエンティティを召喚。
  2. 周辺ブロックの状態に応じて補正位置を決定
    黒ガラスの 0.5 0 0.5 位置に埋まっちゃったときはこのオレンジの範囲に湧くことができるようにした
    image

レビュー観点

召喚の処理はほぼ同じのため軽く確認してください
特にcorrection_posが正しく動作する確認してください。

チェックリスト

  • PRの必須項目はすべて記載していますか?
    • 必要ない項目は削除していますか?
  • PRの内容と変更内容は一致していますか?
    • 1機能=1PRであるべきです。1機能の途中でも問題ありません
  • コミットの粒度は適切ですか?
    • 1コミット=1要素(1ロジック)の変更であるべきです
  • PRのタイトルはわかり易い名前が設定されていますか?(日本語でも可)
  • ブランチの向き、切り先は正しいですか?
  • ブランチの名前は正しいですか?
    • ブランチ名先頭はfeature/[簡単な説明]fix/[簡単な説明] の何れかであるべきです
    • 簡単な説明は英語であるべきです(不具合発生するので)
  • Commitメッセージはルール通りですか?
    • コミットメッセージの先頭に[Add|Delete|Modify|Fix|Refactor|Move]等の動詞の原形を追加してください。(参考)
    • コミットメッセージの説明にはGH-〇〇でチケット番号をつけてください(チケットが存在しない場合はNO-ISSUEにしてください
    • マージコミットの場合はこの限りではありません

@NePonpon NePonpon self-assigned this Nov 20, 2024
@NePonpon NePonpon requested a review from a team as a code owner November 20, 2024 14:36
@NePonpon NePonpon linked an issue Nov 20, 2024 that may be closed by this pull request
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Code review by ChatGPT

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Code review by ChatGPT

@NePonpon NePonpon merged commit 4d8c68c into 1-21-1-dev Dec 27, 2024
2 of 3 checks passed
@NePonpon NePonpon deleted the feature/#430/Mobスポーン branch December 27, 2024 10:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants