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 e817faa04e..7dccc18155 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/1430.shield_of_fate/register", "asset:artifact/1534.drop_in_the_bucket/register", "asset:artifact/1365.shaved_ice_blue_hawaii/register", @@ -316,4 +317,4 @@ "asset:artifact/1027.fire_of_rebirth/register", "asset:artifact/1111.rod_o_redeem/register" ] -} \ No newline at end of file +}