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

Walkaboutout

Captain
52 Badges
Jan 27, 2014
303
127
  • Stellaris: Galaxy Edition
  • Tyranny: Archon Edition
  • Stellaris: Apocalypse
  • Crusader Kings II: Monks and Mystics
  • Stellaris - Path to Destruction bundle
  • BATTLETECH
  • Surviving Mars
  • Stellaris: Synthetic Dawn
  • Age of Wonders III
  • Age of Wonders
  • Age of Wonders II
  • Crusader Kings II: Jade Dragon
  • Stellaris: Humanoids Species Pack
  • Stellaris: Leviathans Story Pack
  • Surviving Mars: Digital Deluxe Edition
  • BATTLETECH - Digital Deluxe Edition
  • Surviving Mars: First Colony Edition
  • Stellaris: Megacorp
  • Crusader Kings II: Holy Fury
  • Surviving Mars: First Colony Edition
  • Imperator: Rome Sign Up
  • Stellaris: Lithoids
  • Stellaris: Federations
  • Crusader Kings III
  • Stellaris: Necroids
  • Stellaris: Nemesis
  • Stellaris: Digital Anniversary Edition
  • Crusader Kings II: Reapers Due
  • Stellaris Sign-up
  • Stellaris: Galaxy Edition
  • Stellaris: Galaxy Edition
  • Stellaris
  • Crusader Kings II: Conclave
  • Crusader Kings II: Horse Lords
  • Pillars of Eternity
  • Crusader Kings II: Way of Life
  • Warlock: Master of the Arcane
  • A Game of Dwarves
  • Crusader Kings II
  • 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
  • Impire
  • Majesty 2 Collection
  • Warlock 2: The Exiled
So, in order the be eligible for the events attached to the trade post gold mines in the counties of Bure, and Bambuk, do you need to personally hold those counties (or one of them), or is it sufficient to own just the trade posts as a liege, though not the county itself (which I know I can do as a Merchant Republic for sure). Below is even the event code for it....it makes me think you don't need to personally hold the county, but I may not understand exactly what is meant by the script line "any_demesne_province". Is that personal demesne? I think it is sadly, but I'm sure others here would know better than I do.

Code:
# Gold Rush!
character_event = {
    id = HFP.80000
    title = EVTTITLE_HFP_80000
    desc = EVTDESC_HFP_80000
    picture = GFX_evt_west_african_ruler
    
    only_playable = yes
    
    is_triggered_only = yes

    trigger = {
        any_demesne_province = {
            has_trade_post = yes
            trade_route = trans_saharan_trade_route
            has_trans_saharan_gold_mine = yes
            NOT = { has_province_flag = recent_gold_rush }
            NOT = { has_province_modifier = depleted_gold_mine }
        }
    }

    immediate = {
        random_demesne_province = {
            limit = {
                has_trade_post = yes
                trade_route = trans_saharan_trade_route
                has_trans_saharan_gold_mine = yes
                NOT = { has_province_flag = recent_gold_rush }
                NOT = { has_province_modifier = depleted_gold_mine }
            }
            set_province_flag = recent_gold_rush
            province_event = { id = HFP.80001 days = 3650 random = 14600 } # Gold rush cooldown
        }
    }
    
    option = {
        name = EVTOPTA_HFP_80000
        
        scaled_wealth = { value = 10 min = 1000 max = 10000 }
    }
}
 
yes, demesne means personal demesne i.e. you have to own the province the trade post is in.
 
Last edited:
  • 1
Reactions: