From 27a31b739f7ac69f0c255c8d23163a64a74d2f35 Mon Sep 17 00:00:00 2001 From: Xenomorph-III Date: Tue, 16 Mar 2021 19:36:30 +1300 Subject: [PATCH] Add Faction Endings to Hub 01 (#48007) --- data/json/npcs/factions.json | 1 + data/json/snippets/epilogue_factions.json | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/data/json/npcs/factions.json b/data/json/npcs/factions.json index f19057b1d75f1..574ebb641d86b 100644 --- a/data/json/npcs/factions.json +++ b/data/json/npcs/factions.json @@ -75,6 +75,7 @@ }, "marloss": { "kill on sight": true } }, + "epilogues": [ { "power_min": 0, "id": "epilogue_faction_robofac_0" }, { "power_max": 150, "id": "epilogue_faction_robofac_150" } ], "description": "The surviving staff of Hub 01, a pre-Cataclysm research lab. They rarely leave their lab, if at all, and rely on their robots and advanced technology to survive." }, { diff --git a/data/json/snippets/epilogue_factions.json b/data/json/snippets/epilogue_factions.json index 3245828e9ca9b..50cddf0617156 100644 --- a/data/json/snippets/epilogue_factions.json +++ b/data/json/snippets/epilogue_factions.json @@ -47,6 +47,14 @@ { "id": "epilogue_faction_hells_raiders_150", "text": " Fueled by drugs and rage, the Hell's Raiders fought tooth and nail to overthrow the last strongholds of the Old Guard. The costly victories brought the warlords abundant territory and slaves but little in the way of stability. Within weeks, infighting led to civil war as tribes vied for leadership of the faction. When only one warlord finally secured control, there was nothing left to fight for… just endless cities full of the dead." + }, + { + "id": "epilogue_faction_robofac_0", + "text": " Despite Melchior's enlightened leadership, shortages and crises plagued Hub-01 from the first day of the Cataclysm. The researchers and administrators among the surviving staff lacked the practical skills to survive in the savage new world. As Hub-01's systems collapsed from a lack of maintenance, the few survivors fled the building to be killed by the zombies and bandits." + }, + { + "id": "epilogue_faction_robofac_150", + "text": " Melchior's enlightened leadership, combined with practical skills provided by mercenary survivors, allowed Hub-01 to flourish briefly. It became a mecca for advanced technology, selling off devices and equipment that could no longer be reproduced. Despite this, Hub-01 was never able to expand sufficiently to renew its own population, nor was it able to unite with any other prosperous community, nor could enough trustworthy mercenaries (or staff) be recruited to replace those who died in its defense. Hub-01 fell into disrepair and ruin. After the air processing facility was overtaken by mold, the remaining staff of Hub-01 fled the building and were killed by zombies and bandits. Melchior's drones - possibly by design - were incapable of maintaining themselves without human hands, and stopped working a few months later. Without regular maintenance, Melchior's own systems also fell to ruin, and less than a decade after the Cataclysm, humanity's first AI powered down and was forgotten." } ] }