Skip to content

Commit

Permalink
セイクリッドピラー 失敗時MP消費無しに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
NePonpon committed Apr 16, 2024
1 parent 04c7c8b commit 6a5fa92
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ scoreboard players operation _ SpecialAttack += _ Calc

#ダメージあれば成功
execute if score _ SpecialAttack matches ..0 run function makeup:skill/act/white_mage/sacred_pillar/failure
execute if score _ SpecialAttack matches ..0 run data modify storage skill: Success set value 0b
execute if score _ SpecialAttack matches 1.. run summon minecraft:area_effect_cloud ~ ~ ~ {Tags:[Skill,SacredPillar,NativeTask],Duration:1}
execute if score _ SpecialAttack matches 1.. as @e[tag=SacredPillar,tag=!Initialized,limit=1,distance=..0.01] run function skill:act/white_mage/sacred_pillar/success
execute if score _ SpecialAttack matches 1.. run function skill:act/white_mage/sacred_pillar/player_damage

0 comments on commit 6a5fa92

Please sign in to comment.