From 79b63be35a452ec2fbaa693f33f20cf42e1871e5 Mon Sep 17 00:00:00 2001 From: elexis Date: Wed, 29 Jan 2020 18:57:30 +0000 Subject: [PATCH] Buff loom to double female citizen HP. Differential Revision: https://code.wildfiregames.com/D2587 Patch By: ValihrAnt git-svn-id: https://svn.wildfiregames.com/public/ps/trunk@23461 3db68df2-c116-0410-a063-a993310a9797 --- .../mods/public/simulation/data/technologies/health_females_01.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/binaries/data/mods/public/simulation/data/technologies/health_females_01.json b/binaries/data/mods/public/simulation/data/technologies/health_females_01.json index efab2ea207..1d14b42cff 100644 --- a/binaries/data/mods/public/simulation/data/technologies/health_females_01.json +++ b/binaries/data/mods/public/simulation/data/technologies/health_females_01.json @@ -1,14 +1,14 @@ { "genericName": "The Loom", "description": "The loom allowed the creation of finer clothing for settlers. Women of the household were taught from a young age how to weave on the loom, and subsequently spent a large share of their lives working with it.", - "cost": { "food": 150, "wood": 0, "stone": 0, "metal": 0 }, + "cost": { "food": 200, "wood": 0, "stone": 0, "metal": 0 }, "requirements": { "tech": "phase_village" }, "requirementsTooltip": "Unlocked in Village Phase.", "icon": "loom.png", "researchTime": 40, - "tooltip": "+50% health for female citizens.", + "tooltip": "+100% health for female citizens.", "modifications": [ - { "value": "Health/Max", "multiply": 1.5 } + { "value": "Health/Max", "multiply": 2 } ], "affects": ["FemaleCitizen"], "soundComplete": "interface/alarm/alarm_upgradearmory.xml" -- 2.11.4.GIT