Skip to content

Commit

Permalink
20 years cooldown
Browse files Browse the repository at this point in the history
  • Loading branch information
Malicos committed Sep 20, 2024
1 parent 0805667 commit 9a8aab8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion common/decisions/wc_thorium_decisions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,33 @@ thorium_invite_craftsmen_decision = {
piety = 250
}

cooldown = { days = 3650 }
cooldown = { days = 7200 }

is_shown = {
is_ruler = yes
#OR = {
# has any title in de jure e_khaz_modan
# has any title in de jure e_azeroth
#}
# Is not follower of fire cults or evil religions
NOR = {
religion = religion:fire_group
religion = religion:doombringer
religion = religion:deathbringer
religion = religion:shathgral
}
# Is not holder of Thorium bases of operation
NOR = {
has_title = title:c_drognur
has_title = title:c_chiselgrip
}
}

is_valid = {
piety_level >= 2
prestige_level >= 2

# Holder of Thorium bases of operation must not be either pawn of Ragnaros or follower of evil cults
OR = {
title:c_drognur.holder = { # Thorium Point
NOT = {
Expand Down

0 comments on commit 9a8aab8

Please sign in to comment.