From c3af1fbbdec052281f9c3c54b9e8bbbbc5e448eb Mon Sep 17 00:00:00 2001 From: milimoe Date: Tue, 23 Dec 2025 00:23:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=A4=BC=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OshimaCore/Constant/TypeEnum.cs | 4 ++-- OshimaModules/Items/GiftBox/礼包.cs | 2 +- OshimaServers/Service/FunGameService.cs | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/OshimaCore/Constant/TypeEnum.cs b/OshimaCore/Constant/TypeEnum.cs index eddf090..2f7a1a6 100644 --- a/OshimaCore/Constant/TypeEnum.cs +++ b/OshimaCore/Constant/TypeEnum.cs @@ -28,8 +28,8 @@ public enum CardPackModuleType { - 魔法组, - 自适应超频模块, + 魔法技能组, + 动态矩阵, 同频共振, 神经校准, 勇气指令, diff --git a/OshimaModules/Items/GiftBox/礼包.cs b/OshimaModules/Items/GiftBox/礼包.cs index 1b8c2fb..be86206 100644 --- a/OshimaModules/Items/GiftBox/礼包.cs +++ b/OshimaModules/Items/GiftBox/礼包.cs @@ -291,7 +291,7 @@ namespace Oshima.FunGame.OshimaModules.Items { { General.GameplayEquilibriumConstant.InGameCurrency, 10000 }, { General.GameplayEquilibriumConstant.InGameMaterial, 100 }, - { Factory.OpenFactory.GetInstance(14515, "", []).Name, 1 } + { "YukiのCalfSocks-圣诞限定", 1 } }, remainUseTimes); } diff --git a/OshimaServers/Service/FunGameService.cs b/OshimaServers/Service/FunGameService.cs index c5b5339..6404212 100644 --- a/OshimaServers/Service/FunGameService.cs +++ b/OshimaServers/Service/FunGameService.cs @@ -312,7 +312,7 @@ namespace Oshima.FunGame.OshimaServers.Service } item.Skills.Active = magic; - Skill skill = Factory.OpenFactory.GetInstance(item.Id, "自适应超频模块", []); + Skill skill = Factory.OpenFactory.GetInstance(item.Id, "动态矩阵", []); GenerateAndAddEffectsToMagicCard(skill, str, agi, intelligence); skill.Level = 1;