1
1
export const traitDescriptions : Map < String , string > = new Map (
2
2
Object . entries ( {
3
+ 'absent-minded' :
4
+ 'gets lost in their thoughts and occasionally forget what they are doing, or where they are going' ,
3
5
active : 'is active' ,
4
6
Activities_Acting : 'activities related to acting' ,
5
7
Activities_Baking : 'baking activities' ,
@@ -363,6 +365,8 @@ export const traitDescriptions: Map<String, string> = new Map(
363
365
Chronicler : 'is a chronicler' ,
364
366
ClubPresident : 'is the Club President' ,
365
367
Clumsy : 'is clumsy' ,
368
+ 'Cold-Blooded' :
369
+ 'is very bold and manipulative, deceiving others with calm and focused demeanour' ,
366
370
ColdHearted : 'is cold-hearted' ,
367
371
Collector : 'is a Collector' ,
368
372
Color_Black : 'the color black' ,
@@ -602,6 +606,8 @@ export const traitDescriptions: Map<String, string> = new Map(
602
606
Highflier : 'is a highflier' ,
603
607
HighFlyer : 'is a High Flyer' ,
604
608
HighMaintenance : 'is high maintenance' ,
609
+ 'High-Spirited' : 'is very energetic and playful' ,
610
+ 'High-Strung' : 'gets tense often' ,
605
611
Hilarious : 'is hilarious' ,
606
612
HolidayTradition_FatherWinterBaby :
607
613
'is a special familial connection to Father Winter' ,
@@ -864,6 +870,7 @@ export const traitDescriptions: Map<String, string> = new Map(
864
870
Lifestyles_Techie : 'is a Techie' ,
865
871
Lifestyles_Technophobe : 'is a technophobe' ,
866
872
Lifestyles_Workaholic : 'is the Workaholic' ,
873
+ 'Light-Hearted' : 'is light-hearted' ,
867
874
LivingVicariously : 'is living vicariously' ,
868
875
Loner : 'is a loner' ,
869
876
Longevity : 'is the longevity trait' ,
@@ -1079,6 +1086,7 @@ export const traitDescriptions: Map<String, string> = new Map(
1079
1086
Savant : 'is a savant' ,
1080
1087
ScoutingAptitude : 'is a scouting aptitude' ,
1081
1088
SeasonedGamer : 'is a seasoned gamer' ,
1089
+ 'Short-temptered' : 'gets angry and tense quickly' ,
1082
1090
SeldomSleepy : 'is seldom sleepy' ,
1083
1091
SelfAbsorbed : 'is self-absorbed' ,
1084
1092
SelfAssured : 'is self-assured' ,
@@ -1096,7 +1104,8 @@ export const traitDescriptions: Map<String, string> = new Map(
1096
1104
SpeedReader : 'is a speed reader' ,
1097
1105
SpiceHound : 'is a Spice Hound' ,
1098
1106
Squeamish : 'is squeamish' ,
1099
- SteelBladder : 'is a Steel Bladder' ,
1107
+ SteelBladder : 'has the ability to hold their pee for a long time' ,
1108
+ 'Stone-hearted' : 'is indifferent and lacks understanding of emotions' ,
1100
1109
Stormchaser : 'is a storm chaser' ,
1101
1110
StovesAndGrillsMaster : 'is a Stove and Grill Master' ,
1102
1111
Strangerville_Infected : 'is Strangerville Infected' ,
@@ -1114,6 +1123,7 @@ export const traitDescriptions: Map<String, string> = new Map(
1114
1123
TheKnack : 'is The Knack trait' ,
1115
1124
TheMaster :
1116
1125
'is TheMaster, having supernatural control and the ability to always succeed with Command Powers on Vampire Offspring' ,
1126
+ 'Thrill-seeking' : 'is thrill-seeking' ,
1117
1127
Timid : 'is timid' ,
1118
1128
Toddler_Angelic : 'is angelic' ,
1119
1129
Toddler_Charmer : 'is a Toddler Charmer' ,
@@ -1218,6 +1228,8 @@ export const traitDescriptions: Map<String, string> = new Map(
1218
1228
Vegetarian : 'is a vegetarian' ,
1219
1229
Waterproof : 'is waterproof' ,
1220
1230
WebMaster : 'is a WebMaster' ,
1231
+ 'Well-Balanced' :
1232
+ 'is emotionally stable and good at handling negative emotions' ,
1221
1233
WerewolfPack_FriendA : 'is a Friend of the Werewolf Pack' ,
1222
1234
WerewolfPack_FriendB : 'is a friend of the Werewolf Pack' ,
1223
1235
WorldlyKnowledge : 'is knowledgeable in worldly matters' ,
0 commit comments