Gnarfolia Posted July 5, 2021 Share Posted July 5, 2021 I've been looking in the scheme files but I haven't seen anything that looks like a duration. I can change the chance to progress each month I guess, but it seems to always be around 1 year? I just want to be able to set it to one month for example.. Link to comment
bunt776 Posted July 5, 2021 Share Posted July 5, 2021 (edited) Schemes progress from 0-10 so a year is pretty much the needed timeframe for perfect progress chance. There is add_scheme_progress = x which you could invoke for an ongoing event to speed it along. But it sounds like what you want might be better accomplished by a event chain if you feel the scheme framework is too restricting. Edited July 5, 2021 by bunt776 Link to comment
Gnarfolia Posted July 5, 2021 Author Share Posted July 5, 2021 (edited) this did the trick, thanks on_monthly = { save_scope_as = scheme scheme_owner = { save_scope_as = owner } scheme_target = { save_scope_as = target } add_scheme_progress = 10 } Edited July 5, 2021 by Gnarfolia found solution Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now