diff --git a/Asset/data/asset/functions/effect/0279.poison_of_vinderre/register.mcfunction b/Asset/data/asset/functions/effect/0279.poison_of_vinderre/register.mcfunction index fd9f27b020..c97240605c 100644 --- a/Asset/data/asset/functions/effect/0279.poison_of_vinderre/register.mcfunction +++ b/Asset/data/asset/functions/effect/0279.poison_of_vinderre/register.mcfunction @@ -36,4 +36,5 @@ data modify storage asset:effect StackVisible set value false # フィールド + data modify storage asset:effect Field.Tick set value 20 # data modify storage asset:effect Field.UserID set value diff --git a/Asset/data/asset/functions/object/1070.arrow_of_vinderre/recursive/.mcfunction b/Asset/data/asset/functions/object/1070.arrow_of_vinderre/recursive/.mcfunction new file mode 100644 index 0000000000..262182b6b0 --- /dev/null +++ b/Asset/data/asset/functions/object/1070.arrow_of_vinderre/recursive/.mcfunction @@ -0,0 +1,9 @@ +#> asset:object/1070.arrow_of_vinderre/recursive/ +# +# 継承先などから実行される処理 +# +# @within asset:object/alias/1070/recursive + +# + particle dust 0.412 0.588 0.506 0.7 ^ ^ ^ 0 0 0 0 1 normal @a + particle dust 0.412 0.588 0.506 0.7 ^ ^ ^-0.25 0 0 0 0 1 normal @a diff --git a/Asset/data/asset/functions/object/alias/1070/recursive.mcfunction b/Asset/data/asset/functions/object/alias/1070/recursive.mcfunction new file mode 100644 index 0000000000..567b8375f6 --- /dev/null +++ b/Asset/data/asset/functions/object/alias/1070/recursive.mcfunction @@ -0,0 +1,8 @@ +#> asset:object/alias/1070/recursive +# +# メソッド処理のエイリアス +# +# @within asset_manager:object/call_method/run_method.m + +# 元のメソッド処理を呼び出す + function asset:object/1070.arrow_of_vinderre/recursive/ \ No newline at end of file