Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ideas are not in the country scope #417

Open
maxice8 opened this issue Apr 26, 2024 · 1 comment
Open

Ideas are not in the country scope #417

maxice8 opened this issue Apr 26, 2024 · 1 comment

Comments

@maxice8
Copy link
Collaborator

maxice8 commented Apr 26, 2024

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
    }
}
@17blue17
Copy link
Collaborator

I found the right .cwt file and the right line to fix but the fix has no impact. I have posted on discord asking Caligula for input as I do not understand why replace scope does not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants