1
1
forked from 0ad/0ad

Buff loom to double female citizen HP.

Differential Revision: https://code.wildfiregames.com/D2587
Patch By: ValihrAnt
This was SVN commit r23461.
This commit is contained in:
elexis 2020-01-29 18:57:30 +00:00
parent 5fe58d80fd
commit 1fdcb80850

View File

@ -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"