Added the mod easyMode (version 1.0)Since there where a few people complaining about the game being too grindy

, I have decided to write a very small mod to give the option to avoid that.
(I have made this thread more generic just in case any other small tweaks come up later on. )
This mod does the following:
It gives you a weekly stat boost:
- +1 reputation
- +1 morale
- +1 behavior
It gives you an additional weekly income of 100.
It lowers the stress of your students by 10 (It can't fall below 0, but this means you can do quite a few things which would normally raise stress before it starts rising.)
And since this is a
really simple mod, here is the whole(!) code of the mod:
init -50 python:
Effect("easy_mode","Easy Mode","reputation_o.value+=1; morale_o.value+=1; behavior_o.value+=1",
stat_influence={"stress":-10},
upkeep_cost=-100,upkeep_desc="Flat income for using Easy Mode")