Crusader Kings III

Crusader Kings III

Easy Title Creation & Change Government Type
 This topic has been pinned, so it's probably important
Snakie  [developer] 9 Nov, 2024 @ 10:13pm
Change Decision Cost Instruction
I don't want to make a new mod or game rule for this, so here is an instruction to change the cost of these decisions to match the vanilla cost. You can change the value to whatever you want.
  1. Go to where you installed your game and the mod. It should look similar to this:
    C:\program files (x86)\steam\steamapps\workshop\content\1158310\3343278201
  2. Open the folder [Common] -> [Decision] -> [81_ect.txt]
  3. Find the line that says: cost = { ... }
  4. Replace the entire code block with the code block below

Convert to Feudalism/Clan
cost = { prestige = 200 }

Convert to Administration
cost = { gold = 800 prestige = 1000 }

Forming Duchy
cost = { gold = 75 prestige = 125 piety = 50 }

Forming Kingdom
cost = { gold = 300 prestige = 500 piety = 200 }

Forming Empire
cost = { gold = 1200 prestige = 2000 piety = 600 }
Last edited by Snakie; 9 Nov, 2024 @ 10:27pm