-
Notifications
You must be signed in to change notification settings - Fork 0
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
【Mob420】アストロブレイズ実装 #508
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
キレイに突進してくるのだけ確認したらマージする
# フィールド(オプション) | ||
data modify storage asset:object Field set value {Speed:4,Range:256,MovePerStep:0.15} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1体だけでも 50ms/t 超えるほどに重いぜ!
# フィールド(オプション) | |
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} |
There was a problem hiding this comment.
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"}}]} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
結局燃えてるし火も吹くぜ!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
たしかに、修正した
大量の弾幕を撃ってくるブレイズ。
弾幕を撃ってくる前にしっかりと合図がある。