ParadoxGameConverters / CK3ToEU4

Converts Crusader Kings 3 saves into Europa Universalis 4 mods
MIT License
55 stars 25 forks source link

Fix reforms #41

Open Zemurin opened 4 years ago

Zemurin commented 4 years ago

Since there are only a few laws in CK3, notably:

  1. crown/tribal authority 0-3
  2. succession laws (useless to us)
  3. title succession (elective), 5 types, the function to set initial reforms needs to be heavily edited. I suggest going religious/cultural/regional route and only slightly tapping into authority laws.

If tag.capital in poland.region && authority = 0 -> polish elective. if tag.capital in england && authority 0-1 -> english monarchy and so on.

Elfangor567 commented 3 years ago

There is elective succession though? Why wouldn't we use that for elective?

Zemurin commented 3 years ago

There is elective succession though? Why wouldn't we use that for elective?

Because half the world would be elective and EU4 elective requires special events (POL/BOH). Ideally noone should be elective. This issue is just a placeholder to be solved when some DLC introduces proper laws with finer gradation, as well as tribes/hordes so we can do what CK2 does.