mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 23:39:40 +07:00
AI: Don't choose piety branch when religion is disabled, don't choose Patronage when few city-states remain
Resolves #12272
This commit is contained in:
@ -222,7 +222,8 @@
|
||||
"uniques": [
|
||||
"[+100]% Production when constructing [Shrine] buildings [in all cities]",
|
||||
"[+100]% Production when constructing [Temple] buildings [in all cities]",
|
||||
"Only available <before adopting [Rationalism]>"
|
||||
"Only available <before adopting [Rationalism]>",
|
||||
"[-100]% weight to this choice for AI decisions <when religion is disabled>"
|
||||
],
|
||||
"policies": [
|
||||
{
|
||||
@ -283,7 +284,10 @@
|
||||
"Domination": 5,
|
||||
"Scientific": 5
|
||||
},
|
||||
"uniques": ["[-25]% City-State Influence degradation"],
|
||||
"uniques": [
|
||||
"[-25]% City-State Influence degradation",
|
||||
"[-100]% weight to this choice for AI decisions <when number of [Remaining [City-State] Civilizations] is less than [2]>"
|
||||
],
|
||||
"policies": [
|
||||
{
|
||||
"name": "Philantropy",
|
||||
|
Reference in New Issue
Block a user