Update items

This commit is contained in:
2024-09-16 01:05:15 -07:00
parent 660a5f5553
commit 55c521db3a
32 changed files with 480 additions and 142 deletions

View File

@@ -55,5 +55,8 @@ namespace GameJamDungeon
[Export]
public double FerrumDamageBonus { get; set; }
[Export]
public float DropsSoulGemChance { get; set; } = 0.75f;
}
}