mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2026-01-19 14:08:23 +00:00
更新礼包
This commit is contained in:
parent
f3c247076b
commit
c3af1fbbde
@ -28,8 +28,8 @@
|
||||
|
||||
public enum CardPackModuleType
|
||||
{
|
||||
魔法组,
|
||||
自适应超频模块,
|
||||
魔法技能组,
|
||||
动态矩阵,
|
||||
同频共振,
|
||||
神经校准,
|
||||
勇气指令,
|
||||
|
||||
@ -291,7 +291,7 @@ namespace Oshima.FunGame.OshimaModules.Items
|
||||
{
|
||||
{ General.GameplayEquilibriumConstant.InGameCurrency, 10000 },
|
||||
{ General.GameplayEquilibriumConstant.InGameMaterial, 100 },
|
||||
{ Factory.OpenFactory.GetInstance<Item>(14515, "", []).Name, 1 }
|
||||
{ "YukiのCalfSocks-圣诞限定", 1 }
|
||||
}, remainUseTimes);
|
||||
}
|
||||
|
||||
|
||||
@ -312,7 +312,7 @@ namespace Oshima.FunGame.OshimaServers.Service
|
||||
}
|
||||
item.Skills.Active = magic;
|
||||
|
||||
Skill skill = Factory.OpenFactory.GetInstance<Skill>(item.Id, "自适应超频模块", []);
|
||||
Skill skill = Factory.OpenFactory.GetInstance<Skill>(item.Id, "动态矩阵", []);
|
||||
GenerateAndAddEffectsToMagicCard(skill, str, agi, intelligence);
|
||||
|
||||
skill.Level = 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user