Skip to content

Commit

Permalink
Merge pull request ClanGenOfficial#1948 from selkirks/head-empty-no-t…
Browse files Browse the repository at this point in the history
…houghts-(theres-thoughts-here)

permanent condition thoughts for warriors
  • Loading branch information
keyraven authored Dec 12, 2023
2 parents 1df6b82 + dde1545 commit b79f5c7
Showing 1 changed file with 40 additions and 1 deletion.
41 changes: 40 additions & 1 deletion resources/dicts/thoughts/alive/warrior.json
Original file line number Diff line number Diff line change
Expand Up @@ -1099,5 +1099,44 @@
"random_living_status": [
"living"
]
}
},
{
"id": "lasting_grief_warrior",
"thoughts": [
"Cannot find the energy to get out of {PRONOUN/m_c/poss} nest today",
"Is the first cat awake at dawn",
"Scolds {PRONOUN/m_c/self} for oversleeping",
"Doesn't eat as much fresh-kill as {PRONOUN/m_c/subject} used to",
"Is found sobbing outside of camp",
"Ignores {PRONOUN/m_c/poss} Clanmates' attempts to comfort {PRONOUN/m_c/object}",
"Is twitching in {PRONOUN/m_c/poss} sleep",
"Stares at the fresh-kill in front of {PRONOUN/m_c/object} without eating",
"Wonders why StarClan is punishing {PRONOUN/m_c/object}"
],
"perm_conditions": {
"m_c": [
"lasting grief"
]
}
},
{
"id": "recurring shock",
"thoughts": [
"Visits the medicine cat den for thyme",
"Wakes up screaming after a nightmare",
"Panics after hearing a noise",
"Is seen trembling and looking around nervously",
"Snaps at r_c before profusely apologizing",
"Is comforted by r_c after a flashback",
"Is the only cat awake at moonhigh",
"Doesn't seem to enjoy hunting anymore",
"Is avoiding {PRONOUN/m_c/poss} Clanmates",
"Is startled after r_c snuck up behind {PRONOUN/m_c/object}"
],
"perm_conditions": {
"m_c": [
"recurring shock"
]
}
}
]

0 comments on commit b79f5c7

Please sign in to comment.