Expand character helper fact fields
This commit is contained in:
@@ -251,9 +251,14 @@ class DumasImageNodeTests(unittest.TestCase):
|
||||
image2_picture_id="3",
|
||||
character_id="char_dave",
|
||||
name="Dave",
|
||||
alias="The Locksmith",
|
||||
pronouns="he/him",
|
||||
age="41",
|
||||
nationality="English",
|
||||
occupation="a detective",
|
||||
height_feet="6",
|
||||
height_inches="2",
|
||||
accent="northern English",
|
||||
accent="English",
|
||||
general="wears a long grey coat",
|
||||
)
|
||||
|
||||
@@ -266,8 +271,13 @@ class DumasImageNodeTests(unittest.TestCase):
|
||||
"<Picture 2> is the primary full-body reference for Dave.\n"
|
||||
"<Picture 3> is a frontal facial reference for Dave.\n"
|
||||
'The character ID string is "char_dave".\n'
|
||||
"Dave is also known as The Locksmith.\n"
|
||||
"Dave uses he/him pronouns.\n"
|
||||
"Dave is 41 years old.\n"
|
||||
"Dave is English.\n"
|
||||
"Dave works as a detective.\n"
|
||||
"Dave is 6 feet 2 inches tall.\n"
|
||||
"Dave has a northern English accent.\n"
|
||||
"Dave speaks in an English accent.\n"
|
||||
"wears a long grey coat."
|
||||
),
|
||||
)
|
||||
@@ -284,6 +294,11 @@ class DumasImageNodeTests(unittest.TestCase):
|
||||
image2_picture_id="6",
|
||||
character_id="",
|
||||
name="",
|
||||
alias="",
|
||||
pronouns="",
|
||||
age="unknown",
|
||||
nationality="",
|
||||
occupation="",
|
||||
height_feet="",
|
||||
height_inches="",
|
||||
accent="",
|
||||
|
||||
Reference in New Issue
Block a user