Jump to content

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


Gnarfolia

Recommended Posts

Posted

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..

Posted

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.

Posted

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
	}

 

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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