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

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@2156 51575b47-30f0-44d4-a5cc-537603b46e54
parent fae3bf2f
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ newBirthDescriptor
desc = {
"Highers are a special branch of humans that have been imbued with latent magic since the Age of Allure.",
"They usually do not breed with other humans, trying to keep their blood 'pure'.",
"They possess the #GOLD#Gift of Kings#WHITE# which allows them to regenerate their wounds once in a while.",
"They possess the #GOLD#Gift of the Pureborn#WHITE# which allows them to regenerate their wounds once in a while.",
"#GOLD#Stats modifiers:",
"#LIGHT_BLUE# * +1 Strength, +1 Dexterity, +0 Constitution",
"#LIGHT_BLUE# * +1 Magic, +1 Willpower, +0 Cunning",
......
......@@ -52,7 +52,7 @@ newTalent{
local tx, ty, target = self:getTarget(tg)
if not tx or not ty or not target or not target.summoner or not target.summoner == self or not target.wild_gift_summon then return nil end
if target.name == "fire imp" then
if target.name == "ritch flamespitter" then
local tg = {type="ball", range=self:getTalentRange(t), radius=1 + self:getTalentLevelRaw(t), talent=t}
target:project(tg, target.x, target.y, DamageType.FIRE, 28 + self:getWil(32) * self:getTalentLevel(t), {type="flame"})
target:die()
......@@ -70,7 +70,7 @@ newTalent{
info = function(self, t)
return ([[Destroys one of your summons, make it detonate in radius of %d.
Only some summons can be detonated:
- Fire Imp: Explodes into a fireball doing %0.2f fire damage
- Ritch Flamespitter: Explodes into a fireball doing %0.2f fire damage
- Jelly: Explodes into a ball of slowing slime doing 0.2f damage and slowing for 3 turns for 30%%
The effects improves with your Willpower.]]):format(1 + self:getTalentLevelRaw(t),damDesc(self, DamageType.FIRE, 28 + self:getWil(32) * self:getTalentLevel(t)),damDesc(self, DamageType.SLIME, 18 + self:getWil(22) * self:getTalentLevel(t)))
end,
......
No preview for this file type
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