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

typos

git-svn-id: http://svn.net-core.org/repos/t-engine4@2973 51575b47-30f0-44d4-a5cc-537603b46e54
parent 8161b132
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ newLore{
id = "kor-pul-note-5",
category = "kor'pul",
name = "journal page (kor'pul)",
lore = [[It's quiet down hear. And dark... very dark. I suppose I should have brought a lantern. Our motto is to bring light into dark places, but I guess I should have thought about that in practical terms. I've cleared out pretty much all of this area, and there's not much left to explore beyond this last room.
lore = [[It's quiet down here. And dark... very dark. I suppose I should have brought a lantern. Our motto is to bring light into dark places, but I guess I should have thought about that in practical terms. I've cleared out pretty much all of this area, and there's not much left to explore beyond this last room.
This adventuring stuff is quite lonely, I must say. I guess keeping this journal helps a bit. I miss home a lot now. I miss... I miss Falia. Maybe I should have said something to her about how I feel... but I guess running away on an adventure seemed easier. Pah, how brave of me...
......
......@@ -32,8 +32,8 @@ newTalent{
return true
end,
info = function(self, t)
return ([[Concentrate on your blows, each strike has %d%% chance to deal an other similar blow for %d turns.
This works for all blows, even ones form other talents and shield bashes.
return ([[Concentrate on your blows, each strike has %d%% chance to deal another similar blow for %d turns.
This works for all blows, even ones from other talents and shield bashes.
The chance increases with your Dexterity.]]):format(self:combatTalentStatDamage(t, "dex", 10, 90), math.floor(4 + self:getTalentLevel(t) * 1.3))
end,
}
......
......@@ -72,7 +72,7 @@ newEntity{ define_as = "ORB_MANY_WAYS2",
level_range = {30, 30},
display = "*", color=colors.VIOLET, image = "object/pearl.png",
encumber = 1,
desc = [[The orb projects images of distance places, some that seem to not be of this world, switching rapidly.
desc = [[The orb projects images of distant places, some that seem to not be of this world, switching rapidly.
If used near a portal it could probably activate it.]],
max_power = 30, power_regen = 1,
......
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