Is there anyway to remove the Cooldown on Duels or a way to make the cooldown shorter so I can duel more in a shorter period of time?
add_character_modifier = {
modifier = recent_duel_timer
duration = 365
hidden = yes
}
Thanks Very muchYep, it's fairly simple. Lines 931 to 935 of way_of_life_decisions.txt read as follows:
Code:add_character_modifier = { modifier = recent_duel_timer duration = 365 hidden = yes }
To change the duel cooldown, you'll need to create a mode and change 365 to however many days you want as the duel cooldown.
But what did you mean by create a mode?Yep, it's fairly simple. Lines 931 to 935 of way_of_life_decisions.txt read as follows:
Code:add_character_modifier = { modifier = recent_duel_timer duration = 365 hidden = yes }
To change the duel cooldown, you'll need to create a mode and change 365 to however many days you want as the duel cooldown.