Skip to content

Commit

Permalink
change ritual cd
Browse files Browse the repository at this point in the history
  • Loading branch information
helloruhe committed Sep 16, 2024
1 parent 4933f6b commit 1c04ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions common/script_values/wc_magic_spell_values.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ wc_spell_cooldown_short = 120
wc_spell_cooldown_medium = 180
wc_spell_cooldown_long = 270
wc_spell_cooldown_very_long = 450
wc_spell_cooldown_ritual_short = 1095 # 3 years, but it starts at 2 years technically
wc_spell_cooldown_ritual = 1825 # 5 years
wc_spell_cooldown_ritual_long = 3650 # 10 years
## BASE VALUES ##
Expand Down
2 changes: 1 addition & 1 deletion common/scripted_effects/wc_magic_effects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ spell_cast_effect = {
}
add_character_flag = {
flag = any_ritual_cd
days = wc_spell_cooldown_ritual
days = wc_spell_cooldown_ritual_short
}
}

Expand Down

0 comments on commit 1c04ffb

Please sign in to comment.