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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@6291 51575b47-30f0-44d4-a5cc-537603b46e54
parent d03bf9a9
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ newTalent{
return ([[Imbue an alchemist gem with an explosive charge of mana and throw it.
The gem will explode for %0.2f %s damage.
Each kind of gem will also provide a specific effect.
The damage will improve with better gems and with your Spellpower; the range, with your Dexterity.]]):format(dam, DamageType:get(damtype).name)
The damage will improve with better gems and with your Spellpower.]]):format(dam, DamageType:get(damtype).name)
end,
}
......@@ -291,6 +291,6 @@ newTalent{
return ([[Crush together two alchemist gems, making them extremely unstable.
You then throw them to a target area, where they explode on impact, dealing %0.2f physical damage and knocking back any creatures in the blast radius.
Each kind of gem will also provide a specific effect.
The damage will improve with better gems and with your Spellpower; the range, with your Dexterity.]]):format(dam)
The damage will improve with better gems and with your Spellpower.]]):format(dam)
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