mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-12-05 16:16:35 +00:00
附属特效不显示在状态栏
This commit is contained in:
parent
1230b1afdb
commit
d6f84f9020
@ -16,7 +16,10 @@ namespace Oshima.FunGame.OshimaModules.Skills
|
|||||||
Effects.Add(new ExMaxHP2(this, new()
|
Effects.Add(new ExMaxHP2(this, new()
|
||||||
{
|
{
|
||||||
{ "exhp", -0.2 }
|
{ "exhp", -0.2 }
|
||||||
}));
|
})
|
||||||
|
{
|
||||||
|
ParentEffect = Effects.First()
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
public override IEnumerable<Effect> AddPassiveEffectToCharacter()
|
public override IEnumerable<Effect> AddPassiveEffectToCharacter()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user