Kewlipo
Chieftain
- Joined
- Jun 27, 2015
- Messages
- 99
I'm making a house-mod for my friends to play with. I want to reduce the science per population in the Public School, from +1 science per 2 population to +1 science per 4 population.
This is what I am currently doing:
<Building_YieldChangesPerPop>
<Update>
<Where Type="BUILDING_PUBLIC_SCHOOL" />
<Set Yield="25" />
</Update>
</Building_YieldChangesPerPop>
When I test the mod, the public school is not changed. The rest of the mod loads correctly, and I cannot find any errors in the logs. Any idea what is up?
This is what I am currently doing:
<Building_YieldChangesPerPop>
<Update>
<Where Type="BUILDING_PUBLIC_SCHOOL" />
<Set Yield="25" />
</Update>
</Building_YieldChangesPerPop>
When I test the mod, the public school is not changed. The rest of the mod loads correctly, and I cannot find any errors in the logs. Any idea what is up?