Remove Spring of Gold Cap

Users who are viewing this thread

DankRobert

Recruit
The Rank 10 Trade Skill "Spring of Gold" recently went under a change to cap it at 1000 denars a day. As the title, I want to change this, but I cant seem to figure out how. I am able to change the the value of interest, but there is no float or int in the perk initiation referencing a cap:

Code:
this._tradeSpringOfGold.InitializeNew("{=K0SRwH6E}Spring of Gold", DefaultSkills.Trade, this.GetTierCost(10), this._tradeSilverTongue, "{=PSmDvbGM}Gain 0.1% interest per day on gold you have. It's capped at maximum 1000 per day.", SkillEffect.PerkRole.ClanLeader, 0.001f, SkillEffect.EffectIncrementType.AddFactor, "{=Q51nMDju}Gold boosts for town projects are 20% more effective.", SkillEffect.PerkRole.Governor, 20f, SkillEffect.EffectIncrementType.AddFactor, TroopClassFlag.None, TroopClassFlag.None);

Could someone point me to where this cap is stored? Either so I can make it higher, or outright remove it.
 
Back
Top Bottom