This mod adds a tag to CIV4BuildingInfos that makes a UnitClass train faster.
This tag is by default used on Factory and Assembly Plant, but can be used anywhere, with no required SDK or Python work.
FIRST SDK MODCOMP! I'd like to credit a friend for helping me learn to use the debugger and teaching me so much about C++.
Enjoy, and don't forget to credit me!
Code:
<UnitProductionModifiers>
<UnitProductionModifier>
<UnitClass>UNITCLASS_TANK</UnitClass>
<iProductionModifier>15</iProductionModifier>
</UnitProductionModifier>
</UnitProductionModifiers>
This tag is by default used on Factory and Assembly Plant, but can be used anywhere, with no required SDK or Python work.
FIRST SDK MODCOMP! I'd like to credit a friend for helping me learn to use the debugger and teaching me so much about C++.
Enjoy, and don't forget to credit me!
