[1.0.1 Patch 3][Wonder] DOGO_ONSEN Adds all Cities' Population

Halo_6666

Chieftain
Joined
Feb 19, 2025
Messages
6
In the description of DOGO ONSEN, it says that "This Settlement gains a Population every time you enter a Celebration. Ageless. Must be placed adjacent to Coast."
but it becomes all settlement gains a population on every golden age.

when checking code:
modules/age-modern/data/constructibles-gameeffects.xml:133

<!-- Dogo Onsen -->
<Modifier id="MOD_DOGO_ONSEN_GOLDEN_AGE_POPULATION" collection="COLLECTION_PLAYER_CITIES" effect="TRIGGER_CITY_ADJUST_POPULATION_ON_GOLDEN_AGE" run-once="false" permanent="true">
<SubjectRequirements>
<Requirement type="REQUIREMENT_WONDER_IS_ACTIVE">
<Argument name="ConstructibleType">WONDER_DOGO_ONSEN</Argument>
</Requirement>
</SubjectRequirements>
<Argument name="Amount">1</Argument>
</Modifier>

seems that we will need another requirement here as :

<Requirement type="REQUIREMENT_CITY_HAS_BUILDING">
<Argument name="ConstructibleType">WONDER_DOGO_ONSEN</Argument>
</Requirement>
 
This is really annoying. In my current game I’m getting celebrations every few turns and having to then add pops to 30 settlements. It’s time consuming and has totally ruined my game as it’s made me utterly overpowered.

It’s really not acceptable that this made it to launch. Was there no playtesting whatsoever?
 
Haha, I was wondering why I kept having to add a pop to every settlement. It only happened twice in my game, but it was very bizarre. I did indeed build this wonder late in modern age.
 
It was a bit weird to see population expansion in all settlements at the same time. Looking back, I think it was after I built Dogo Onsen.
 
Yes I was looking to report this bug it massively overpowers you (or an AI that gets it maybe??) I have been getting this last game and now again this game I realized it was the dogo onsen trigerring it I hope it's fixed asap as it's quite impactful in the balance!!
Actually, I think I might wait for it fixed before starting next game, but finish current one. Or even wait till it fixed to continue current game, I can go back 24 turns with the furthest autosave and clear the effect completely.

It's kind of funny when I think of another wonder getting its effect multipled by 15 like that. That wonder that gives +science and 2 free techs would give you 30 free techs instead : D Wellll need an update : P
 
Last edited:
Ouch this one is still in the game apparently? At least when loading a save from previous version. It's pretty much auto win if you have it in modern I think, super broken.
Guess I'll consider using mod thanks for it.
Edit: Mod also doesn't work for me on loading a saved game. So now I don't know maybe it was also fixed in patch not in patch notes will work on a new game? will see o0
 
Last edited:
Ouch this one is still in the game apparently? At least when loading a save from previous version. It's pretty much auto win if you have it in modern I think, super broken.
Guess I'll consider using mod thanks for it.
Edit: Mod also doesn't work for me on loading a saved game. So now I don't know maybe it was also fixed in patch not in patch notes will work on a new game? will see o0
It’s really frustrating if they don’t fix really simple errors like this. They need to stop working on adding more leaders, wonders etc. and just focus on fixing what they’ve already released. I don’t care about Ada Lovelace. I want the features I already have to behave how they’re supposed to.
 
Back
Top Bottom