Skip to content

Commit

Permalink
implemented cost and cooldown
Browse files Browse the repository at this point in the history
  • Loading branch information
Malicos committed Sep 20, 2024
1 parent 1017f06 commit 6e61911
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common/decisions/wc_thorium_decisions.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Warcraft
thorium_invite_craftsmen_decision = {
ai_check_interval = 6
ai_check_interval = 24
picture = "gfx/interface/illustrations/decisions/wc_dark_iron_dwarf.dds"
desc = thorium_invite_craftsmen_decision_desc
selection_tooltip = thorium_invite_craftsmen_decision_tt

cost = {
prestige = 250
piety = 250
}

cooldown = { days = 3650 }

is_shown = {
is_ruler = yes
Expand Down

0 comments on commit 6e61911

Please sign in to comment.