File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
src/player/customCharacter/enum Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 44export 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}
You can’t perform that action at this time.
0 commit comments