From 495a5ea3ecb356acf4e176e9d89b4790e1d97a19 Mon Sep 17 00:00:00 2001 From: milimoe Date: Sat, 6 Sep 2025 04:11:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E8=A1=A1=E6=80=A7=E8=B0=83=E6=95=B4?= =?UTF-8?q?=EF=BC=9BBUG=E4=BF=AE=E5=A4=8D=EF=BC=9B=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=9B=B4=E5=A4=9A=E5=9B=9E=E5=90=88=E5=A5=96=E5=8A=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OshimaModules/Models/FunGameConstant.cs | 14 ++++++++++++++ OshimaModules/Regions/Players.cs | 4 ++-- .../oshima-studios/oshima.fungame.items.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/OshimaModules/Models/FunGameConstant.cs b/OshimaModules/Models/FunGameConstant.cs index f0036e7..01772d1 100644 --- a/OshimaModules/Models/FunGameConstant.cs +++ b/OshimaModules/Models/FunGameConstant.cs @@ -300,6 +300,20 @@ namespace Oshima.FunGame.OshimaModules.Models { "exatk", Math.Clamp(Random.Shared.NextDouble(), 0.15, 0.3) } } }, + { + EffectID.AccelerationCoefficient, + new() + { + { "exacc", 1 } + } + }, + { + EffectID.IgnoreEvade, + new() + { + { "p", 1 } + } + }, { EffectID.RecoverHP, new() diff --git a/OshimaModules/Regions/Players.cs b/OshimaModules/Regions/Players.cs index 92d08f2..23b31fb 100644 --- a/OshimaModules/Regions/Players.cs +++ b/OshimaModules/Regions/Players.cs @@ -240,11 +240,11 @@ namespace Oshima.FunGame.OshimaModules.Regions }; Item item = new 奖券(); store.AddItem(item, -1); - store.SetPrice(1, "共斗积分", 6); + store.SetPrice(1, "共斗积分", 3); store.Goods[1].Quota = 300; item = new 十连奖券(); store.AddItem(item, -1); - store.SetPrice(2, "共斗积分", 50); + store.SetPrice(2, "共斗积分", 25); store.Goods[2].Quota = 100; Item[] items = [.. FunGameConstant.CharacterLevelBreakItems.Union(FunGameConstant.SkillLevelUpItems).OrderBy(o => Random.Shared.Next()).Take(5)]; int i = 3; diff --git a/OshimaModules/configs/oshima-studios/oshima.fungame.items.json b/OshimaModules/configs/oshima-studios/oshima.fungame.items.json index c3d06f5..ff629f3 100644 --- a/OshimaModules/configs/oshima-studios/oshima.fungame.items.json +++ b/OshimaModules/configs/oshima-studios/oshima.fungame.items.json @@ -3356,7 +3356,7 @@ { "Id": 8032, "exint2": 0.18, - "shtr": -2, + "shtr": 2, "exdef2": -0.3 } ]