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

Not too generous Smokes #77225

Merged
merged 1 commit into from
Oct 21, 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
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"goal_condition": { "compare_string": [ "yes", { "u_val": "dialogue_intercom_completed_free_merchants_hub_delivery_1" } ] },
"value": 5000,
"origins": [ "ORIGIN_SECONDARY" ],
"has_generic_rewards": false,
"dialogue": {
"describe": "…",
"offer": "…",
Expand Down Expand Up @@ -81,6 +82,7 @@
}
},
"origins": [ "ORIGIN_SECONDARY" ],
"has_generic_rewards": false,
"followup": "MISSION_FREE_MERCHANTS_EVAC_2",
"dialogue": {
"describe": "We need help…",
Expand Down Expand Up @@ -172,6 +174,7 @@
"effect": [ { "u_spawn_item": "FMCNote", "count": 30 }, { "u_add_var": "mission_flag_FMShopkeep_Mission2", "value": "yes" } ]
},
"origins": [ "ORIGIN_SECONDARY" ],
"has_generic_rewards": false,
"followup": "MISSION_FREE_MERCHANTS_EVAC_3",
"dialogue": {
"describe": "We need help…",
Expand Down Expand Up @@ -215,6 +218,7 @@
}
},
"origins": [ "ORIGIN_SECONDARY" ],
"has_generic_rewards": false,
"followup": "MISSION_FREE_MERCHANTS_EVAC_4",
"dialogue": {
"describe": "We need help…",
Expand All @@ -239,6 +243,7 @@
"item": "ground_solar_panel",
"count": 10,
"origins": [ "ORIGIN_SECONDARY" ],
"has_generic_rewards": false,
"followup": "MISSION_FREE_MERCHANTS_EVAC_5",
"end": {
"effect": [ { "u_spawn_item": "FMCNote", "count": 100 }, { "u_add_var": "mission_flag_FMShopkeep_Mission4", "value": "yes" } ]
Expand Down Expand Up @@ -269,6 +274,7 @@
"effect": [ { "u_spawn_item": "FMCNote", "count": 25 }, { "u_add_var": "mission_flag_FMShopkeep_Mission5", "value": "yes" } ]
},
"origins": [ "ORIGIN_SECONDARY" ],
"has_generic_rewards": false,
"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.",
Expand Down
Loading