略微降低

This commit is contained in:
milimoe 2024-12-02 23:52:45 +08:00
parent 34374a25ce
commit dde0171a0b
Signed by: milimoe
GPG Key ID: 05D280912DA6C69E

View File

@ -15,7 +15,7 @@ namespace Oshima.FunGame.OshimaModules.Skills
Effects.Add(new (this)); Effects.Add(new (this));
Effects.Add(new ExMaxHP2(this, new() Effects.Add(new ExMaxHP2(this, new()
{ {
{ "exhp", -0.3 } { "exhp", -0.2 }
})); }));
} }