From a7b292300ec377de0a6dd43fa746d7ac0a3c6e38 Mon Sep 17 00:00:00 2001 From: Lapis-LJA Date: Mon, 20 Apr 2026 05:53:08 +0900 Subject: [PATCH] =?UTF-8?q?=E9=9F=B3=E9=87=8F=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../artifact/1256.deep_azure/trigger/3.main.mcfunction | 3 ++- .../effect/0329.charge_of_deep_azure/re-given/.mcfunction | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Asset/data/asset/functions/artifact/1256.deep_azure/trigger/3.main.mcfunction b/Asset/data/asset/functions/artifact/1256.deep_azure/trigger/3.main.mcfunction index b9eed8e54b5..6c035dde6d5 100644 --- a/Asset/data/asset/functions/artifact/1256.deep_azure/trigger/3.main.mcfunction +++ b/Asset/data/asset/functions/artifact/1256.deep_azure/trigger/3.main.mcfunction @@ -10,7 +10,8 @@ # ここから先は神器側の効果の処理を書く # 演出 - playsound block.conduit.activate player @a ~ ~ ~ 0.7 1.4 + playsound block.conduit.activate player @a ~ ~ ~ 1.6 1.4 + playsound block.conduit.activate player @a ~ ~ ~ 1.6 1.4 particle dust 0.2 0.2 1 1 ~ ~0.4 ~ 0.25 0.25 0.25 0 15 normal # チャージ用Effectを付与 diff --git a/Asset/data/asset/functions/effect/0329.charge_of_deep_azure/re-given/.mcfunction b/Asset/data/asset/functions/effect/0329.charge_of_deep_azure/re-given/.mcfunction index 8f9fa0353d9..533581681ab 100644 --- a/Asset/data/asset/functions/effect/0329.charge_of_deep_azure/re-given/.mcfunction +++ b/Asset/data/asset/functions/effect/0329.charge_of_deep_azure/re-given/.mcfunction @@ -18,11 +18,13 @@ execute store result storage asset:context this.Charge int 1 run scoreboard players add $Charge Temporary 1 # チャージ段階に比例して演出とスタックを変える - execute if score $Charge Temporary matches 16 run playsound block.conduit.activate player @a ~ ~ ~ 0.8 1.6 + execute if score $Charge Temporary matches 16 run playsound block.conduit.activate player @a ~ ~ ~ 1.5 1.6 + execute if score $Charge Temporary matches 16 run playsound block.conduit.activate player @a ~ ~ ~ 1.5 1.6 execute if score $Charge Temporary matches 16 run particle dust 0.1 0.1 0.7 1 ~ ~0.4 ~ 0.25 0.25 0.25 0 15 normal execute if score $Charge Temporary matches 16 run data modify storage asset:context Stack set value 2 - execute if score $Charge Temporary matches 32 run playsound block.conduit.activate player @a ~ ~ ~ 0.9 1.8 + execute if score $Charge Temporary matches 32 run playsound block.conduit.activate player @a ~ ~ ~ 1.8 1.8 + execute if score $Charge Temporary matches 32 run playsound block.conduit.activate player @a ~ ~ ~ 1.8 1.8 execute if score $Charge Temporary matches 32 run particle dust 0 0 0.4 1.2 ~ ~0.4 ~ 0.25 0.25 0.25 0 25 normal execute if score $Charge Temporary matches 32 run data modify storage asset:context Stack set value 3