Crusader Kings III

Crusader Kings III

Easy Title Creation & Change Government Type
 此主题已被置顶,因此可能具有重要性
Snakie  [开发者] 2024 年 11 月 9 日 下午 10:13
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 }
最后由 Snakie 编辑于; 2024 年 11 月 9 日 下午 10:27