All units can be automated

Modders can choose which units get it as a primary action
This commit is contained in:
Yair Morgenstern
2023-03-13 16:55:50 +02:00
parent 10caf8e93e
commit cd8b68253b
6 changed files with 22 additions and 11 deletions

View File

@ -7,7 +7,7 @@
"name": "Worker",
"unitType": "Civilian",
"movement": 2,
"uniques": ["Can build [Land] improvements on tiles"],
"uniques": ["Can build [Land] improvements on tiles", "Automation is a primary action"],
"cost": 70
},
{
@ -143,7 +143,8 @@
"movement": 4,
"cost": 30,
"requiredTech": "Sailing",
"uniques": ["Cannot enter ocean tiles <before discovering [Astronomy]>", "May create improvements on water resources", "Uncapturable"]
"uniques": ["Cannot enter ocean tiles <before discovering [Astronomy]>", "May create improvements on water resources",
"Uncapturable", "Automation is a primary action"]
},
{
"name": "Trireme",