Enemy viewer revamp, loading screen improvement

This commit is contained in:
2025-12-05 16:30:13 -08:00
parent f39bd8ecdb
commit 678916be89
61 changed files with 1109 additions and 657 deletions

View File

@@ -10,4 +10,24 @@ public partial class EnemyLoreInfo : Resource
[Export]
public string Description { get; set; }
[Export]
public string MaximumHP { get; set; }
[Export] public string ATK { get; set; }
[Export] public string DEF { get; set; }
[Export]
public string Affinity { get; set; }
[Export]
public string Weakness { get; set; }
[Export]
public string Drop1 { get; set; }
[Export]
public string Drop2 { get; set; }
}