From d1b3f4eae87ba3357a5dd80afd78717da6219724 Mon Sep 17 00:00:00 2001 From: ogachu0331 Date: Fri, 19 Jun 2026 18:26:42 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B7=E3=83=A3=E3=83=BC=E3=83=89=E5=8A=A0?= =?UTF-8?q?=E5=B7=A5=E6=A9=9F=E3=81=8B=E3=82=89=E9=9C=9C=E8=8F=AF=E3=81=AE?= =?UTF-8?q?=E5=BC=93=E3=81=8C=E5=87=BA=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3(=E3=83=AC=E3=83=99=E3=83=AB4=E3=80=81?= =?UTF-8?q?=E8=B5=A4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../artifact/1453.frost_flake_bow/register.mcfunction | 8 ++++++++ Asset/data/asset/tags/functions/artifact/register.json | 1 + 2 files changed, 9 insertions(+) create mode 100644 Asset/data/asset/functions/artifact/1453.frost_flake_bow/register.mcfunction diff --git a/Asset/data/asset/functions/artifact/1453.frost_flake_bow/register.mcfunction b/Asset/data/asset/functions/artifact/1453.frost_flake_bow/register.mcfunction new file mode 100644 index 0000000000..7703ca05f8 --- /dev/null +++ b/Asset/data/asset/functions/artifact/1453.frost_flake_bow/register.mcfunction @@ -0,0 +1,8 @@ +#> asset:artifact/1453.frost_flake_bow/register +# +# 神器プールへの登録処理 +# +# @within tag/function asset:artifact/register + +data modify storage asset:artifact RarityRegistry[4] append value [1453] +data modify storage asset:artifact RarityRegistryWithColor.Red[4] append value [1453] diff --git a/Asset/data/asset/tags/functions/artifact/register.json b/Asset/data/asset/tags/functions/artifact/register.json index 98587f21f2..0dc4912cb6 100644 --- a/Asset/data/asset/tags/functions/artifact/register.json +++ b/Asset/data/asset/tags/functions/artifact/register.json @@ -1,5 +1,6 @@ { "values": [ + "asset:artifact/1453.frost_flake_bow/register", "asset:artifact/1534.drop_in_the_bucket/register", "asset:artifact/1365.shaved_ice_blue_hawaii/register", "asset:artifact/1366.shaved_ice_melon/register",