Add more sigil component behavior

This commit is contained in:
2026-06-17 20:58:08 -07:00
parent 68a8769834
commit 30758cd28d
4 changed files with 74 additions and 16 deletions
@@ -8,9 +8,18 @@ public interface ISigil
[Export]
public double DamageModifier { get; }
[Export]
public double DefenseModifier { get; }
[Export]
public double MoveSpeedModifier { get; }
[Export]
public double HealAmountModifier { get; }
[Export]
public double VTDrainSpeedModifier { get; }
[Export]
public ElementType ElementType { get; }