add MasodlagosErtekek.tsx

This commit is contained in:
2023-08-14 15:01:18 +02:00
parent 4df3f5c834
commit 95c363ec90
11 changed files with 369 additions and 27 deletions
+2
View File
@@ -10,6 +10,8 @@ export enum Tulajdonsag {
Karizma = 't_kar',
}
export type KarakterTulajdonsagok = Record<Tulajdonsag, number>
export function TulajdonsagLabel(tul: Tulajdonsag) : string {
switch (tul) {
case Tulajdonsag.Bolcsesseg: return 'Bölcsesség';