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

omega20056

Basileus Basileon
94 Badges
Dec 27, 2012
4.463
2.009
  • Crusader Kings III: Royal Edition
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Expansion Pass
  • Battle for Bosporus
  • Crusader Kings III
  • Europa Universalis 4: Emperor
  • Stellaris: Necroids
  • Victoria 3 Sign Up
  • Hearts of Iron IV: By Blood Alone
  • Hearts of Iron IV: No Step Back
  • Stellaris: Nemesis
  • March of the Eagles
  • Europa Universalis IV
  • Cities: Skylines - Natural Disasters
  • Cities: Skylines - Green Cities
  • Stellaris: Federations
  • Europa Universalis IV: Res Publica
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • Crusader Kings II
  • Europa Universalis IV: Pre-order
  • Europa Universalis IV: Common Sense
  • Europa Universalis IV: Mare Nostrum
  • Imperator: Rome Deluxe Edition
  • Stellaris
  • Stellaris - Path to Destruction bundle
  • Imperator: Rome Sign Up
  • Europa Universalis IV: Third Rome
  • Imperator: Rome - Magna Graecia
  • Crusader Kings II: Jade Dragon
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Charlemagne
  • Europa Universalis IV: El Dorado
  • Stellaris: Megacorp
  • Crusader Kings II: Holy Fury
  • Crusader Kings II: Reapers Due
  • Europa Universalis IV: Golden Century
  • Europa Universalis IV: Rights of Man
  • Crusader Kings II: Legacy of Rome
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Europa Universalis IV: Mandate of Heaven
  • 500k Club
  • Stellaris: Ancient Relics
  • Victoria 2
  • Imperator: Rome
  • Crusader Kings II: Monks and Mystics
  • Stellaris: Synthetic Dawn
  • Stellaris: Lithoids
This event used to give an extra one diplomacy, but it's been broken for a while now (Since ToG IIRC).

Code:
### The Mirror

# The Mirror
character_event = {
    id = 94125
    desc = EVTDESC94125
    picture = GFX_evt_courtiers_talking
    border = GFX_event_normal_frame_diplomacy
   
    capable_only = yes
    prisoner = no
   
    trigger = {
        OR = {
            AND = {
                has_focus = focus_carousing
                NOT = { diplomacy = 8 }
            }
            has_ambition = obj_improve_diplomacy
        }
        NOT = { has_character_flag = the_feud }
        NOT = { has_character_flag = the_mirror }
        NOT = { has_character_flag = the_suicide }
        NOT = { has_character_flag = the_mirror_taken }
    }
   
    mean_time_to_happen = {
        months = 280
    }
   
    option = {
        name = EVTOPTA94125
        set_character_flag = the_mirror
        set_character_flag = the_mirror_taken
    }
}
 
Upvote 0

rageair

CK3 Game Director
Paradox Staff
43 Badges
Sep 10, 2011
1.805
8.997
  • Cities in Motion
  • Europa Universalis IV: Pre-order
  • War of the Vikings
  • Victoria 2: Heart of Darkness
  • Victoria 2: A House Divided
  • Victoria 2
  • Semper Fi
  • Victoria: Revolutions
  • Europa Universalis IV: Res Publica
  • Magicka
  • Heir to the Throne
  • Hearts of Iron III
  • For the Motherland
  • Europa Universalis IV: Call to arms event
  • Europa Universalis IV: Wealth of Nations
  • Europa Universalis IV: Conquest of Paradise
  • Crusader Kings II: Sons of Abraham
  • A Game of Dwarves
  • Crusader Kings II
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Europa Universalis IV: Art of War
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Europa Universalis III
  • Europa Universalis III: Chronicles
  • Europa Universalis III Complete
  • Divine Wind
  • Shadowrun Returns
  • The Showdown Effect
  • Shadowrun: Dragonfall
  • Stellaris Sign-up
  • Crusader Kings II: Way of Life
  • Shadowrun: Hong Kong
  • Europa Universalis IV: El Dorado
  • 500k Club
  • War of the Roses
  • Europa Universalis III Complete
  • Europa Universalis III Complete
  • Europa Universalis IV
I don't see anything obviously wrong here, it leads to an event where you're granted 2 diplomacy as intended. Am I missing something?