toconnell / kdm-manager

An interactive campaign manager for the game "Monster", by Kingdom Death. Development blog and release notes at https://blog.kdm-manager.com This project has no affiliation with Kingdom Death and is a totally independent, fan-maintained project.
http://kdm-manager.com
Other
26 stars 11 forks source link

Settlement Bonus Missing - Dark Water Research #507

Closed WayForger closed 6 years ago

WayForger commented 6 years ago

Dark Water Research incorporates the following settlement bonus to a campaign: "Departing survivors gain +2 insanity." It is not included under the Settlement Bonuses area in the Manager and should be added. screen shot 2018-07-27 at 7 02 49 pm screen shot 2018-07-27 at 7 03 22 pm

toconnell commented 6 years ago

@WayForger Good catch! Must've missed that back when I keyed in the expansion assets. It's fixed in the next release:

diff --git a/v2/api/assets/innovations.py b/v2/api/assets/innovations.py
index 47ff928..031c8aa 100644
--- a/v2/api/assets/innovations.py
+++ b/v2/api/assets/innovations.py
@@ -552,6 +552,7 @@ expansion = {
         "expansion": "slenderman",
         "levels": 3,
         "endeavors": ['dark_water_research_0', 'dark_water_research_1'],
+        "departure_buff": "Departing survivors gain +2 insanity.",
     },