From 4bd148d00385dec34ec28d8b6ca822df128f5507 Mon Sep 17 00:00:00 2001 From: Lapis-LJA <87566955+Lapis-LJA@users.noreply.github.com> Date: Mon, 12 Jan 2026 19:14:04 +0900 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E5=8B=95=E9=80=9F=E5=BA=A6=E4=BD=8E?= =?UTF-8?q?=E4=B8=8B=E3=82=92=E4=BB=98=E4=B8=8E=E3=81=97=E3=81=AA=E3=81=84?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../functions/mob/0049.ice_obstructor/attack/.mcfunction | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Asset/data/asset/functions/mob/0049.ice_obstructor/attack/.mcfunction b/Asset/data/asset/functions/mob/0049.ice_obstructor/attack/.mcfunction index 6c46c16218..349fc4cd7c 100644 --- a/Asset/data/asset/functions/mob/0049.ice_obstructor/attack/.mcfunction +++ b/Asset/data/asset/functions/mob/0049.ice_obstructor/attack/.mcfunction @@ -22,18 +22,10 @@ function api:damage/reset # デバフ -# TODO 採掘速度低下がEffectAssetにきたら置き換える -# 難易度値だけ鈍足と採掘速度低下を付与 # 難易度値取得 function api:global_vars/get_difficulty -# 鈍足 - data modify storage api: Argument set value {ID:17,Duration:60} - execute store result storage api: Argument.Stack int 1 run data get storage api: Return.Difficulty - execute as @p[tag=Victim,distance=..32] run function api:entity/mob/effect/give - function api:entity/mob/effect/reset - # 採掘速度低下 data modify storage api: Argument set value {ID:26,Duration:60} execute store result storage api: Argument.Stack int 1 run data get storage api: Return.Difficulty