Skip to content

Commit

Permalink
ブレイズを召喚する位置を調整
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuzume committed Aug 10, 2023
1 parent 7f26b80 commit 5960729
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# 予備動作
execute if score @s[tag=8N.Health.50Per] 8N.Tick matches 17 as @e[type=item_display,tag=8N.ModelRoot,sort=nearest,limit=1] run function animated_java:blazing_inferno/animations/left1_active/play
# 召喚2
execute if score @s[tag=8N.Health.50Per] 8N.Tick matches 20 rotated ~ 0 positioned ^ ^ ^5 run function asset:mob/0311.blazing_inferno/tick/skill/turn/summon_minion
execute if score @s[tag=8N.Health.50Per] 8N.Tick matches 20 rotated ~ 0 positioned ^ ^ ^1 run function asset:mob/0311.blazing_inferno/tick/skill/turn/summon_minion
# マッスルポーズ
execute if score @s 8N.Tick matches 40 as @e[type=item_display,tag=8N.ModelRoot,sort=nearest,limit=1] run function animated_java:blazing_inferno/animations/intro/play

Expand Down

0 comments on commit 5960729

Please sign in to comment.