mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
Replaced hardcoded Settler references with unique
Tech uniques now saved in tech object for less regex parsing per turn
This commit is contained in:
@ -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
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user