Skip to content

Commit

Permalink
feat(balance): reduce jar requirement in In a Pickle mission (#4335)
Browse files Browse the repository at this point in the history
* Update NPC_free_merchant_shopkeep.json

* Update NPC_free_merchant_shopkeep.json
  • Loading branch information
Zlorthishen authored Mar 11, 2024
1 parent 6f8ef0e commit d58f7b9
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -720,27 +720,27 @@
"id": "MISSION_FREE_MERCHANTS_EVAC_5",
"type": "mission_definition",
"name": { "str": "In a Pickle" },
"description": "Deliver 100 half-liter glass canning jars to the Free Merchants to kickstart their food storage plans.",
"description": "Deliver twenty-five half-liter glass canning jars to the Free Merchants to kickstart their food storage plans.",
"goal": "MGOAL_FIND_ITEM",
"difficulty": 3,
"value": 400000,
"item": "jar_glass",
"count": 100,
"count": 25,
"end": {
"effect": [
{ "u_buy_item": "FMCNote", "count": 25 },
{ "u_buy_item": "FMCNote", "count": 250 },
{ "u_add_var": "FMShopkeep_Mission5", "type": "mission", "context": "flag", "value": "yes" }
]
},
"origins": [ "ORIGIN_SECONDARY" ],
"dialogue": {
"describe": "We need help…",
"offer": "While we've managed to secure day to day food supplies, it's very much hand to mouth. Our reserves would barely last a few days if something kept our people locked in. We need a stockpile to avoid that. Thanks to our outpost we have a bit of meat and vegetables coming in, but we need a better way to preserve them. Some of our people know enough about food canning that if we had a good stock of canning jars, we could make pickles and canned meats to get us set for the winter. I'll pay you a premium rate if you can bring us around a hundred jars to get us started.",
"offer": "While we've managed to secure day to day food supplies, it's very much hand to mouth. Our reserves would barely last a few days if something kept our people locked in. We need a stockpile to avoid that. Thanks to our outpost we have a bit of meat and vegetables coming in, but we need a better way to preserve them. Some of our people know enough about food canning that if we had a good stock of canning jars, we could make pickles and canned meats to get us set for the winter. I'll pay you a premium rate if you can bring us twenty-five glass jars to get us started.",
"accepted": "It'll take a load off my shoulders if I can finally stop worrying about this.",
"rejected": "We'll hold for the moment, but I'll get an ulcer if I have to keep worrying. If you reconsider let me know.",
"advice": "Grocery stores, house kitchens, there's plenty of places to look.",
"inquire": "How is the search going?",
"success": "That's one less thing to worry about. Glad to have someone like you on our side. Here's 25 merch, and the broker will buy any further glass jars you can find - at a reduced price, we can't keep up the premium rate. Actually, the broker was saying they had some jobs like this for you, and that it might be easier to just go straight through their office if you want more work.",
"success": "That's one less thing to worry about. Glad to have someone like you on our side. Here's 250 merch, and the broker will buy any further glass jars you can find - at a reduced price, we can't keep up the premium rate. Actually, the broker was saying they had some jobs like this for you, and that it might be easier to just go straight through their office if you want more work.",
"success_lie": "What good does this do us?",
"failure": "It was a lost cause anyways…"
}
Expand Down

0 comments on commit d58f7b9

Please sign in to comment.