Skip to content

Commit

Permalink
🚸 ビームのパーティクルを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenCMD committed Nov 17, 2024
1 parent 6189f58 commit fb68d1b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
execute if entity @p[distance=..1] run tag @p[distance=..1] add LandingTarget

# 演出
particle minecraft:dust 1 1 1 1 ~ ~ ~ 0.1 0.1 0.1 0 1
particle minecraft:electric_spark ~ ~ ~ 0.15 0.15 0.15 0.1 2
particle minecraft:dust 1 1 1 1 ~ ~ ~ 0.05 0.05 0.05 0 1
particle minecraft:electric_spark ~ ~ ~ 0.1 0.1 0.1 0.1 2
execute if predicate lib:random_pass_per/5 run particle minecraft:end_rod ~ ~ ~ 0.15 0.15 0.15 0 1
execute if predicate lib:random_pass_per/25 run particle minecraft:glow ~ ~ ~ 0.15 0.15 0.15 0 1
# 着弾
execute if entity @s[tag=Landing] if score @s 1A.LifeTime matches 20.. run function asset:mob/0046.clock_of_despair/tick/skill/common/beam/damage

Expand Down

0 comments on commit fb68d1b

Please sign in to comment.