Skip to content
Snippets Groups Projects
Commit 837b3eae authored by Lisa Greene's avatar Lisa Greene
Browse files

Make bombardment no_npc_use

parent 97a628d8
No related branches found
No related tags found
1 merge request!635Talent tuning
......@@ -179,7 +179,7 @@ newTalent {
points = 5,
mode = "sustained",
no_energy = true,
tactical = { BUFF = 2, STAMINA = -2 },
no_npc_use = true, -- let's not allow NPCs to attack three times a turn for over 100% weapon damage at high TL
on_pre_use = function(self, t, silent) return archerPreUse(self, t, silent, "sling") end,
cooldown = function(self, t)
return 10
......
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