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

Characters start with a pickaxe in the infinite dungeon

git-svn-id: http://svn.net-core.org/repos/t-engine4@2306 51575b47-30f0-44d4-a5cc-537603b46e54
parent 07a63f49
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,7 @@ newBirthDescriptor{
copy = {
-- Give the orb of knowledge
resolvers.inventory{ id=true, {defined="ORB_KNOWLEDGE"}},
resolvers.equip{ id=true, {name="iron pickaxe"}},
resolvers.generic(function(e) e.hotkey[12] = {"inventory", "Orb of Knowledge"} end),
-- Override normal stuff
before_starting_zone = function(self)
......
......@@ -87,7 +87,7 @@ newTalent{
info = function(self, t)
return ([[Your blood turns into an acidic mixture. When you get hit the attacker is splashed with acid.
This deals %0.2f acid damage each turn for 5 turns and reduces the attacker attack by %d.
At level 3 it will also reduce armour by %dfor 5 turns.
At level 3 it will also reduce armour by %d for 5 turns.
The damage will increase with your Magic stat.]]):
format(damDesc(self, DamageType.ACID, self:combatTalentSpellDamage(t, 5, 30)), self:combatTalentSpellDamage(t, 15, 35), self:combatTalentSpellDamage(t, 15, 40))
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