From dde0171a0b17b58e8a8080ad70be856765f76c3c Mon Sep 17 00:00:00 2001 From: milimoe Date: Mon, 2 Dec 2024 23:52:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=A5=E5=BE=AE=E9=99=8D=E4=BD=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OshimaModules/Skills/QWQAQW/破釜沉舟.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OshimaModules/Skills/QWQAQW/破釜沉舟.cs b/OshimaModules/Skills/QWQAQW/破釜沉舟.cs index f39306a..8706da2 100644 --- a/OshimaModules/Skills/QWQAQW/破釜沉舟.cs +++ b/OshimaModules/Skills/QWQAQW/破釜沉舟.cs @@ -15,7 +15,7 @@ namespace Oshima.FunGame.OshimaModules.Skills Effects.Add(new 破釜沉舟特效(this)); Effects.Add(new ExMaxHP2(this, new() { - { "exhp", -0.3 } + { "exhp", -0.2 } })); }