Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some patrol fixes #2602

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
31ff07d
pronoun fixes for forest border patrols (any)
j-gynn Jul 31, 2024
2a57851
more checks
j-gynn Aug 1, 2024
091e7b2
proofread
j-gynn Aug 1, 2024
172d06f
assorted fixes from sort of everywhere
j-gynn Aug 1, 2024
0f32b8f
more assorted fixes from sort of everywhere
j-gynn Aug 1, 2024
9864fd0
uncommitting the test file my bad
j-gynn Aug 1, 2024
de04d72
an inexplicable question mark yeeted
j-gynn Aug 1, 2024
fb1f7c9
Update resources/dicts/relationship_events/normal_interactions/platon…
j-gynn Aug 1, 2024
b240faa
Requested fixes
j-gynn Aug 2, 2024
b92e765
Merge remote-tracking branch 'origin/pronounify-all-the-things' into …
j-gynn Aug 2, 2024
d44bcc3
Did somebody say "even more fixes?"
j-gynn Aug 2, 2024
b48ea43
buuugfix
j-gynn Aug 2, 2024
7ccc95b
Merge branch 'refs/heads/development' into pronounify-all-the-things
j-gynn Aug 19, 2024
fc7857e
new_cat.json corrected
j-gynn Aug 19, 2024
fe1ae9c
more fixes
j-gynn Aug 19, 2024
46799f3
patrols/hunting.json and most of medcat.json fixed
j-gynn Aug 24, 2024
b652f80
fixed pronoun tag error oops
j-gynn Aug 24, 2024
927167d
Apply suggestions from code review
j-gynn Aug 24, 2024
ed5b7b2
Update resources/dicts/events/death/general.json
j-gynn Aug 24, 2024
f90cbfd
revision fixes
j-gynn Aug 24, 2024
122c3ff
Update resources/dicts/patrols/plains/hunting/greenleaf.json
j-gynn Aug 24, 2024
fbf22c9
All text is correctly capitalised for first-letter-of-sentence shenan…
j-gynn Sep 4, 2024
e9e11e7
finished checking training.json
j-gynn Sep 4, 2024
afe2997
Merge branch 'refs/heads/development' into pronounify-all-the-things
j-gynn Sep 4, 2024
48621c4
more pronoun checks. i am so burnt out.
j-gynn Sep 4, 2024
7f4ac3f
Merge branch 'development' into pronounify-all-the-things
scribblecrumb Sep 23, 2024
c2b5e6b
Update resources/dicts/patrols/wetlands/hunting/any.json
scribblecrumb Sep 23, 2024
3f3e2dd
fixing missing caps
scribblecrumb Sep 23, 2024
71880e3
Merge remote-tracking branch 'upstream/development' into pr/2602
scribblecrumb Sep 23, 2024
ef2f290
hopefully fixing pronoun test
scribblecrumb Sep 23, 2024
56e5b34
pronoun tag fix
scribblecrumb Sep 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions resources/dicts/acc_display.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,21 +57,24 @@
"default": "herb-covered pelt",
"plural": "herbs",
"singular": "bunch of herbs",
"comment": ["just 'herb' sounds wrong, since the acc is visually multiple leaves on the cat. so i've structured",
"comment": [
"just 'herb' sounds wrong, since the acc is visually multiple leaves on the cat. So i've structured",
"this in a way that allows it to sound correct when used for the singular_acc abbreviation"]
},
"PETALS": {
"default": "petal-covered pelt",
"plural": "petals",
"singular": "bunch of petals",
"comment": ["just 'petal' sounds wrong, since the acc is visually multiple petals on the cat. so i've structured",
"comment": [
"just 'petal' sounds wrong, since the acc is visually multiple petals on the cat. So i've structured",
"this in a way that allows it to sound correct when used for the singular_acc abbreviation"]
},
"DRY HERBS": {
"default": "herb-covered pelt",
"plural": "dry herbs",
"singular": "bunch of dry herbs",
"comment": ["just 'dry herb' sounds wrong, since the acc is visually multiple leaves on the cat. so i've structured",
"comment": [
"just 'dry herb' sounds wrong, since the acc is visually multiple leaves on the cat. So i've structured",
"this in a way that allows it to sound correct when used for the singular_acc abbreviation"]
},
"DRY CATMINT": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"lost a leg": [
"As m_c sleeps under the influence of poppyseed, r_c prepares for the grim task of removing {PRONOUN/m_c/poss} burned leg before the festering illness in it can spread to the rest of {PRONOUN/m_c/object}.",
"r_c informs m_c that the harsh burn has rendered {PRONOUN/m_c/poss} leg nearly useless. It will be better in the long run to remove the limb entirely.",
"The absence of m_c's leg is just so much less painful than the horrible burns. {PRONOUN/m_c/subject} {VERB/m_c/feel/feels} almost guilty, but it feels so much better now that it's impossible not to be relieved."
"The absence of m_c's leg is just so much less painful than the horrible burns. {PRONOUN/m_c/subject/CAP} {VERB/m_c/feel/feels} almost guilty, but it feels so much better now that it's impossible not to be relieved."

],
"one bad eye": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"m_c picks {PRONOUN/m_c/self} up out of {PRONOUN/m_c/poss} nest and begins the day anew, a fresh conviction in {PRONOUN/m_c/poss} heart."
],
"carrionplace disease": [
"The stench coming from m_c is finally fading. {PRONOUN/m_c/subject}{VERB/m_c/'ve/s} recovered from carrionplace disease.",
"The stench coming from m_c is finally fading. {PRONOUN/m_c/subject/CAP}{VERB/m_c/'ve/s} recovered from carrionplace disease.",
"Against all odds, m_c has recovered from carrionplace disease."
],
"malnourished": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"rat bite": {
"an infected wound": [
"r_c talks as {PRONOUN/r_c/subject} {VERB/r_c/apply/applies} a strange paste to m_c's rat bite. {PRONOUN/r_c/subject} tells {PRONOUN/m_c/object} that this will be a daily routine because it's becoming infected.",
"r_c talks as {PRONOUN/r_c/subject} {VERB/r_c/apply/applies} a strange paste to m_c's rat bite. {PRONOUN/r_c/subject/CAP} {VERB/r_c/tell/tells} {PRONOUN/m_c/object} that this will be a daily routine because it's becoming infected.",
"It seems inevitable that all rat bites are nasty, so m_c isn't really surprised when {PRONOUN/m_c/inposs} starts to show signs of infection."

],
Expand Down Expand Up @@ -200,7 +200,7 @@
},
"broken back": {
"an infected wound": [
"r_c does {PRONOUN/r_c/poss} best to further prop up m_c's body. {PRONOUN/r_c/subject} {VERB/r_c/feel/feels} growing concern at the rancid smell coming from the broken and twisted part of m_c's back.",
"r_c does {PRONOUN/r_c/poss} best to further prop up m_c's body. {PRONOUN/r_c/subject/CAP} {VERB/r_c/feel/feels} growing concern at the rancid smell coming from the broken and twisted part of m_c's back.",
"m_c can smell the infection from {PRONOUN/m_c/poss} back and feels the fever coming over {PRONOUN/m_c/self}. This injury feels less survivable by the day."
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"m_c growls as another wave of pain hits {PRONOUN/m_c/object}. It's on-and-off and herbs have been helping, but StarClan help {PRONOUN/m_c/object}, having so many headaches gets annoying."
],
"severe headache": [
"r_c sees m_c headed towards the medicine cat den, wincing with every step. {PRONOUN/r_c/subject} {VERB/r_c/duck/ducks} inside to prepare a nest for {PRONOUN/m_c/object} in the darkest, quietest corner possible.",
"r_c sees m_c headed towards the medicine cat den, wincing with every step. {PRONOUN/r_c/subject/CAP} {VERB/r_c/duck/ducks} inside to prepare a nest for {PRONOUN/m_c/object} in the darkest, quietest corner possible.",
"m_c wakes up with pounding head pain and horrible light sensitivity. {PRONOUN/m_c/subject/CAP} {VERB/m_c/curl/curls} up as tightly as {PRONOUN/m_c/subject} can in {PRONOUN/m_c/poss} nest, screwing {PRONOUN/m_c/poss} eyes shut and flattening {PRONOUN/m_c/poss} ears. There's no way {PRONOUN/m_c/subject} can work today."
]
}
Expand Down
6 changes: 3 additions & 3 deletions resources/dicts/events/ceremonies/ceremony-master.json
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@
"general_backstory",
"all_traits"
],
"m_c sits beside {PRONOUN/m_c/poss} new mentor (mentor) as the meeting comes to a close. {PRONOUN/m_c/subject} claws dig into the ground as {PRONOUN/m_c/subject} {VERB/m_c/glare/glares} up at the sky, wondering why dead_par1 and dead_par2 couldn't be there with {PRONOUN/m_c/object} at such an important moment."
"m_c sits beside {PRONOUN/m_c/poss} new mentor (mentor) as the meeting comes to a close. {PRONOUN/m_c/poss/CAP} claws dig into the ground as {PRONOUN/m_c/subject} {VERB/m_c/glare/glares} up at the sky, wondering why dead_par1 and dead_par2 couldn't be there with {PRONOUN/m_c/object} at such an important moment."
],
"app_51": [
[
Expand Down Expand Up @@ -1147,7 +1147,7 @@
"arrogant",
"rebellious"
],
"Right after {PRONOUN/m_c/poss} medicine cat apprentice ceremony, m_c declares that {PRONOUN/m_c/subject} won't hesitate to tell (mentor) if {PRONOUN/(mentor)/subject}{VERB/(mentor)/'re/'s} being a mousebrain. All the other cats immediately gasp and look to (mentor)'s reaction. They relax as {PRONOUN/(mentor)/subject} only {VERB/(mentor)/laugh/laughs} and says that m_c better prove that {PRONOUN/m_c/subject} {VERB/m_c/have/has} the skills to back that up."
"Right after {PRONOUN/m_c/poss} medicine cat apprentice ceremony, m_c declares that {PRONOUN/m_c/subject} won't hesitate to tell (mentor) if {PRONOUN/(mentor)/subject}{VERB/(mentor)/'re/'s} being a mouse-brain. All the other cats immediately gasp and look to (mentor)'s reaction. They relax as {PRONOUN/(mentor)/subject} only {VERB/(mentor)/laugh/laughs} and says that m_c better prove that {PRONOUN/m_c/subject} {VERB/m_c/have/has} the skills to back that up."
],
"med_app_27": [
[
Expand Down Expand Up @@ -1876,7 +1876,7 @@
"general_backstory",
"thoughtful"
],
"Even though this is {PRONOUN/m_c/poss} medicine cat naming ceremony, (old_name) can only think about {PRONOUN/m_c/poss} Clanmates back at camp. {PRONOUN/m_c/subject} {VERB/m_c/ask/asks} if {PRONOUN/m_c/subject} can return early after {PRONOUN/m_c/subject} {VERB/m_c/get/gets} {PRONOUN/m_c/poss} name of m_c."
"Even though this is {PRONOUN/m_c/poss} medicine cat naming ceremony, (old_name) can only think about {PRONOUN/m_c/poss} Clanmates back at camp. {PRONOUN/m_c/subject/CAP} {VERB/m_c/ask/asks} if {PRONOUN/m_c/subject} can return early after {PRONOUN/m_c/subject} {VERB/m_c/get/gets} {PRONOUN/m_c/poss} name of m_c."
],
"med_41": [
[
Expand Down
2 changes: 1 addition & 1 deletion resources/dicts/events/death/beach.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
],
"tags": [],
"weight": 20,
"event_text": "m_c couldn't speak, yell for help, or beg StarClan to give {PRONOUN/m_c/subject} a sign they were still with {PRONOUN/m_c/object}, {PRONOUN/m_c/poss} tongue having swelled up inside {PRONOUN/m_c/poss} dried mouth. As m_c collapses, feeling {PRONOUN/m_c/poss} body internally shut down because of dehydration and heat exhaustion, {PRONOUN/m_c/subject} pray that {PRONOUN/m_c/poss} Clanmates locate m_c's body before {PRONOUN/m_c/subject} {VERB/m_c/become/becomes} unrecognizable under the sun.",
"event_text": "m_c couldn't speak, yell for help, or beg StarClan to give {PRONOUN/m_c/subject} a sign they were still with {PRONOUN/m_c/object}, {PRONOUN/m_c/poss} tongue having swelled up inside {PRONOUN/m_c/poss} dried mouth. As m_c collapses, feeling {PRONOUN/m_c/poss} body internally shut down because of dehydration and heat exhaustion, {PRONOUN/m_c/subject} {VERB/m_c/pray/prays} that {PRONOUN/m_c/poss} Clanmates locate m_c's body before {PRONOUN/m_c/subject} {VERB/m_c/become/becomes} unrecognizable under the sun.",
"m_c": {
"age": [
"adolescent"
Expand Down
8 changes: 4 additions & 4 deletions resources/dicts/events/death/general.json
Original file line number Diff line number Diff line change
Expand Up @@ -4394,7 +4394,7 @@
},
"history": [{
"cats": ["m_c"],
"reg_death": "m_c was killed by an o_c_n apprentice.",
"reg_death": "m_c was killed by a o_c_n apprentice.",
"lead_death": "fought an apprentice from o_c_n"
}],
"other_clan": {
Expand All @@ -4413,7 +4413,7 @@
],
"tags": [],
"weight": 20,
"event_text": "m_c died trying to save an o_c_n apprentice.",
"event_text": "m_c died trying to save a o_c_n apprentice.",
"m_c": {
"age": [
"young adult",
Expand Down Expand Up @@ -5917,7 +5917,7 @@
"sub_type": ["war", "murder"],
"tags": [],
"weight": 20,
"event_text": "r_c stands back and watches as the o_c_n deputy kills m_c. r_c could probably have prevented it, but instead {PRONOUN/r_c/subject} turn and pretend {PRONOUN/r_c/subject} saw nothing.",
"event_text": "r_c stands back and watches as the o_c_n deputy kills m_c. r_c could probably have prevented it. Instead, {PRONOUN/r_c/subject} {VERB/r_c/turn/turns} and {VERB/r_c/pretend/pretends} {PRONOUN/r_c/subject} saw nothing.",
"m_c": {
"status": ["apprentice", "warrior", "deputy", "leader"],
"not_skill": ["FIGHTER,2"],
Expand Down Expand Up @@ -5994,7 +5994,7 @@
"sub_type": ["murder"],
"tags": ["lives_remain"],
"weight": 30,
"event_text": "r_c attempts to take what remains of m_c's lives, but a warning from StarClan gives {PRONOUN/m_c/object} enough information to avoid such a fate. {PRONOUN/m_c/subject} still lose a life, but at least {PRONOUN/m_c/subject} manage take r_c down with {PRONOUN/m_c/object}.",
"event_text": "r_c attempts to take what remains of m_c's lives, but a warning from StarClan gives {PRONOUN/m_c/object} enough information to avoid such a fate. {PRONOUN/m_c/subject/CAP} still {VERB/m_c/lose/loses} a life, but at least {PRONOUN/m_c/subject} {VERB/m_c/manage/manages} to take r_c down with {PRONOUN/m_c/object}.",
"m_c": {
"status": ["leader"],
"skill": ["OMEN,1", "DREAM,1", "PROPHET,1", "GHOST,2", "STAR,1"],
Expand Down
4 changes: 2 additions & 2 deletions resources/dicts/events/injury/beach.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
"history": [
{
"cats": ["m_c"],
"scar": "m_c was scarred as a kit, when a pelican tried to carry {PRONOUN/m_c/object} off.",
"scar": "m_c was scarred as a kit when a pelican tried to carry {PRONOUN/m_c/object} off.",
"reg_death": "m_c died from {PRONOUN/m_c/poss} wounds after a pelican tried to carry {PRONOUN/m_c/object} off."
}
],
Expand Down Expand Up @@ -398,7 +398,7 @@
"history": [
{
"cats": ["m_c"],
"scar": "m_c was scarred as a kit, when a snake bit {PRONOUN/m_c/object}.",
"scar": "m_c was scarred as a kit when a snake bit {PRONOUN/m_c/object}.",
"reg_death": "m_c died from {PRONOUN/m_c/poss} wounds after a snake bit {PRONOUN/m_c/object}."
}
]
Expand Down
8 changes: 4 additions & 4 deletions resources/dicts/events/injury/general.json
Original file line number Diff line number Diff line change
Expand Up @@ -7009,9 +7009,9 @@
"cats": [
"m_c"
],
"scar": "m_c was scarred after falling into an o_c_n trap.",
"reg_death": "m_c died after falling into an o_c_n trap.",
"lead_death": "died after falling into an o_c_n trap"
"scar": "m_c was scarred after falling into a o_c_n trap.",
"reg_death": "m_c died after falling into a o_c_n trap.",
"lead_death": "died after falling into a o_c_n trap"
}
],
"other_clan": {
Expand All @@ -7033,7 +7033,7 @@
"war"
],
"weight": 20,
"event_text": "During a skirmish, m_c bounds into battle against an o_c_n warrior, protecting r_c from a powerful blow. m_c bears the brunt of the strike, and r_c helps them back to camp.",
"event_text": "During a skirmish, m_c bounds into battle against a o_c_n warrior, protecting r_c from a powerful blow. m_c bears the brunt of the strike, and r_c helps them back to camp.",
"m_c": {
"status": [
"apprentice",
Expand Down
8 changes: 4 additions & 4 deletions resources/dicts/events/misc/general.json
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@
"location": ["any"],
"season": ["newleaf"],
"weight": 5,
"event_text": "m_c sits still as r_c helps remove some leftover Leaf-bare fluff from the back of {PRONOUN/m_c/poss} neck.",
"event_text": "m_c sits still as r_c helps remove some leftover leaf-bare fluff from the back of {PRONOUN/m_c/poss} neck.",
"m_c": {
"age": ["young adult", "adult", "senior adult","senior"],
"relationship_status": ["mates"]
Expand Down Expand Up @@ -1828,7 +1828,7 @@
"location": ["any"],
"season": ["any"],
"weight": 15,
"event_text": "m_c was seen chasing a kittypet off of the territory.",
"event_text": "m_c was seen chasing a kittypet off of the territory.",
"m_c": {
"age": ["adolescent", "young adult", "adult", "senior adult", "senior"]
},
Expand Down Expand Up @@ -2079,7 +2079,7 @@
"location": ["any"],
"season": ["any"],
"weight": 10,
"event_text":"m_c was seen chasing a rogue off of the territory.",
"event_text": "m_c was seen chasing a rogue off of the territory.",
"m_c": {
"age": ["adolescent", "young adult", "adult", "senior adult", "senior"],
"status": ["apprentice", "warrior", "deputy", "leader", "medicine cat"]
Expand Down Expand Up @@ -3867,7 +3867,7 @@
"season": ["leaf-bare"],
"sub_type": ["accessory"],
"weight": 10,
"event_text": "m_c finds a stray acc_singular in its last moments of life leading them to a new herb gathering spot before {PRONOUN/m_c/subject} {VERB/m_c/have/has} never found before. It gives a final flutter before it gently decends to the ground. Is it a sign from StarClan, or a coincidence? m_c doesnt know but {PRONOUN/m_c/subject} {VERB/m_c/decide/decides} to keep it with {PRONOUN/m_c/object} in its honor.",
"event_text": "A stray acc_singular in its last moments of life leads m_c to a new herb gathering spot {PRONOUN/m_c/subject} {VERB/m_c/have/has} never found before. It gives a final flutter before it gently descends to the ground. Is it a sign from StarClan, or a coincidence? m_c doesn't know, but {PRONOUN/m_c/subject} {VERB/m_c/decide/decides} to keep it with {PRONOUN/m_c/object} in its honor.",
"new_accessory": ["BLACK CICADA", "CICADA WINGS", "ROSY MOTH WINGS", "MORPHO BUTTERFLY", "MONARCH BUTTERFLY"],
"m_c": {
"age": ["adolescent", "young adult", "adult", "senior adult", "senior"],
Expand Down
2 changes: 1 addition & 1 deletion resources/dicts/events/misc/mountainous.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"season": ["leaf-bare"],
"tags": ["clan:kitten"],
"weight": 30,
"event_text": "Through the long, cold night, m_c brings the young cats of the Clan with {PRONOUN/m_c/object} down the tunnels. {PRONOUN/m_c/poss} words paint an enchanting picture of the ancestors of c_n as {PRONOUN/m_c/subject} {VERB/m_c/point/points} out the red pawprints of long dead heroes and villains, telling the Clan's triumphs and failures.",
"event_text": "Through the long, cold night, m_c brings the young cats of the Clan with {PRONOUN/m_c/object} down the tunnels. {PRONOUN/m_c/poss/CAP} words paint an enchanting picture of the ancestors of c_n as {PRONOUN/m_c/subject} {VERB/m_c/point/points} out the red pawprints of long dead heroes and villains, telling the Clan's triumphs and failures.",
"m_c": {
"age": ["any"],
"status": ["medicine cat", "elder"],
Expand Down
2 changes: 1 addition & 1 deletion resources/dicts/events/war.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"o_c_n's surprise attacks on c_n have been increasing significantly lately.",
"c_n's surprise attacks on o_c_n have been increasing significantly lately.",
"Even small sparks of disagreement between o_c_n and c_n can set off a huge battle.",
"c_n's cats can't stop themselves from instinctively unsheathing their claws upon encountering an o_c_n cat."
"c_n's cats can't stop themselves from instinctively unsheathing their claws upon encountering a o_c_n cat."
]
},
"conclusion_events": [
Expand Down
6 changes: 3 additions & 3 deletions resources/dicts/lead_ceremony_df.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@
"stubbornness", "authority"]
},
{
"text": "r_c dips {PRONOUN/r_c/poss} head in greeting. Energy surges through m_c's pelt as {PRONOUN/m_c/subject} {VERB/m_c/receive/receives} a life for [virtue]. {PRONOUN/r_c/subject/CAP} {VERB/r_c/reassure/reassures} m_c that {PRONOUN/m_c/subject} {VERB/m_c/are/is} almost done.",
"text": "r_c dips {PRONOUN/r_c/poss} head in greeting. Energy surges through m_c's pelt as {PRONOUN/m_c/subject} {VERB/m_c/receive/receives} a life for [virtue]. {PRONOUN/r_c/subject/CAP} {VERB/r_c/reassure/reassures} m_c that {PRONOUN/m_c/subject} {VERB/m_c/are/is} almost done.",
"virtue": ["ambition", "bravery", "certainty", "clear judgement", "confidence", "courage", "determination", "endurance", "farsightedness", "instincts", "strength", "ferocity", "cunning", "shamelessness", "zealotry", "bloodlust", "restless energy",
"stubbornness", "authority"]
}
Expand Down Expand Up @@ -601,7 +601,7 @@
"stubbornness", "authority"]
},
{
"text": "r_c only watches the new leader with a rather forlorn look before giving {PRONOUN/r_c/object} a life for [virtue]. m_c didn't even have a chance to talk to the dark forest cat before {PRONOUN/r_c/subject} vanished into smoke.",
"text": "r_c only watches the new leader with a rather forlorn look before giving {PRONOUN/r_c/object} a life for [virtue]. m_c didn't even have a chance to talk to the Dark Forest cat before {PRONOUN/r_c/subject} vanished into smoke.",
"virtue": ["ambition", "bravery", "certainty", "clear judgment", "confidence", "courage",
"determination", "endurance", "farsightedness", "instincts", "strength", "ferocity", "cunning", "shamelessness", "zealotry", "bloodlust", "restless energy",
"stubbornness", "authority"]
Expand Down Expand Up @@ -886,7 +886,7 @@
"rank": ["warrior", "deputy"],
"life_giving": [
{
"text": "Such a theatric attitude had no place in the Dark Forest. But the gloom-covered spirit of r_c gives m_c a life for [virtue] with silent contempt in {PRONOUN/r_c/poss} eyes regardless of {PRONOUN/r_c/poss} feelings on the matter.",
"text": "Such a theatric attitude had no place in the Dark Forest. But the gloom-covered spirit of r_c gives m_c a life for [virtue] with silent contempt in {PRONOUN/r_c/poss} eyes regardless of {PRONOUN/r_c/poss} feelings on the matter.",
"virtue": ["ambition", "bravery", "certainty", "clear judgment", "confidence", "courage",
"determination", "endurance", "farsightedness", "instincts", "strength", "ferocity", "cunning", "shamelessness", "zealotry", "bloodlust", "restless energy",
"stubbornness", "authority"]
Expand Down
Loading