Two nerfs to ptol bonus: easier capture, and +50% build time

This commit is contained in:
rca 2022-10-13 11:59:56 -07:00 committed by RCA
parent 1a71840975
commit 2614a2e474

View File

@ -8,11 +8,13 @@
]
},
"icon": "stone_blocks_brown.png",
"tooltip": "Houses and Economic Structures −40% wood cost and health.",
"tooltip": "Houses and Economic Structures −40% wood csot, health, and capture points as well as +50% build time.",
"modifications": [
{ "value": "Cost/Resources/wood", "multiply": 0.6 },
{ "value": "Health/Max", "multiply": 0.6},
{ "value": "Loot/wood", "multiply": 0.6 }
{ "value": "Loot/wood", "multiply": 0.6 },
{ "value": "Cost/BuildTime", "multiply": 1.5 },
{ "value": "Captureable/CapturePoints", "multiply": 0.6}
],
"affects": ["Economic !CivCentre !Naval", "House"]
}