HP Drain sigil (shura) implementation
Drains 15% of damage done but HP isn't restored by VT timer
This commit is contained in:
@@ -11,12 +11,18 @@ public interface ISigil
|
||||
[Export]
|
||||
public double MoveSpeedModifier { get; }
|
||||
|
||||
[Export]
|
||||
public bool AutoRevive { get; }
|
||||
|
||||
[Export]
|
||||
public ElementType ElementType { get; }
|
||||
|
||||
[Export]
|
||||
public ElementalResistanceSet ElementalResistanceSet { get; }
|
||||
|
||||
[Export] public SigilTag SigilTag { get; }
|
||||
}
|
||||
|
||||
public enum SigilTag
|
||||
{
|
||||
None,
|
||||
AutoRevive,
|
||||
HPDrain,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user