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 53c3c3e commit f000b97Copy full SHA for f000b97
Asset/data/asset/functions/artifact/1098.mirror_piece_of_bygone_days/trigger/2.check_condition.mcfunction
@@ -10,8 +10,11 @@
10
function asset:artifact/common/check_condition/hotbar
11
# 他にアイテム等確認する場合はここに書く
12
13
+# IsDoT:trueならCanUsedを削除
14
+ execute if entity @s[tag=CanUsed] if data storage asset:context Attack{IsDoT:true} run tag @s remove CanUsed
15
+
16
# 確率でCanUsedを削除
- execute unless predicate lib:random_pass_per/20 run tag @s remove CanUsed
17
+ execute if entity @s[tag=CanUsed] if predicate lib:random_pass_per/20 run tag @s remove CanUsed
18
19
# CanUsedタグをチェックして3.main.mcfunctionを実行する
20
execute if entity @s[tag=CanUsed] run function asset:artifact/1098.mirror_piece_of_bygone_days/trigger/3.main
0 commit comments