Changing the amount of cattle heads in a village

Users who are viewing this thread

John25-

Sergeant at Arms
Is the a way to increase/decrease the amount of cattle heads that can be bought in each village?
I would personally want to make it lower for the game to be just a bit more challenging - but the question can also apply to anyone else interested in increasing it.
I did find this in module_simple_triggers.py: # Refresh number of cattle in villages, however for some reason I don't see any difference in-game after editing the figures. What exactly should be done?
 
Solution
I have had a look in module_scripts.py and changed the figures from this line:
Code:
      (store_random_in_range, ":random_cattle", 20, 100),

No need to use module_simple_triggers.py
I have had a look in module_scripts.py and changed the figures from this line:
Code:
      (store_random_in_range, ":random_cattle", 20, 100),

No need to use module_simple_triggers.py
 
Last edited:
Upvote 0
Solution
Back
Top Bottom