Skip to content

Commit 8199f65

Browse files
committed
add new characters ids
1 parent f059001 commit 8199f65

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/player/customCharacter/enum/characterId.enum.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
export enum CharacterId {
55
Racist_101 = '101',
66
BodyBuilder_102 = '102',
7+
PTSD_103 = '103',
78
Bully_104 = '104',
9+
Arrogance_105 = '105',
10+
Depression_106 = '106',
811

912
Joker_201 = '201',
1013
Prankster_202 = '202',
@@ -13,6 +16,10 @@ export enum CharacterId {
1316

1417
CaseHardened_301 = '301',
1518
Pleasing_302 = '302',
19+
Legalism_303 = '303',
20+
Fasionism_304 = '304',
21+
Maternal_Fixation_305 = '305',
22+
Superstitious_306 = '306',
1623

1724
Provocateur_401 = '401',
1825
Scapegoat_402 = '402',
@@ -21,12 +28,20 @@ export enum CharacterId {
2128

2229
Glutton_501 = '501',
2330
Alcoholic_502 = '502',
31+
Anorexia_503 = '503',
32+
Stoner_504 = '504',
2433
Martyrdom_505 = '505',
34+
Self_Harm_506 = '506',
2535

2636
SoulSisters_601 = '601',
2737
Limerence_602 = '602',
2838
WakefulnessEvader_603 = '603',
39+
Tribalism_604 = '604',
40+
Gangism_605 = '605',
2941

3042
Wiseacre_701 = '701',
43+
Capitalism_702 = '702',
3144
Ocd_703 = '703',
45+
// Overcomplication_704 = '704',
46+
// Nitpicking_705 = '705',
3247
}

0 commit comments

Comments
 (0)