loup99/WtWSMS

War for d_baroia gives no land

Opened this issue · 4 comments

I was testing the French localization (so with the GitHub version) by playing Childeric then Clovis.

With Clovis, I have used the strong claim on d_baroia to get some lands and I have just get the duchy title.
I expected to get the 2 countries that the "duke" hold.
Now this "duke" is a "count" and I have a truce with him.

The title get and the 2 countries that I expected to get :
image

I think that must be because the title is titular, meaning the counties held by the character holding it does not get transferred.

So what is the purpose to have a claim on a titular title ?

Maybe like for the Rupians, this title should be landed.

Maybe we could give the Frankish rulers claims on all other Frankish provinces (from all other Frankish realms)?

A more complex solution:

  • We could make an is_semi_landed_title_trigger and put d_baroia there along with other titular-duchy-tribes there and give flags to the "semi de iure" provinces of titular-duchy-tribes like is_part_of_d_baroia
  • In a CB we would check if the target duchy is_semi_landed_title and if it is, we would find all provinces that have is_part_of_@duchy flag and the same owner as target duchy owner
  • I hope dynamic flags work here (they should), that would make it pretty clean
    I think this is kind of a merger of the two solutions