TheOneHitPupper
Chieftain
- Joined
- Jun 15, 2017
- Messages
- 98
Trying to get a wonder to provide Public Schools additional science after it is built. Is there an easy way to do this or do I have to go about using Lua?
*EDIT*: I found a way to do it using this table from Whowards DLL:
<Building_BuildingClassYieldModifiers>
<Row>
<BuildingType>BUILDING_APOLLO</BuildingType>
<BuildingClassType>BUILDINGCLASS_PUBLIC_SCHOOL</BuildingClassType>
<YieldType>YIELD_SCIENCE</YieldType>
<Modifier>50</Modifier>
</Row>
</Building_BuildingClassYieldModifiers>
The modifier acts as a percentage. I'd like to find a way to do it as a flat rate instead, so if anyone has any suggestions based on that, feel free to add to the thread!
*EDIT*: I found a way to do it using this table from Whowards DLL:
<Building_BuildingClassYieldModifiers>
<Row>
<BuildingType>BUILDING_APOLLO</BuildingType>
<BuildingClassType>BUILDINGCLASS_PUBLIC_SCHOOL</BuildingClassType>
<YieldType>YIELD_SCIENCE</YieldType>
<Modifier>50</Modifier>
</Row>
</Building_BuildingClassYieldModifiers>
The modifier acts as a percentage. I'd like to find a way to do it as a flat rate instead, so if anyone has any suggestions based on that, feel free to add to the thread!
Last edited: