Fix data model for elemental damage and resistance
This commit is contained in:
@@ -7,4 +7,16 @@ public partial class ArmorInfo : InventoryItemInfo
|
||||
{
|
||||
[Export]
|
||||
public int Defense { get; set; }
|
||||
|
||||
[Export]
|
||||
public double TelluricResistance { get; set; }
|
||||
|
||||
[Export]
|
||||
public double AeolicResistance { get; set; }
|
||||
|
||||
[Export]
|
||||
public double HydricResistance { get; set; }
|
||||
|
||||
[Export]
|
||||
public double IgneousResistance { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user