Skip to content

Commit

Permalink
ハートブースト 使用エフェクトを変更
Browse files Browse the repository at this point in the history
  • Loading branch information
NePonpon committed Apr 9, 2024
1 parent 1d94700 commit 210d11e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
##############################

###ハートブースト設定
execute if score _ Level matches 1 run effect give @a[distance=..10] minecraft:absorption 180 4
execute if score _ Level matches 2 run effect give @a[distance=..10] minecraft:absorption 180 9
execute if score _ Level matches 3 run effect give @a[distance=..10] minecraft:absorption 180 14
execute if score _ Level matches 4 run effect give @a[distance=..10] minecraft:absorption 180 24
execute if score _ Level matches 1 run effect give @a[distance=..10] minecraft:health_boost 180 4
execute if score _ Level matches 2 run effect give @a[distance=..10] minecraft:health_boost 180 9
execute if score _ Level matches 3 run effect give @a[distance=..10] minecraft:health_boost 180 14
execute if score _ Level matches 4 run effect give @a[distance=..10] minecraft:health_boost 180 24
#演出
function makeup:skill/act/white_mage/heart_boost/act0

0 comments on commit 210d11e

Please sign in to comment.