• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

FatalIdiot

Recruit
50 Badges
Nov 6, 2015
9
0
  • Crusader Kings II
  • Hearts of Iron III
  • Heir to the Throne
  • Divine Wind
  • Europa Universalis III: Chronicles
  • Europa Universalis III
  • Dungeonland
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: The Old Gods
  • A Game of Dwarves
  • Crusader Kings II: Conclave
  • Stellaris
  • Europa Universalis IV: Cossacks
  • Crusader Kings II: Horse Lords
  • Crusader Kings III
  • Hearts of Iron IV: Cadet
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Rights of Man
  • Europa Universalis IV: Common Sense
  • Hearts of Iron IV: Together for Victory
  • Crusader Kings II: Monks and Mystics
  • Hearts of Iron IV: Death or Dishonor
  • Crusader Kings II: Jade Dragon
  • Hearts of Iron IV: Expansion Pass
  • Stellaris: Apocalypse
  • Crusader Kings II: Holy Fury
  • Imperator: Rome Deluxe Edition
  • Imperator: Rome
  • Prison Architect
  • Mount & Blade: With Fire and Sword
  • Crusader Kings II: Way of Life
  • Europa Universalis IV: El Dorado
  • Warlock: Master of the Arcane
  • Teleglitch: Die More Edition
  • Magicka
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sword of Islam
  • Europa Universalis IV
  • Europa Universalis IV: Art of War
  • Europa Universalis IV: Conquest of Paradise
  • Stellaris - Path to Destruction bundle
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Res Publica
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Pre-order
Hi all,
Im new to CK2 modding, right now am fulling around with targeted decisions, and I want to ba able to have a targeted decision on a title (be that county or above) to change all of the stats to some predefined ones (like converting the county to jewish or arabic muslim). What do I have to put in the effect = {} block?
 
Hi,

As a beginner I'd suggest using this quickcard I did : https://forum.paradoxplaza.com/foru...copes-modding-quickcard.987931/#post-25119655

You can see that religion and culture are characteristics of provinces.
And to go from a county title to its corresponding province you need to use capital_scope = { }

Code:
title_decisions = {
  effect = {
    capital_scope = { 
       religion = FROM  # FROM is the decision taker in title_decisions
       culture = FROM
    }
  }
}
 
This looks extremely halpfull, saved it, thanks a ton! As a beginer, I feel a huge lack of compilational material such as this. Maybe I was just searching the wrong places, but still. Thanks a lot again! ;)
 
I have another minor question: I want to add an opinion modifier after a tergeted action. So if I use action like "give money to church" of "restore peasant's settlement", I want to get a minor opinion boost from zelous characters or characters of the culture I targeter the province of.
I thinks this is done with traits, I'd give my guy some traits like "Peasant lover" or "Church patron", but I can't find how to boost opinions based on religion and culture. Help please? :)

Update: I found opinion modifiers for religion, like
Code:
same_religion_opinion
and
Code:
infidel_opinion
. Guess this is enough for me for now, but the culture opinion modifiers are still something I can't find.
 
Last edited:
I thought location = {} is used for that, while capital_scope = {} scopes from a county title/province to the capital holding of that county.

Indeed location = {} sounds much better, I'll add it to the card !
I'm pretty sure capital_scope scopes to the province (the province ID of capital = xxx)
But there's also capital_holding from province to holding.