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

【Mob420】アストロブレイズ実装 #508

Merged
merged 3 commits into from
Jan 6, 2025
Merged

Conversation

EllaCoat
Copy link
Contributor

大量の弾幕を撃ってくるブレイズ。
弾幕を撃ってくる前にしっかりと合図がある。

Copy link
Member

@haiiro2gou haiiro2gou left a comment

Choose a reason for hiding this comment

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

キレイに突進してくるのだけ確認したらマージする

Comment on lines 19 to 20
# フィールド(オプション)
data modify storage asset:object Field set value {Speed:4,Range:256,MovePerStep:0.15}
Copy link
Member

@haiiro2gou haiiro2gou Dec 29, 2024

Choose a reason for hiding this comment

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

1体だけでも 50ms/t 超えるほどに重いぜ!

Suggested change
# フィールド(オプション)
data modify storage asset:object Field set value {Speed:4,Range:256,MovePerStep:0.15}
# フィールド(オプション)
data modify storage asset:object Field set value {Speed:2,Range:64,MovePerStep:0.3}

Copy link
Contributor Author

Choose a reason for hiding this comment

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

軽くしてみた、他も直すかも

# @within asset:mob/alias/420/summon

# 元となるEntityを召喚する
summon blaze ~ ~ ~ {Tags:["MobInit","AntiBurn","AlwaysSlowFall"],Passengers:[{id:"minecraft:block_display",Tags:["AllowProcessingCommonTag","AutoKillWhenDieVehicle"],teleport_duration:1,brightness:{sky:15,block:15},transformation:{left_rotation:[0f,0f,0f,1f],right_rotation:[0f,0f,0f,1f],translation:[-0.375f,-0.6f,-0.375f],scale:[0.75f,0.6f,0.75f]},block_state:{Name:"minecraft:glass"}}]}
Copy link
Member

Choose a reason for hiding this comment

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

結局燃えてるし火も吹くぜ!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

たしかに、修正した

@haiiro2gou haiiro2gou merged commit 27ecddb into master Jan 6, 2025
2 checks passed
@haiiro2gou haiiro2gou deleted the dev/ella_mob_420 branch January 6, 2025 12:00
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