Implement most jewels
This commit is contained in:
@@ -21,6 +21,8 @@ public interface IEquipmentComponent : IEntityComponent
|
||||
|
||||
public void UpdateEquipment(EquipableItem equipable);
|
||||
|
||||
public bool AugmentableEquipmentExists();
|
||||
|
||||
public int BonusAttack { get; }
|
||||
|
||||
public int BonusDefense { get; }
|
||||
|
||||
Reference in New Issue
Block a user