WB Coding Changing the amount of cattle heads in a village

正在查看此主题的用户

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?
 
解决方案
I have had a look in module_scripts.py and changed the figures from this line:
插入代码块:
      (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:
插入代码块:
      (store_random_in_range, ":random_cattle", 20, 100),

No need to use module_simple_triggers.py
 
最后编辑:
点赞 0
解决方案
后退
顶部 底部