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

Aachen

Sergeant
36 Badges
Jul 23, 2004
62
4
  • Surviving Mars
  • Stellaris
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Crusader Kings II: Reapers Due
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Leviathans Story Pack
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • Crusader Kings II: Conclave
  • Stellaris: Synthetic Dawn
  • Crusader Kings II: Jade Dragon
  • Stellaris: Humanoids Species Pack
  • Stellaris: Apocalypse
  • Stellaris: Distant Stars
  • Stellaris: Megacorp
  • Crusader Kings II: Holy Fury
  • Victoria 3 Sign Up
  • Deus Vult
  • Crusader Kings II: Charlemagne
  • Crusader Kings II: Legacy of Rome
  • Crusader Kings II: The Old Gods
  • Crusader Kings II: Rajas of India
  • Crusader Kings II: The Republic
  • Crusader Kings II: Sons of Abraham
  • Crusader Kings II: Sunset Invasion
  • Crusader Kings II: Sword of Islam
  • Crusader Kings II
  • Impire
  • Victoria: Revolutions
  • Victoria 2
  • Victoria 2: A House Divided
  • Victoria 2: Heart of Darkness
  • 500k Club
  • Crusader Kings II: Way of Life
  • Crusader Kings II: Horse Lords
I was just wondering what the requirements are to have this fire for me.

I'm Spain, I have a border with Transvaal (as does the UK). They get the Witwatersrand Gold Rush, province renamed Johannesburg and it gets a precious metal RGO. Now, from what I've read any GP with a border with Transvaal should get a Conquest CB on them. I'm a GP as is the UK, yet only they are getting then CB. What am I missing?

Vanilla with all DLCs for info.
 
The event has a MTTH of 12 months, so they might've just had the event before you did.
Code:
# Witwatersrand Goldrush
country_event = {
    id = 19501
    title = "EVTNAME19501"
    desc = "EVTDESC19501"
    news = yes
    news_desc_long = "EVTDESC19501_NEWS_LONG"
    news_desc_medium = "EVTDESC19501_NEWS_MEDIUM"
    news_desc_short = "EVTDESC19501_NEWS_SHORT"
    picture = "goldrush"
    
    trigger = {
        is_greater_power = yes
        any_neighbor_country = {
            has_country_modifier = witwatersrand_gold_rush
            is_greater_power = no
            NOT = {
                num_of_cities = 10
            }
        }
    }
    
    mean_time_to_happen = {
        months = 12
    }
    
    option = {
        name = "EVTOPTA19501"
        any_country = {
            limit = {
                has_country_modifier = witwatersrand_gold_rush
            }
            add_casus_belli = {
                target = THIS
                type = conquest
            }
            remove_country_modifier = witwatersrand_gold_rush
        }
    }
}
 
  • 1Like
Reactions: