From 526a5d89934a869baa1ff2cfbf28b7fe894d7c05 Mon Sep 17 00:00:00 2001 From: Hubert Zhang Date: Thu, 1 Jan 2026 03:45:48 +0800 Subject: [PATCH] add info for Moonstorm Static --- modinfo.lua | 2 +- scripts/clientmodmain.lua | 2 +- .../moonstorm_static_nowag.lua | 25 +++++++++++++++++++ 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 scripts/prefab_descriptors/moonstorm_static_nowag.lua diff --git a/modinfo.lua b/modinfo.lua index 47c0062..4be4f44 100644 --- a/modinfo.lua +++ b/modinfo.lua @@ -368,7 +368,7 @@ do end local NOTABLE_INDICATORS = {"chester_eyebone", "hutch_fishbowl"} -local NOTABLE_INDICATORS_DST = {"atrium_key", "klaus_sack", "gingerbreadpig"} +local NOTABLE_INDICATORS_DST = {"atrium_key", "klaus_sack", "gingerbreadpig", "moonstorm_static_roamer"} local NOTABLE_INDICATORS_DS = {} -- TODO: The carrier things in SW and Hamlet local NOTABLE_INDICATORS_ALL = {} diff --git a/scripts/clientmodmain.lua b/scripts/clientmodmain.lua index dd4860f..a67ecea 100644 --- a/scripts/clientmodmain.lua +++ b/scripts/clientmodmain.lua @@ -1042,7 +1042,7 @@ do local notable = { "chester_eyebone", "hutch_fishbowl", -- Both - "atrium_key", "klaus_sack", "gingerbreadpig", -- DST + "atrium_key", "klaus_sack", "gingerbreadpig", "moonstorm_static_roamer", -- DST -- DS } diff --git a/scripts/prefab_descriptors/moonstorm_static_nowag.lua b/scripts/prefab_descriptors/moonstorm_static_nowag.lua new file mode 100644 index 0000000..0cfae55 --- /dev/null +++ b/scripts/prefab_descriptors/moonstorm_static_nowag.lua @@ -0,0 +1,25 @@ +--[[ +Copyright (C) 2020, 2021 penguin0616 + +This file is part of Insight. + +The source code of this program is shared under the RECEX +SHARED SOURCE LICENSE (version 1.0). +The source code is shared for referrence and academic purposes +with the hope that people can read and learn from it. This is not +Free and Open Source software, and code is not redistributable +without permission of the author. Read the RECEX SHARED +SOURCE LICENSE for details +The source codes does not come with any warranty including +the implied warranty of merchandise. +You should have received a copy of the RECEX SHARED SOURCE +LICENSE in the form of a LICENSE file in the root of the source +directory. If not, please refer to + +]] + +-- moonstorm_static_nowag.lua [Prefabs] + +return { + Describe = Insight.prefab_descriptors.moonstorm_static and Insight.prefab_descriptors.moonstorm_static.Describe or nil +}