-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
88 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
political_decisions = { | ||
bureaucrats_fix = { | ||
alert = no | ||
potential = { | ||
has_country_flag = show_options_Y | ||
ai = no | ||
NOT = { has_country_modifier = bureaucrats_fix_cooldown } | ||
} | ||
allow = { | ||
} | ||
effect = { | ||
country_event = 40404040 | ||
add_country_modifier = { | ||
name = bureaucrats_fix_cooldown | ||
duration = 3650 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
country_event = { | ||
id = 40404040 | ||
title = "Non-Accepted Bureaucrats Decision (10 year cooldown)" | ||
desc = "This decision is intended to convert non-accepted Bureaucrats into Artisans, in both states and colonies, so they stop getting fat off of state admin funding." | ||
|
||
is_triggered_only = yes | ||
fire_only_once = yes | ||
|
||
option = { | ||
name = "Force them into Artisans!" | ||
any_owned = { | ||
any_pop = { | ||
limit = { | ||
AND = { | ||
is_primary_culture = no | ||
is_accepted_culture = no | ||
} | ||
type = bureaucrats | ||
} | ||
pop_type = artisans | ||
} | ||
|
||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters