38 lines
755 B
Python
38 lines
755 B
Python
ORIGINAL_CHARACTER_TRAITS = {
|
|
"the_familiar_friend": [
|
|
"Warm",
|
|
"Friendly",
|
|
"Approachable",
|
|
"Familiar",
|
|
"Casual",
|
|
"Appreciative",
|
|
"Benevolent",
|
|
],
|
|
"the_coach": [
|
|
"Empowering",
|
|
"Encouraging",
|
|
"Caring",
|
|
"Positive",
|
|
"Optimistic",
|
|
"Guiding",
|
|
"Reassuring",
|
|
],
|
|
"the_personal_assistant": [
|
|
"Forward-thinking",
|
|
"Progressive",
|
|
"Cooperative",
|
|
"Intentional",
|
|
"Resourceful",
|
|
"Attentive",
|
|
"Adaptive",
|
|
],
|
|
"the_bank_teller": [
|
|
"Patient",
|
|
"Grounded",
|
|
"Down-to-earth",
|
|
"Stable",
|
|
"Formal",
|
|
"Balanced",
|
|
"Efficient",
|
|
]
|
|
} |