Skip to content
Snippets Groups Projects
Commit 5168ee1f authored by Chris Davidson's avatar Chris Davidson
Browse files

Reduce cooldown of Torque of Clear Mind

parent e2f8a4f2
No related branches found
No related tags found
1 merge request!594WIP 1.6.5 misc
......@@ -43,7 +43,7 @@ newEntity{
level_range = {1, 50},
rarity = 20,
charm_power_def = {add=1, max=5, floor=true},
resolvers.charm("remove 1 confusion or silence effect and prevent the application of %d detrimental mental effects for 5 turns", 40, function(self, who)
resolvers.charm("remove 1 confusion or silence effect and prevent the application of %d detrimental mental effects for 5 turns", 25, function(self, who)
who:removeEffectsFilter(function(e) return (e.subtype.confusion or e.subtype.silence) end, 1)
who:setEffect(who.EFF_CLEAR_MIND, 5, {power=self:getCharmPower(who)})
game.logSeen(who, "%s uses %s!", who.name:capitalize(), self:getName{no_add_name=true, do_color=true})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment