Files
JPMC-quant/reference.py
2026-02-02 18:37:45 +01:00

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",
]
}