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

typos

git-svn-id: http://svn.net-core.org/repos/t-engine4@483 51575b47-30f0-44d4-a5cc-537603b46e54
parent d4d88e7c
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ newTalent{
mode = "passive",
points = 5,
info = function(self, t)
return ([[You have learned to disarm traps. (%d disarm power).]]):
return ([[You have learnt to disarm traps. (%d disarm power).]]):
format(self:getTalentLevel(t) * self:getCun(25))
end,
}
......
......@@ -285,7 +285,7 @@ newTalent{
return true
end,
info = function(self, t)
return ([[Summon a Warper to arras your foes. Warpers are really weak in melee and die easily, but they can blink around, throwing manathursts and time prisons at your foes.
return ([[Summon a Warper to harass your foes. Warpers are really weak in melee and die easily, but they can blink around, throwing manathursts and time prisons at your foes.
It will get %d magic and %d willpower.]]):format(15 + self:getWil() * self:getTalentLevel(t) / 5, 10 + self:getTalentLevel(t) * 2)
end,
}
......@@ -351,7 +351,7 @@ newTalent{
return true
end,
info = function(self, t)
return ([[Summon a Fire Drake to burn and crush your foes to death. Fire Drakes a behemoths that can burn your foes from afar with their fiery breath.
return ([[Summon a Fire Drake to burn and crush your foes to death. Fire Drakes are behemoths that can burn your foes from afar with their fiery breath.
It will get %d strengh and %d constitution.]]):format(15 + self:getWil() * self:getTalentLevel(t) / 5, 10 + self:getTalentLevel(t) * 2)
end,
}
......@@ -161,8 +161,8 @@ newTalent{
return true
end,
info = function(self, t)
return ([[Summon a Fire Imp to burn your foes to death. Fire Imps are really weak in melee and die easily, but they can burn your foes from afar.
It will get %d magic and %d willpower.]]):format(15 + self:getWil() * self:getTalentLevel(t) / 5, 10 + self:getTalentLevel(t) * 2)
return ([[Summon a Turtle to distract your foes. Turtles are resilient but not very powerful. However they will periodicaly force any foes to attack them.
It will get %d constitution and %d dexterity.]]):format(15 + self:getWil() * self:getTalentLevel(t) / 5, 10 + self:getTalentLevel(t) * 2)
end,
}
......@@ -225,7 +225,7 @@ newTalent{
return true
end,
info = function(self, t)
return ([[Summon a Spider to arras your foes. Spiders can poison your foes and throw webs to pin them to the ground.
return ([[Summon a Spider to harass your foes. Spiders can poison your foes and throw webs to pin them to the ground.
It will get %d strength and %d dexterity.]]):format(15 + self:getWil() * self:getTalentLevel(t) / 5, 10 + self:getTalentLevel(t) * 2)
end,
}
......
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