[LP] Make AI build fewer wonders?

Kotofei

Warlord
Joined
Oct 26, 2020
Messages
139
Is this the line that controls how much the AI likes to build wonders?

<Row ListType="WonderObsessedIndustrialBonus" Item="PSEUDOYIELD_WONDER" Value="75"/>

I see in spectator games that the AI wastes a lot of early-game turns building garbage wonders when literally anything else would be more useful.
 
I created mod which block AI to build any world wonder (No More AI World Wonders in steam workshop), I changed AI value for targeting wonders to build:

Code:
UPDATE TreeData SET DefaultData=-1000 WHERE TreeName='Seek Target Wonder';

I believe if you play with value in that parameter it should increase/decrease desire to build wonders by AI
 
Back
Top Bottom