og traits
This commit is contained in:
38
reference.py
Normal file
38
reference.py
Normal file
@@ -0,0 +1,38 @@
|
||||
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",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user