• 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.
Status
Not open for further replies.

Laurens54321

Private
28 Badges
Jul 25, 2016
18
0
  • Europa Universalis IV: Rights of Man
  • Prison Architect
  • Europa Universalis IV: Golden Century
  • Cities: Skylines Industries
  • Europa Universalis IV: Dharma
  • Cities: Skylines - Parklife
  • Cities: Skylines - Parklife Pre-Order
  • Europa Universalis IV: Rule Britannia
  • Europa Universalis IV: Cradle of Civilization
  • Cities: Skylines - Green Cities
  • Age of Wonders III
  • Europa Universalis IV: Mandate of Heaven
  • Cities: Skylines - Mass Transit
  • Hearts of Iron IV: Cadet
  • Europa Universalis IV: Mare Nostrum
  • Europa Universalis IV: Cossacks
  • Cities: Skylines - After Dark
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: El Dorado
  • Cities: Skylines
  • Crusader Kings II
  • Europa Universalis IV: Third Rome
  • Europa Universalis IV: Res Publica
  • Lead and Gold
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Art of War
  • Europa Universalis IV
So ive been trying to make a national focus tree mod for belgium and i've encountered a problem and i dont know how to fix it =P
its a problem where the event is invalid
if somebody could take a look and help you are a boss

add_namespace = belgium

country_event = {
id = belgium.11
title = belgium.11.t
desc = belgium.11.d
picture = GFX_report_event_german_speech

is_triggered_only = yes

option = {
name = belgium.11.a
ai_chance = {
base = 10
modifier = {
factor = 0.3
OR = {
date > 1937.1.1
has_war = yes
tag = BEL
has_government = democracy
}
}
}
add_to_faction = BEL
news_event = { hours = 6 id = Bel_news.4 }
}

option = {
name = belgium.11.b
ai_chance = {
base = 5
modifier = {
factor = 0
has_opinion = { target = BEL value > 30 }
}
}
BEL = { country_event = { hours = 2 id = belgium.12 } }
}
}

country_event = {
id = belgium.12
title = belgium.12.t
desc = belgium.12.d
picture = GFX_report_event_german_speech

is_triggered_only = yes

option = {
name = belgium.12.a
}
}
 
Status
Not open for further replies.