• 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.

Judge

Field Marshal
6 Badges
Jan 8, 2003
3.645
1
Visit site
  • Crusader Kings II
  • Europa Universalis III Complete
  • Europa Universalis IV
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • 500k Club
I am trying to mod an independence event for various Christian countries in the east. This event is for Kingdom of Jersualem. Do you think it will work? (should mention that the rebel Jer have French culture in start up so Arabic will be the extra)

# Independence for the Christian in the east#
event = {

id = 200000
random = no
country = JER
name = "EVENTNAME200000"
desc = "EVENTHIST200000"
style = 1

date = { day = 1 month = january year = 1419 }
offset = 30
deathdate = { day = 1 month = january year = 1800 }


action_a ={ # Accept other Christians into our administration#
name = "ACTIONNAME200000A"
command = { type = add_countryculture which = arabic }
command = { type = relation which = PAP value = -100 }
command = { type = domestic which = INNOVATIVE value = 1 }
command = { type = treasury value = 200 }
command = { type = infantry which = -1 value = 10000 }
}

action_b ={ #God wants us to stay pure ask the Pope for help#
name = "ACTIONNAME200000B"
command = { type = relation which = PAP value = 200 }
command = { type = relation which = TUR value = -100 }
command = { type = treasury value = 500 }
command = { type = cavalry which = -1 value = 5000 }
command = { type = artillery which = -2 value = 50 }

}


action_c ={ #Accept all beliefs in our land#
name = "ACTIONNAME200000C"
command = { type = add_countryculture which = arabic }
command = { type = relation which = PAP value = -100 }
command = { type = relation which = VEN value = -100 }
command = { type = relation which = TUR value = 100 }
command = { type = treasury value = 200 }
command = { type = domestic which = INNOVATIVE value = 2 }
command = { type = stability value = -2 }
command = { type = infantry which = -2 value = 10000 }
command = { type = cavalry which = -2 value = 5000 }

}
 
Last edited: