Replaced hardcoded Settler references with unique

Tech uniques now saved in tech object for less regex parsing per turn
This commit is contained in:
Yair Morgenstern
2020-12-22 23:31:29 +02:00
parent 12b844d917
commit c7d79ad179
6 changed files with 35 additions and 26 deletions

View File

@ -15,7 +15,7 @@
"unitType": "Civilian",
"movement": 2,
"cost": 106,
"uniques": ["Founds a new city"],
"uniques": ["Founds a new city", "Excess Food converted to Production when under construction"],
"hurryCostModifier": 20
},
{