From 2dafe8db74cc20f4e32d86ec84ec963e97b86469 Mon Sep 17 00:00:00 2001 From: Lapis-LJA <87566955+Lapis-LJA@users.noreply.github.com> Date: Wed, 4 Feb 2026 04:03:18 +0900 Subject: [PATCH] =?UTF-8?q?=E9=9F=B3=E9=87=8F=E3=82=92=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../artifact/0318.thunder_sword/trigger/3.main.mcfunction | 2 +- .../artifact/0319.thunderbolt_sword/trigger/3.main.mcfunction | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Asset/data/asset/functions/artifact/0318.thunder_sword/trigger/3.main.mcfunction b/Asset/data/asset/functions/artifact/0318.thunder_sword/trigger/3.main.mcfunction index 4b0415e9b2..cdcf630271 100644 --- a/Asset/data/asset/functions/artifact/0318.thunder_sword/trigger/3.main.mcfunction +++ b/Asset/data/asset/functions/artifact/0318.thunder_sword/trigger/3.main.mcfunction @@ -11,7 +11,7 @@ # 演出 execute at @e[type=#lib:living,type=!player,tag=Victim,distance=..10] run particle dust 1 1 0 1 ~ ~2 ~ 0 2.5 0 0 100 - playsound minecraft:entity.lightning_bolt.thunder player @a ~ ~ ~ 1 2 + playsound minecraft:entity.lightning_bolt.thunder player @a ~ ~ ~ 0.4 2 # ダメージ execute store result storage api: Argument.Damage float 1 run random value 6..12 diff --git a/Asset/data/asset/functions/artifact/0319.thunderbolt_sword/trigger/3.main.mcfunction b/Asset/data/asset/functions/artifact/0319.thunderbolt_sword/trigger/3.main.mcfunction index c7730d12d9..ba30d424e4 100644 --- a/Asset/data/asset/functions/artifact/0319.thunderbolt_sword/trigger/3.main.mcfunction +++ b/Asset/data/asset/functions/artifact/0319.thunderbolt_sword/trigger/3.main.mcfunction @@ -13,8 +13,8 @@ # 演出 execute at @e[type=#lib:living,type=!player,tag=Victim,distance=..10] run particle dust 0.867 0.667 0.161 1 ~ ~2 ~ 0 2.5 0 0 100 execute at @e[type=#lib:living,type=!player,tag=Victim,distance=..10] run particle minecraft:poof ~ ~ ~ 0.7 0.1 0.7 0.1 10 - playsound minecraft:entity.lightning_bolt.thunder player @a ~ ~ ~ 1 2 - playsound minecraft:entity.zombie.break_wooden_door player @a ~ ~ ~ 1 1.5 + playsound minecraft:entity.lightning_bolt.thunder player @a ~ ~ ~ 0.4 2 + playsound minecraft:entity.zombie.break_wooden_door player @a ~ ~ ~ 0.4 1.5 # ダメージ execute store result storage api: Argument.Damage float 1 run random value 12..27