Add curse element, increase throw speed/damage of Ciello
This commit is contained in:
@@ -33,5 +33,9 @@ public partial class ArmorStats : InventoryItemStats
|
||||
[Save("armor_holy_resistance")]
|
||||
private double _holyResistance { get; set; } = 0;
|
||||
|
||||
public ElementalResistanceSet ElementalResistanceSet => new ElementalResistanceSet(_aeolicResistance, _hydricResistance, _igneousResistance, _ferrumResistance, _telluricResistance, _holyResistance);
|
||||
[Export]
|
||||
[Save("armor_curse_resistance")]
|
||||
private double _curseResistance { get; set; } = 0;
|
||||
|
||||
public ElementalResistanceSet ElementalResistanceSet => new ElementalResistanceSet(_aeolicResistance, _hydricResistance, _igneousResistance, _ferrumResistance, _telluricResistance, _holyResistance, _curseResistance);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user