Skip to content

Commit

Permalink
Linterがごきげんナナメなので演出を更に変更。悪くないんじゃないか。
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuzume committed Dec 30, 2024
1 parent 6d8ff14 commit ac290c9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
execute as @e[type=item_display,tag=AC.AJLink,distance=..0.01,sort=nearest,limit=1] run function animated_java:tutankhamen/animations/dash_end/tween {to_frame: 3, duration: 3}

# 演出
playsound minecraft:entity.breeze.charge hostile @a ~ ~ ~ 1 1
playsound minecraft:item.trident.return hostile @a ~ ~ ~ 1 2
playsound minecraft:entity.player.breath hostile @a ~ ~ ~ 1 1
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
execute facing entity @p[distance=..16] feet run tp @s ~ ~ ~ ~ ~

# 演出
playsound minecraft:entity.breeze.charge hostile @a ~ ~ ~ 1 1
playsound minecraft:item.trident.return hostile @a ~ ~ ~ 1 2
playsound minecraft:entity.player.breath hostile @a ~ ~ ~ 1 1.5
playsound minecraft:block.grindstone.use hostile @a ~ ~ ~ 1 1.5
playsound minecraft:item.trident.return hostile @a ~ ~ ~ 1 2
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
# @within function asset:mob/0372.tutankhamen/tick/skill/dash/dash_slash/

# 演出
playsound minecraft:entity.breeze.charge hostile @a ~ ~ ~ 1 2
playsound minecraft:item.trident.return hostile @a ~ ~ ~ 1 2
playsound minecraft:block.grindstone.use hostile @a ~ ~ ~ 1 2
playsound minecraft:item.trident.return hostile @a ~ ~ ~ 1 2
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
execute as @e[type=item_display,tag=AC.AJLink,distance=..0.01,sort=nearest,limit=1] run function animated_java:tutankhamen/animations/attack_laser_windup/tween {to_frame:0, duration:10}

# 演出
playsound minecraft:entity.breeze.charge hostile @a ~ ~ ~ 1 1
playsound minecraft:item.trident.return hostile @a ~ ~ ~ 1 2
playsound minecraft:entity.player.breath hostile @a ~ ~ ~ 1 1
playsound minecraft:block.grindstone.use hostile @a ~ ~ ~ 1 1.5
playsound minecraft:item.trident.return hostile @a ~ ~ ~ 1 2
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
execute if score @s General.Mob.Tick matches 0 run function asset:mob/0372.tutankhamen/tick/skill/laser/windup

# 演出
execute if score @s General.Mob.Tick matches 4 run playsound minecraft:entity.breeze.charge hostile @a ~ ~ ~ 2 0.7
execute if score @s General.Mob.Tick matches 8 run playsound minecraft:entity.breeze.charge hostile @a ~ ~ ~ 2 1
execute if score @s General.Mob.Tick matches 4 run playsound minecraft:item.trident.return hostile @a ~ ~ ~ 2 0.7
execute if score @s General.Mob.Tick matches 8 run playsound minecraft:item.trident.return hostile @a ~ ~ ~ 2 1

# ビーム開始
execute if score @s General.Mob.Tick matches 23 as @e[type=item_display,tag=AC.AJLink,distance=..0.01,sort=nearest,limit=1] run function animated_java:tutankhamen/animations/attack_laser_2_loop/tween {to_frame:0, duration:1}
Expand Down

0 comments on commit ac290c9

Please sign in to comment.