Skip to content

Commit

Permalink
Minor fixes to godco content.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevingranade committed Jan 5, 2020
1 parent 4c4fa00 commit 7810b06
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions data/json/npcs/godco/cook.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
"advice": "There's a lot of places to look. They are common in house kitchens, restaurants or grocery stores.",
"inquire": "How is the search going? Have you found 'em?",
"success": "I really apreciate your help. Don't worry, you won't leave empty-handed.",
"success_lie": "Thanks for trying... I guess.",
"success_lie": "Thanks for trying I guess.",
"failure": "Don't worry about it, it's not that important."
},
"end": { "effect": [ { "u_buy_item": "icon", "count": 2 } ] }
Expand All @@ -235,7 +235,7 @@
"advice": "Glass jars are not that hard to find. I'd look for them in residental areas.",
"inquire": "Have you found the jars?",
"success": "Thank you for your help. Here's your reward. I have one more task to do.",
"success_lie": "Thanks for trying... I guess.",
"success_lie": "Thanks for trying I guess.",
"failure": "It's not a big deal, it isn't that urgent."
},
"end": { "effect": [ { "u_buy_item": "icon", "count": 5 } ] }
Expand All @@ -259,7 +259,7 @@
"advice": "Butcher knives are not that rare to find. They are commonly found in kitchens.",
"inquire": "Do you have that knife now?",
"success": "I am grateful for the help you've done.",
"success_lie": "Thanks for trying... I guess.",
"success_lie": "Thanks for trying I guess.",
"failure": "Don't worry about it, it's not that important."
},
"end": { "effect": [ { "u_buy_item": "icon", "count": 3 } ] }
Expand Down
8 changes: 4 additions & 4 deletions data/json/npcs/godco/foodguard.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"type": "item_group",
"id": "GODCO_food_guard_carried",
"subtype": "collection",
"entries": [ { "group": "snacks", "prob": 75, "count": [ 1, 2 ] }, { "group": "cannedfood", "chance": 50, "repeat": [ 1, 2 ] } ]
"entries": [ { "group": "snacks", "prob": 75, "count": [ 1, 2 ] }, { "group": "cannedfood", "prob": 50, "count": [ 1, 2 ] } ]
},
{
"type": "item_group",
Expand All @@ -78,7 +78,7 @@
"type": "general",
"context": "meeting",
"value": "yes",
"yes": [ "Hey there.", "You're back.", "So...?" ],
"yes": [ "Hey there.", "You're back.", "So?" ],
"no": "Hey! What are you doing up here? You are not allowed to come here."
},
"responses": [
Expand Down Expand Up @@ -237,7 +237,7 @@
{
"type": "talk_topic",
"id": "TALK_GODCO_food_guard_ask_theft",
"dynamic_line": "Not that I know of. I haven't seen any suspicious drops in our food supply. I guess I'm doing a great at my job... or nobody is rotten enough to steal from our community.",
"dynamic_line": "Not that I know of. I haven't seen any suspicious drops in our food supply. I guess I'm doing a great at my job or nobody is rotten enough to steal from our community.",
"responses": [ { "text": "That's good to hear.", "topic": "TALK_GODCO_food_guard_1" } ]
},
{
Expand All @@ -253,7 +253,7 @@
"origins": [ "ORIGIN_SECONDARY" ],
"dialogue": {
"describe": "I'd like to read some mystery novels.",
"offer": "Hmm, that would be great! But if you do, please bring more than just one. I could read a single novel in a day. Could you get me... 3 mystery novels?",
"offer": "Hmm, that would be great! But if you do, please bring more than just one. I could read a single novel in a day. Could you get me 3 mystery novels?",
"accepted": "Just bring it to me when you have it.",
"rejected": "Nevermind then. I hope you'll change your mind.",
"advice": "I'd loot libraries and bookstores.",
Expand Down

0 comments on commit 7810b06

Please sign in to comment.