Skip to content

Commit

Permalink
ハード行動で向きをあわせて地面叩くように
Browse files Browse the repository at this point in the history
  • Loading branch information
quikku committed Nov 29, 2024
1 parent 0ac68c8 commit 98fb3ec
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
# リセット
scoreboard players reset $Interval

# プレイヤーみる
execute if score @s AH.Tick matches 35 if predicate api:global_vars/difficulty/min/hard facing entity @p[gamemode=!spectator] feet rotated ~ 0 run function asset:mob/0377.grey_guardian_v2/tick/common/tp

# 地面叩く
execute if score @s AH.Tick matches 53 positioned ^ ^ ^4 run function asset:mob/0377.grey_guardian_v2/tick/03.axe1/explode
execute if score @s AH.Tick matches 54 positioned ^ ^ ^5 run function asset:mob/0377.grey_guardian_v2/tick/03.axe1/explode
Expand Down

0 comments on commit 98fb3ec

Please sign in to comment.