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

Typos

git-svn-id: http://svn.net-core.org/repos/t-engine4@1432 51575b47-30f0-44d4-a5cc-537603b46e54
parent e08040a5
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ It is improved by Cunning.
]]
TOOLTIP_COMBAT_SPEED = [[#GOLD#Attack speed#LAST#
Attack speed represents how fast your attacks are compared to a normal turn.
The lowest it is the fastest your attacks are.
The lowest it is the faster your attacks are.
]]
-------------------------------------------------------------
......@@ -178,7 +178,7 @@ It is improved by Cunning.
]]
TOOLTIP_SPELL_SPEED = [[#GOLD#Spellcasting speed#LAST#
Spellcasting speed represents how fast your spellcasting is compared to a normal turn.
The lowest it is the fastest it is.
The lowest it is the faster it is.
]]
-------------------------------------------------------------
......
......@@ -116,7 +116,7 @@ newEntity{
game.logPlayer(who, "#LIGHT_RED#As you enter you notice the trap door has no visible handle on the inside. You are stuck here!")
who:grantQuest("lost-merchant")
end
end, "Enter then tunnels", "Leave carefully")
end, "Enter the tunnels", "Leave carefully")
return true
end,
}
......
......@@ -139,7 +139,7 @@ newTalent{
end,
info = function(self, t)
return ([[Chant the glory of the moon, granting you %d%% stun, blindness and confusion resistances.
In addition it surrounds you with a shield of darkness, damaging anything that attacks you for %0.2f light damage.
In addition it surrounds you with a shield of darkness, damaging anything that attacks you for %0.2f darkness damage.
You may only have one Hymn active at once.
The damage will increase with the Magic stat]]):format(100 * (0.2 + self:getTalentLevel(t) / 10), damDesc(self, DamageType.DARKNESS, self:combatTalentSpellDamage(t, 5, 25)))
end,
......
......@@ -25,7 +25,7 @@ Melee combat depends on various stats:
* #GOLD#Attack#WHITE#: Your chance to hit
* #GOLD#Defense#WHITE#: Your chance to avoid attacks
* #GOLD#Armour#WHITE#: Flat reduction to damage done
* #GOLD#Damage#WHITE#: You much damage you do per blow
* #GOLD#Damage#WHITE#: How much damage you do per blow
* #GOLD#Armour Penetration#WHITE#: How much of the target's armour you can ignore
You can see those stats, along many others, in the character sheet.
......
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