Ticket #4117: civbonus_strong_ships.json

File civbonus_strong_ships.json, 728 bytes (added by elexis, 8 years ago)
Line 
1{
2 "genericName": "Strong Fleet",
3 "autoResearch": true,
4 "description": "Carthaginians had the strongest fleet. Ships 20% more health and attack damage, but also more build costs.",
5 "requirements": {"civ": "cart"},
6 "modifications": [
7 {"value": "Health/Max", "multiply": 1.2},
8 {"value": "Cost/BuildTime", "multiply": 1.2},
9 {"value": "Cost/Resources/food", "multiply": 1.2},
10 {"value": "Cost/Resources/wood", "multiply": 1.2},
11 {"value": "Cost/Resources/stone", "multiply": 1.2},
12 {"value": "Cost/Resources/metal", "multiply": 1.2},
13 {"value": "Attack/Ranged/Hack", "multiply": 1.2},
14 {"value": "Attack/Ranged/Pierce", "multiply": 1.2},
15 {"value": "Attack/Ranged/Crush", "multiply": 1.2}
16 ],
17 "affects": ["Ship"]
18}