Log in

View Full Version : How do I raise the corruption limit?



Wraithcat
04-06-2009, 03:22
I've looked around for this, but can't find the answer.

I've just reinstalled RTW and in the past I had the corruption limit of 50000 raised so that it didn't affect my game.

Now I can't find the file where this information is stored. Can anyone help?

Thanks!!

HouseOfHam
04-06-2009, 04:44
If you mean the bad traits that you get if you end turn with more than 50k in faction funds, the triggers for that are in export_descr_character_traits.txt

It probably looks something like...


;------------------------------------------
Trigger corruption1
WhenToTest CharacterTurnEnd

Condition EndedInSettlement
and Treasury > 50000

Affects Corrupt 1 Chance 3
Affects Aesthetic 1 Chance 3
Affects ExpensiveTastes 1 Chance 3
Affects Epicurean 1 Chance 3
Affects Embezzler 1 Chance 3


There might be more than one of these, with different thresholds.

Wraithcat
04-06-2009, 08:55
Thanks!!

Thats exactly what I was after.