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] remove problem dep_names #3095

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
10 changes: 5 additions & 5 deletions resources/dicts/patrols/general/hunting.json
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,7 @@
"prey": ["large"]
},
{
"text": "app1 leans on {PRONOUN/app1/poss} strengths, choosing to go hunting, which {PRONOUN/app1/subject} {VERB/app1/know/knows} is one of {PRONOUN/app1/poss} talents. And it's critical to c_n too, making {PRONOUN/app1/poss} heart swell with pride as {PRONOUN/app1/subject} {VERB/app1/see/sees} dep_name blink in surprise at {PRONOUN/app1/poss} hunting haul.",
"text": "app1 leans on {PRONOUN/app1/poss} strengths, choosing to go hunting, which {PRONOUN/app1/subject} {VERB/app1/know/knows} is one of {PRONOUN/app1/poss} talents. And it's critical to c_n too, making {PRONOUN/app1/poss} heart swell with pride as {PRONOUN/app1/subject} {VERB/app1/see/sees} another cat blink in surprise at {PRONOUN/app1/poss} hunting haul.",
"exp": 20,
"weight": 20,
"stat_skill": ["HUNTER,0"],
Expand Down Expand Up @@ -3237,7 +3237,7 @@
},
"weight": 1,
"intro_text": "Maybe they <i>should</i> bring along one of their mentors, but they don't <i>want</i> to. There's no reason to always need an adult around, they aren't <i>kits</i>.",
"decline_text": "dep_name spots the group of apprentices definitely-not-sneaking-out and orders them back to camp.",
"decline_text": "Another cat spots the group of apprentices definitely-not-sneaking-out and orders them back to camp.",
"chance_of_success": 50,
"success_outcomes": [
{
Expand Down Expand Up @@ -3353,7 +3353,7 @@
},
"weight": 1,
"intro_text": "On a dare, the apprentices sneak out in the middle of the night. They're going to prove who's the best hunter!",
"decline_text": "dep_name spots the group of apprentices definitely-not-sneaking-out and orders them back to camp.",
"decline_text": "Another cat spots the group of apprentices definitely-not-sneaking-out and orders them back to camp.",
"chance_of_success": 50,
"success_outcomes": [
{
Expand Down Expand Up @@ -3476,7 +3476,7 @@
},
"weight": 1,
"intro_text": "Sometimes, it's a lot easier to work on their hunting techniques without a warrior around. Not that there's anything wrong with the warriors! Just... sometimes there's less pressure hunting as an apprentice-only patrol.",
"decline_text": "dep_name spots the group of apprentices definitely-not-sneaking-out and orders them back to camp.",
"decline_text": "Another cat spots the group of apprentices definitely-not-sneaking-out and orders them back to camp.",
"chance_of_success": 50,
"success_outcomes": [
{
Expand Down Expand Up @@ -3590,7 +3590,7 @@
},
"weight": 1,
"intro_text": "A hunting patrol of just apprentices! This is going to go great!",
"decline_text": "dep_name spots the group of apprentices definitely-not-sneaking-out and orders them back to camp.",
"decline_text": "Another cat spots the group of apprentices definitely-not-sneaking-out and orders them back to camp.",
"chance_of_success": 50,
"success_outcomes": [
{
Expand Down
Loading