Fix attacks by player and enemy

This commit is contained in:
2025-02-06 03:33:25 -08:00
parent 4e6c545e81
commit 0cdae88952
31 changed files with 231 additions and 64 deletions

View File

@@ -44,12 +44,6 @@ namespace GameJamDungeon
[Export]
public double FerrumResistance { get; set; }
[Export]
public ElementType SecondaryAttackElementalType { get; set; }
[Export]
public double SecondaryAttackElementalDamageBonus { get; set; } = 1.0;
[Export]
public float DropsSoulGemChance { get; set; } = 0.75f;
}