Add curse element, increase throw speed/damage of Ciello

This commit is contained in:
2026-02-10 15:37:12 -08:00
parent 363ee1cd33
commit 2f377d2d7a
13 changed files with 193 additions and 176 deletions
@@ -63,6 +63,10 @@ public abstract partial class InventoryItemStats : Resource
[Save("equipment_holy_resist")]
public int HolyResistance { get; set; } = 0;
[Export]
[Save("equipment_curse_resist")]
public int CurseResistance { get; set; } = 0;
[Export(PropertyHint.Range, "0, 25, 0.1")]
[Save("equipment_throw_speed")]
public float ThrowSpeed { get; set; } = 12.0f;