We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378478e commit f17c385Copy full SHA for f17c385
Asset/data/asset/functions/mob/0301.karmic/tick/06.sword_tackle/damage.mcfunction
@@ -20,7 +20,6 @@
20
tag @a[gamemode=!spectator,distance=..5] add Hit
21
execute positioned ^ ^ ^100 run tag @a[tag=Hit,distance=..99] remove Hit
22
execute positioned ^ ^ ^-100 run tag @a[tag=Hit,distance=..99] remove Hit
23
- say @a[tag=Hit,distance=..99]
24
# ダメージ
25
data modify storage api: Argument.Damage set value 14.0f
26
data modify storage api: Argument.AttackType set value "Physical"
0 commit comments