Refactor Enemy

This commit is contained in:
2025-02-06 01:58:36 -08:00
parent badc6d2375
commit 4e6c545e81
38 changed files with 581 additions and 589 deletions

View File

@@ -45,19 +45,10 @@ namespace GameJamDungeon
public double FerrumResistance { get; set; }
[Export]
public double TelluricDamageBonus { get; set; }
public ElementType SecondaryAttackElementalType { get; set; }
[Export]
public double AeolicDamageBonus { get; set; }
[Export]
public double BaseHydricDamageBonus { get; set; }
[Export]
public double IgneousDamageBonus { get; set; }
[Export]
public double FerrumDamageBonus { get; set; }
public double SecondaryAttackElementalDamageBonus { get; set; } = 1.0;
[Export]
public float DropsSoulGemChance { get; set; } = 0.75f;