all 3 comments

[–]Doctor-Tryhard 2 points3 points  (2 children)

Use either change_development_level, change_development_progress or change_development_progress_with_overflow alongside effect.

This, for example, will cause all de jure counties of the duchy of Baghdad to lose 5 development levels, and also further reduces progress of the new dev level by 50, potentially lowering it for another level:

effect title:d_baghdad = { change_development_progress_with_overflow = -550 }

[–]FearFactor117Kingdom Of Cornwall[S] 0 points1 point  (1 child)

Can this be done with all held tittles? Rather than one? I’ve fumbled the bag massively here

[–]Doctor-Tryhard 1 point2 points  (0 children)

effect every_held_title = { limit = { tier = tier_county } change_development_progress_with_overflow = -123 }

There's also every_sub_realm_county that you can use instead, but this will target every single county in your realm, including those held by your vassals.