mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
AI rationing of strategic resources; Hydro Plant re-enabled (#5401)
* AI evaluation of resources * optimizations * sell or disband when needed for space victory * use for all constructions * use in trade evaluations * .requiresResource()
This commit is contained in:
@ -913,7 +913,6 @@
|
||||
"requiredBuilding": "Bank",
|
||||
"requiredTech": "Electricity"
|
||||
},
|
||||
/* This works and even has icon but AI cannot manage its Aluminum at this moment
|
||||
{
|
||||
"name": "Hydro Plant",
|
||||
"requiredResource": "Aluminum",
|
||||
@ -922,7 +921,6 @@
|
||||
"uniques": ["Must be on [River]","[+1 Production] from [River] tiles [in this city]"],
|
||||
"requiredTech": "Electricity"
|
||||
},
|
||||
*/
|
||||
|
||||
// Modern Era
|
||||
|
||||
|
Reference in New Issue
Block a user