Skip to content

Ideas are not in the country scope #417

@maxice8

Description

@maxice8

Ideas are not treated as COUNTRY scope, allowing one to use province-level ideas.

For example in this piece of code, the idea ser_second has the wrong modifier, it needs the "global_" prefix.

SER_ideas = {
    start = {
    	land_morale = 0.10
    	manpower_recovery_speed = 0.15
    }
    
    bonus = {
    	discipline = 0.05    
    }
    
    trigger = {
        tag = SER
    }
    free = yes            #will be added at load.
    
    ser_first = {
    	fort_maintenance_modifier = -0.2 
    }
    ser_second = {
		trade_goods_size_modifier = 0.1
    }
    ser_third = {
    	cavalry_power = 0.1
    	morale_damage = 0.1 #or let them recruit winged hussars if feeling spicy
    }
    ser_fourth = {
    	ae_impact = -0.1
    }
    ser_fifth = {
    	idea_cost = -0.1
    }
    ser_sixth = {
    	leader_land_shock = 1
    }
    ser_seventh = {
    	diplomatic_reputation = 1
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions