Skip to content

Commit

Permalink
Update wc_thorium_decisions.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Malicos committed Sep 20, 2024
1 parent 9a8aab8 commit 4199c8d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions common/decisions/wc_thorium_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@ thorium_invite_craftsmen_decision = {

is_shown = {
is_ruler = yes
#OR = {
# has any title in de jure e_khaz_modan
# has any title in de jure e_azeroth
#}
OR = {
any_held_title = { # Must be in Azeroth region
tier >= tier_county
title_province = { geographical_region = world_eastern_kingdoms_azeroth }
}
any_held_title = { # Must be in Khaz Modan region
tier >= tier_county
title_province = { geographical_region = world_eastern_kingdoms_khaz_modan }
}
}
# Is not follower of fire cults or evil religions
NOR = {
religion = religion:fire_group
Expand Down

0 comments on commit 4199c8d

Please sign in to comment.