raystuttgart
Civ4Col Modder
Hey guys,
there is a small issue in Colopedia for Improvments:
(Slopiness of Vanilla Coders)
Improvments can be configured to increase Yield output of specifc Bonus Resources:
However, this is not reflected in Colopedia.
This tiny issue has been on my list of "todos" but I never got to fix it.
Has anybody else maybe already fixed this small issue in Colopedia ?
If somebody did, I would really appreciate, if that person could post the code here.
there is a small issue in Colopedia for Improvments:
(Slopiness of Vanilla Coders)
Improvments can be configured to increase Yield output of specifc Bonus Resources:
Spoiler :
Code:
<BonusTypeStruct>
<BonusType>BONUS_POTATO</BonusType>
<bBonusMakesValid>1</bBonusMakesValid>
<iDiscoverRand>0</iDiscoverRand>
<YieldChanges>
<YieldIntegerPair>
[COLOR="Red"]<YieldType>YIELD_FOOD</YieldType>
<iValue>1</iValue>[/COLOR]
</YieldIntegerPair>
</YieldChanges>
</BonusTypeStruct>
However, this is not reflected in Colopedia.
This tiny issue has been on my list of "todos" but I never got to fix it.
Has anybody else maybe already fixed this small issue in Colopedia ?
If somebody did, I would really appreciate, if that person could post the code here.
