11export const traitDescriptions : Map < String , string > = new Map (
22 Object . entries ( {
3+ 'absent-minded' :
4+ 'gets lost in their thoughts and occasionally forget what they are doing, or where they are going' ,
35 active : 'is active' ,
46 Activities_Acting : 'activities related to acting' ,
57 Activities_Baking : 'baking activities' ,
@@ -363,6 +365,8 @@ export const traitDescriptions: Map<String, string> = new Map(
363365 Chronicler : 'is a chronicler' ,
364366 ClubPresident : 'is the Club President' ,
365367 Clumsy : 'is clumsy' ,
368+ 'Cold-Blooded' :
369+ 'is very bold and manipulative, deceiving others with calm and focused demeanour' ,
366370 ColdHearted : 'is cold-hearted' ,
367371 Collector : 'is a Collector' ,
368372 Color_Black : 'the color black' ,
@@ -602,6 +606,8 @@ export const traitDescriptions: Map<String, string> = new Map(
602606 Highflier : 'is a highflier' ,
603607 HighFlyer : 'is a High Flyer' ,
604608 HighMaintenance : 'is high maintenance' ,
609+ 'High-Spirited' : 'is very energetic and playful' ,
610+ 'High-Strung' : 'gets tense often' ,
605611 Hilarious : 'is hilarious' ,
606612 HolidayTradition_FatherWinterBaby :
607613 'is a special familial connection to Father Winter' ,
@@ -864,6 +870,7 @@ export const traitDescriptions: Map<String, string> = new Map(
864870 Lifestyles_Techie : 'is a Techie' ,
865871 Lifestyles_Technophobe : 'is a technophobe' ,
866872 Lifestyles_Workaholic : 'is the Workaholic' ,
873+ 'Light-Hearted' : 'is light-hearted' ,
867874 LivingVicariously : 'is living vicariously' ,
868875 Loner : 'is a loner' ,
869876 Longevity : 'is the longevity trait' ,
@@ -1079,6 +1086,7 @@ export const traitDescriptions: Map<String, string> = new Map(
10791086 Savant : 'is a savant' ,
10801087 ScoutingAptitude : 'is a scouting aptitude' ,
10811088 SeasonedGamer : 'is a seasoned gamer' ,
1089+ 'Short-temptered' : 'gets angry and tense quickly' ,
10821090 SeldomSleepy : 'is seldom sleepy' ,
10831091 SelfAbsorbed : 'is self-absorbed' ,
10841092 SelfAssured : 'is self-assured' ,
@@ -1096,7 +1104,8 @@ export const traitDescriptions: Map<String, string> = new Map(
10961104 SpeedReader : 'is a speed reader' ,
10971105 SpiceHound : 'is a Spice Hound' ,
10981106 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' ,
11001109 Stormchaser : 'is a storm chaser' ,
11011110 StovesAndGrillsMaster : 'is a Stove and Grill Master' ,
11021111 Strangerville_Infected : 'is Strangerville Infected' ,
@@ -1114,6 +1123,7 @@ export const traitDescriptions: Map<String, string> = new Map(
11141123 TheKnack : 'is The Knack trait' ,
11151124 TheMaster :
11161125 'is TheMaster, having supernatural control and the ability to always succeed with Command Powers on Vampire Offspring' ,
1126+ 'Thrill-seeking' : 'is thrill-seeking' ,
11171127 Timid : 'is timid' ,
11181128 Toddler_Angelic : 'is angelic' ,
11191129 Toddler_Charmer : 'is a Toddler Charmer' ,
@@ -1218,6 +1228,8 @@ export const traitDescriptions: Map<String, string> = new Map(
12181228 Vegetarian : 'is a vegetarian' ,
12191229 Waterproof : 'is waterproof' ,
12201230 WebMaster : 'is a WebMaster' ,
1231+ 'Well-Balanced' :
1232+ 'is emotionally stable and good at handling negative emotions' ,
12211233 WerewolfPack_FriendA : 'is a Friend of the Werewolf Pack' ,
12221234 WerewolfPack_FriendB : 'is a friend of the Werewolf Pack' ,
12231235 WorldlyKnowledge : 'is knowledgeable in worldly matters' ,
0 commit comments