Skip to content

Instantly share code, notes, and snippets.

@tg90nor
Last active October 21, 2019 01:22
Show Gist options
  • Save tg90nor/b99a860222cf9279698b6e12a46754ba to your computer and use it in GitHub Desktop.
Save tg90nor/b99a860222cf9279698b6e12a46754ba to your computer and use it in GitHub Desktop.
# common/job_actions/AGOT_job_actions.txt line 194
action_improve_castle_holding = {
attribute = stewardship
potential = {
FROM = {
ai = no
is_nomadic = no
}
}
trigger = {
OR = {
AND = {
owner = { character = FROM }
any_province_holding = {
has_holding_modifier = upgrade_bv
}
}
any_province_holding = {
owner = { character = FROM }
has_holding_modifier = upgrade_bv
}
}
}
events = { 950 } #951
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment