Jump to content

[question] is it possible to change the duration/length of schemes in CK3?


Recommended Posts

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

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 by bunt776
Link to comment

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 by Gnarfolia
found solution
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...