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

[BUGFIX] fix patrol grammar #3097

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Changes from all commits
Commits
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
6 changes: 3 additions & 3 deletions resources/dicts/patrols/mountainous/med/leaf-bare.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"chance_of_success": 40,
"success_outcomes": [
{
"text": "While neither blackberry nor raspberry, whose brambles look similar, lose their leaves completely, leaf-bare is hard on every plant, and p_l has to balance the plant's needs, the Clan's and {PRONOUN/p_l/poss} own frozen paws as PRONOUN/p_l/subject} {VERB/p_l/try/tries} to gather what leaves {PRONOUN/p_l/subject} can.",
"text": "While neither blackberry nor the similarly-brambled raspberry lose their leaves completely, leaf-bare is hard on every plant. p_l has to balance both the plant's and the Clan's needs as {PRONOUN/p_l/subject} {VERB/p_l/gather/gathers} what leaves {PRONOUN/p_l/subject} can with frozen paws. The patrol sees {PRONOUN/p_l/poss} stress and gathers around to support {PRONOUN/p_l/object}.",
"exp": 10,
"weight": 20,
"herbs": ["raspberry", "blackberry"]
Expand Down Expand Up @@ -249,7 +249,7 @@
"chance_of_success": 40,
"success_outcomes": [
{
"text": "While neither blackberry nor raspberry, whose brambles look similar, lose their leaves completely, leaf-bare is hard on every plant, and p_l has to balance the plant's needs, the Clan's and {PRONOUN/p_l/poss} own frozen paws as PRONOUN/p_l/subject} {VERB/p_l/try/tries} to gather what leaves {PRONOUN/p_l/subject} can. It's a great help having app1 with {PRONOUN/p_l/object}.",
"text": "While neither blackberry nor the similarly-brambled raspberry lose their leaves completely, leaf-bare is hard on every plant. p_l has to balance both the plant's and the Clan's needs as {PRONOUN/p_l/subject} {VERB/p_l/gather/gathers} what leaves {PRONOUN/p_l/subject} can with frozen paws. The patrol sees {PRONOUN/p_l/poss} stress and gathers around to support {PRONOUN/p_l/object}.",
"exp": 30,
"weight": 20,
"herbs": ["raspberry", "blackberry"],
Expand Down Expand Up @@ -390,7 +390,7 @@
"chance_of_success": 20,
"success_outcomes": [
{
"text": "While neither blackberry nor raspberry, whose brambles look similar, lose their leaves completely, leaf-bare is hard on every plant, and p_l has to balance the plant's needs, the Clan's and {PRONOUN/p_l/poss} own frozen paws as PRONOUN/p_l/subject} {VERB/p_l/try/tries} to gather what leaves {PRONOUN/p_l/subject} can. The patrol sees {PRONOUN/p_l/poss} stress, and gathers around to support {PRONOUN/p_l/object}.",
"text": "While neither blackberry nor the similarly-brambled raspberry lose their leaves completely, leaf-bare is hard on every plant. p_l has to balance both the plant's and the Clan's needs as {PRONOUN/p_l/subject} {VERB/p_l/gather/gathers} what leaves {PRONOUN/p_l/subject} can with frozen paws. The patrol sees {PRONOUN/p_l/poss} stress and gathers around to support {PRONOUN/p_l/object}.",
"exp": 10,
"weight": 20,
"herbs": ["raspberry", "blackberry"],
Expand Down
Loading