diff --git a/Asset/data/asset/functions/mob/0078.messenger_of_thunder/tick/skill/predict_thunder/predict_point2.mcfunction b/Asset/data/asset/functions/mob/0078.messenger_of_thunder/tick/skill/predict_thunder/predict_point2.mcfunction index ed31d2f4bf..8c77c8bb51 100644 --- a/Asset/data/asset/functions/mob/0078.messenger_of_thunder/tick/skill/predict_thunder/predict_point2.mcfunction +++ b/Asset/data/asset/functions/mob/0078.messenger_of_thunder/tick/skill/predict_thunder/predict_point2.mcfunction @@ -2,7 +2,7 @@ # # 偏差の処理2 # -# @within function asset:mob/0078.messenger_of_thunder/tick/skill/predict_thunder/3.predict_point1.m +# @within function asset:mob/0078.messenger_of_thunder/tick/skill/predict_thunder/predict_point1.m # AECを召喚して拡散するを5回繰り返す # それぞれ起爆までの時間をそれぞれ設定する diff --git a/Asset/data/asset/functions/mob/0373.gold_coffin/_index.d.mcfunction b/Asset/data/asset/functions/mob/0373.gold_coffin/_index.d.mcfunction deleted file mode 100644 index f369f0a325..0000000000 --- a/Asset/data/asset/functions/mob/0373.gold_coffin/_index.d.mcfunction +++ /dev/null @@ -1,6 +0,0 @@ -#> asset:mob/0373.gold_coffin/_index.d -# @private - -#> tag -# @within function asset:mob/0373.gold_coffin/** - #declare tag diff --git a/Asset/data/asset/functions/mob/0410.heiloang/tick/event/sweep/attack.mcfunction b/Asset/data/asset/functions/mob/0410.heiloang/tick/event/sweep/attack.mcfunction index b108cc655c..0222361045 100644 --- a/Asset/data/asset/functions/mob/0410.heiloang/tick/event/sweep/attack.mcfunction +++ b/Asset/data/asset/functions/mob/0410.heiloang/tick/event/sweep/attack.mcfunction @@ -2,7 +2,7 @@ # # なぎはらい火炎放射 # -# @within function asset:mob/0410.heiloang/tick/event/sweep/attack +# @within function asset:mob/0410.heiloang/tick/event/sweep/get_attack_position.m # 演出 particle explosion ~ ~ ~ 1 1 1 0 1 force diff --git a/Asset/data/asset/functions/mob/0411.behemoth/remove/kill_hitbox.mcfunction b/Asset/data/asset/functions/mob/0411.behemoth/remove/kill_hitbox.mcfunction index 9aacb87f43..52b0c4c6f2 100644 --- a/Asset/data/asset/functions/mob/0411.behemoth/remove/kill_hitbox.mcfunction +++ b/Asset/data/asset/functions/mob/0411.behemoth/remove/kill_hitbox.mcfunction @@ -2,7 +2,7 @@ # # Mobの死亡時の処理 # -# @within function asset:mob/0411.behemoth/death/kill_hitbox +# @within function asset:mob/0411.behemoth/remove/** # 当たり判定消去 execute if entity @s[type=slime] run data merge entity @s {Size:0,Tags:["BF.Temp.Dummy"]} diff --git a/Asset/data/asset/functions/mob/0411.behemoth/tick/event/terzetto_purgatorio/attack_check_hit.mcfunction b/Asset/data/asset/functions/mob/0411.behemoth/tick/event/terzetto_purgatorio/attack_check_hit.mcfunction index ab112786e2..a0b789b2d8 100644 --- a/Asset/data/asset/functions/mob/0411.behemoth/tick/event/terzetto_purgatorio/attack_check_hit.mcfunction +++ b/Asset/data/asset/functions/mob/0411.behemoth/tick/event/terzetto_purgatorio/attack_check_hit.mcfunction @@ -2,7 +2,7 @@ # # テルツェット・ディザスター # -# @within asset:mob/0411.behemoth/tick/event/terzetto_purgatorio/attack +# @within function asset:mob/0411.behemoth/tick/event/terzetto_purgatorio/attack.m # 氷柱確認 scoreboard players set @s BF.Counter 80 diff --git a/Asset/data/asset/functions/mob/0411.behemoth/tick/event/terzetto_purgatorio/prediction_line_obj.mcfunction b/Asset/data/asset/functions/mob/0411.behemoth/tick/event/terzetto_purgatorio/prediction_line_obj.mcfunction index aee806925a..3a5e940aac 100644 --- a/Asset/data/asset/functions/mob/0411.behemoth/tick/event/terzetto_purgatorio/prediction_line_obj.mcfunction +++ b/Asset/data/asset/functions/mob/0411.behemoth/tick/event/terzetto_purgatorio/prediction_line_obj.mcfunction @@ -2,7 +2,7 @@ # # テルツェット・プルガトリオ # -# @within asset:mob/0411.behemoth/tick/event/terzetto_purgatorio/ +# @within function asset:mob/0411.behemoth/tick/event/terzetto_purgatorio/** # 対象決定 tag @e[type=item_display,tag=2181.Line,tag=!2181.Line.End,sort=random,limit=1] add BF.Temp.Dummy diff --git a/Asset/data/asset/functions/object/1042.mini_black_hole_flying/tick/vfx/particle.mcfunction b/Asset/data/asset/functions/object/1042.mini_black_hole_flying/tick/vfx/particle.mcfunction index 7c12d18011..375ce5cfb6 100644 --- a/Asset/data/asset/functions/object/1042.mini_black_hole_flying/tick/vfx/particle.mcfunction +++ b/Asset/data/asset/functions/object/1042.mini_black_hole_flying/tick/vfx/particle.mcfunction @@ -2,7 +2,7 @@ # # vfx # -# @within function asset:object/1042.mini_black_hole_flying/tick/flying/vfx/ +# @within function asset:object/1042.mini_black_hole_flying/tick/vfx/** # 円 particle dust -1 0 -1 1.25 ^-0.0 ^0.0 ^0.5 0.0 0.0 0.0 0.0 1 force @a[distance=..64] diff --git a/Asset/data/asset/functions/object/1086.lightning_exploit/hit/vfx/particle.mcfunction b/Asset/data/asset/functions/object/1086.lightning_exploit/hit/vfx/particle.mcfunction index 00687ee107..dde5f8cb7d 100644 --- a/Asset/data/asset/functions/object/1086.lightning_exploit/hit/vfx/particle.mcfunction +++ b/Asset/data/asset/functions/object/1086.lightning_exploit/hit/vfx/particle.mcfunction @@ -2,7 +2,7 @@ # # # -# @within function asset:object/1086.lightning_exploit/hit/vfx/random +# @within function asset:object/1086.lightning_exploit/hit/vfx/random.m # [ImportKey]: NobwRALgngDgpmAXGAxgSwE4oDYIDRgCuhaAJkmAIykCslcATAGwBGAtEwwwBxsAsfAGYBONsOaC2KSgENSABhGCAzAHZKwsAQB2MgLYJkgMMUABJS1gYMjPoDOScCgD2hbRCRN5BFHDdwMDmAAbjLYhIbgAB5IXmBQMQC+CQQ2pGiE9ojKAHQ0BLYQ1u6IsXDY2GgwtoaU8rEYToUQhrFotgCi5ZXV7QCOhKHYUADKVj7kiIKh1UkAukA_3 # 円 1 diff --git a/Asset/data/asset/functions/object/2221.aurora_scaffold/tick/break/process/do.mcfunction b/Asset/data/asset/functions/object/2221.aurora_scaffold/tick/break/process/do.mcfunction index 0cce9e13e9..bfd3f7462c 100644 --- a/Asset/data/asset/functions/object/2221.aurora_scaffold/tick/break/process/do.mcfunction +++ b/Asset/data/asset/functions/object/2221.aurora_scaffold/tick/break/process/do.mcfunction @@ -2,7 +2,7 @@ # # # -# @within function asset:object/2221.aurora_scaffold/tick/break/process/ +# @within function asset:object/2221.aurora_scaffold/tick/break/process/** #> Private # @private