Skip to content
Snippets Groups Projects
Commit 8853a008 authored by dg's avatar dg
Browse files

Summoners range on summons reduced to 5

git-svn-id: http://svn.net-core.org/repos/t-engine4@5954 51575b47-30f0-44d4-a5cc-537603b46e54
parent 71fb51d8
No related branches found
No related tags found
No related merge requests found
......@@ -219,7 +219,7 @@ newTalent{
message = "@Source@ summons a Ritch Flamespitter!",
equilibrium = 2,
cooldown = 10,
range = 10,
range = 5,
requires_target = true,
is_summon = true,
tactical = { ATTACK = { FIRE = 2 } },
......@@ -317,7 +317,7 @@ newTalent{
message = "@Source@ summons a 3-headed hydra!",
equilibrium = 5,
cooldown = 18,
range = 10,
range = 5,
requires_target = true,
is_summon = true,
tactical = { ATTACK = { ACID = 1, LIGHTING = 1, NATURE = 1 } },
......@@ -422,7 +422,7 @@ newTalent{
message = "@Source@ summons a Rimebark!",
equilibrium = 8,
cooldown = 10,
range = 10,
range = 5,
requires_target = true,
is_summon = true,
tactical = { ATTACK = { COLD = 1 }, DISABLE = { stun = 2 } },
......@@ -522,7 +522,7 @@ newTalent{
message = "@Source@ summons a Fire Drake!",
equilibrium = 15,
cooldown = 10,
range = 10,
range = 5,
requires_target = true,
is_summon = true,
tactical = { ATTACK = { FIRE = 2 }, DISABLE = { knockback = 2 } },
......
......@@ -26,7 +26,7 @@ newTalent{
message = "@Source@ summons a War Hound!",
equilibrium = 3,
cooldown = 15,
range = 10,
range = 5,
requires_target = true,
is_summon = true,
tactical = { ATTACK = { PHYSICAL = 2 } },
......@@ -119,7 +119,7 @@ newTalent{
message = "@Source@ summons a Jelly!",
equilibrium = 2,
cooldown = 10,
range = 10,
range = 5,
requires_target = true,
is_summon = true,
tactical = { ATTACK = { NATURE = 1 }, EQUILIBRIUM = 1, },
......@@ -221,7 +221,7 @@ newTalent{
message = "@Source@ summons a Minotaur!",
equilibrium = 10,
cooldown = 15,
range = 10,
range = 5,
is_summon = true,
requires_target = true,
tactical = { ATTACK = { PHYSICAL = 2 }, DISABLE = { confusion = 1, stun = 1 } },
......@@ -321,7 +321,7 @@ newTalent{
message = "@Source@ summons an Stone Golem!",
equilibrium = 15,
cooldown = 20,
range = 10,
range = 5,
is_summon = true,
tactical = { ATTACK = { PHYSICAL = 3 }, DISABLE = { knockback = 1 } },
on_pre_use = function(self, t, silent)
......
......@@ -94,7 +94,7 @@ newTalent{
message = "@Source@ summons a Turtle!",
equilibrium = 2,
cooldown = 10,
range = 10,
range = 5,
is_summon = true,
requires_target = true,
tactical = { DEFEND = 2, PROTECT = 2 },
......@@ -201,7 +201,7 @@ newTalent{
message = "@Source@ summons a Spider!",
equilibrium = 5,
cooldown = 10,
range = 10,
range = 5,
is_summon = true,
tactical = { ATTACK = 1, DISABLE = { pin = 2 } },
on_pre_use = function(self, t, silent)
......
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