Buff loom to double female citizen HP.
[0ad.git] / binaries / data / mods / public / simulation / data / technologies / health_females_01.json
blob1d14b42cff847b8f0a0c938ae118e81c06853f7f
2         "genericName": "The Loom",
3         "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.",
4         "cost": { "food": 200, "wood": 0, "stone": 0, "metal": 0 },
5         "requirements": { "tech": "phase_village" },
6         "requirementsTooltip": "Unlocked in Village Phase.",
7         "icon": "loom.png",
8         "researchTime": 40,
9         "tooltip": "+100% health for female citizens.",
10         "modifications": [
11                 { "value": "Health/Max", "multiply": 2 }
12         ],
13         "affects": ["FemaleCitizen"],
14         "soundComplete": "interface/alarm/alarm_upgradearmory.xml"