feat: 2e save character initial implementation WIP

2e is hidden behind url navigation hiding, so hoping that nobody found it yet.

Note: DB migration make this commit a bit risky!
This commit is contained in:
2024-02-14 17:34:20 +01:00
parent 8b3fa2fefa
commit 41e894cd42
39 changed files with 1987 additions and 365 deletions
+19 -2
View File
@@ -1,6 +1,6 @@
namespace Kemkas.Web.Db.Enums;
public enum Faj
public enum Faj1E
{
Ember = 0,
Amazon = 1,
@@ -14,4 +14,21 @@ public enum Faj
Felszerzet = 9,
Gnom = 10,
Torpe = 11,
}
}
public enum Faj2E
{
Ember = 0,
Amazon = 1,
Birodalmi = 2,
Nomad = 3,
Eszaki = 4,
Osember = 5,
Elf = 6,
Felelf = 7,
Felork = 8,
Felszerzet = 9,
Gnom = 10,
Torpe = 11,
}