mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-10 15:59:33 +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": [
|
"uniques": [
|
||||||
"[+100]% Production when constructing [Shrine] buildings [in all cities]",
|
"[+100]% Production when constructing [Shrine] buildings [in all cities]",
|
||||||
"[+100]% Production when constructing [Temple] 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": [
|
"policies": [
|
||||||
{
|
{
|
||||||
@ -283,7 +284,10 @@
|
|||||||
"Domination": 5,
|
"Domination": 5,
|
||||||
"Scientific": 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": [
|
"policies": [
|
||||||
{
|
{
|
||||||
"name": "Philantropy",
|
"name": "Philantropy",
|
||||||
|
Reference in New Issue
Block a user