Typos
Moderator: Moderator
Re: Typos
In new game text:
"one hundred year" -> "one hundred years"
"leaking" -> "healing" I think
Tutorial text:
States no achievements granted... but I isn't there an achievement specifically for completing the tutorial? Maybe should say "No main game achievements granted".
Human race description:
"have know peace" -> "have known peace"
Elf race description:
"three subrace" -> "three subraces"
Shalore description:
"otehr" -> "other"
"one hundred year" -> "one hundred years"
"leaking" -> "healing" I think
Tutorial text:
States no achievements granted... but I isn't there an achievement specifically for completing the tutorial? Maybe should say "No main game achievements granted".
Human race description:
"have know peace" -> "have known peace"
Elf race description:
"three subrace" -> "three subraces"
Shalore description:
"otehr" -> "other"
Re: Typos
2hweapon.lua
are naerly unstoppable, granting %d%%
->nearly
also stun and pin res is negligible
stun = self:addTemporaryValue("stun_immune", 0.1 * self:getTalentLevel(t)), --gives 0.5 at lvl 5
are naerly unstoppable, granting %d%%
->nearly
also stun and pin res is negligible
stun = self:addTemporaryValue("stun_immune", 0.1 * self:getTalentLevel(t)), --gives 0.5 at lvl 5
You are likely to be eaten by a grue
Re: Typos
0.5 means 50% stun/pin resistance - not entirely negligible.
Re: Typos
Code: Select all
info = function(self, t)
return ([[Enters an aggressive battle stance, increasing attack by %d and damage by %d at the cost of -10 defense and -10 armor.
While berserking you are naerly unstoppable, granting %d%% stun and pinning resistance.]]):
format(
5 + self:getDex(7) * self:getTalentLevel(t),
5 + self:getStr(7) * self:getTalentLevel(t),
0.1 * self:getTalentLevel(t)
)
end,
Code: Select all
format(
5 + self:getDex(7) * self:getTalentLevel(t),
5 + self:getStr(7) * self:getTalentLevel(t),
10 * self:getTalentLevel(t)
)
You are likely to be eaten by a grue
-
- Thalore
- Posts: 158
- Joined: Wed May 19, 2010 4:05 am
Re: Typos
"Slient Blade" should be "Silent Blade" I'm guessing.
Also, I'm still seeing "122th" instead of "122nd." Always gives me a small chuckle
Also, I'm still seeing "122th" instead of "122nd." Always gives me a small chuckle

-
- Thalore
- Posts: 158
- Joined: Wed May 19, 2010 4:05 am
Re: Typos
In monster description of Rak'shor Cultist, "responsable" should be "responsible"
Re: Typos
Anti-magic quest text:
"Brother, our guild, the Ziguranth, has been watching you, Human, and we believe that you have potential."
- way too many commas. Either cut out the Brother or cut out the Human.
"We can train you, you you need to prove..."
-> "We can train you, but you need to prove..."
"spells, scrolls or other magic devices"
- change scrolls to runes.
"Brother, our guild, the Ziguranth, has been watching you, Human, and we believe that you have potential."
- way too many commas. Either cut out the Brother or cut out the Human.
"We can train you, you you need to prove..."
-> "We can train you, but you need to prove..."
"spells, scrolls or other magic devices"
- change scrolls to runes.
Re: Typos
http://wooledge.org/~greg/te4.15.spelling
A couple hours' worth of proofreading. This was done against beta 15 (svn r1992), and during that time, beta 15b came out... but I guess most of it should still apply.
It's nowhere near a complete proofreading. I only got through a fraction of the .lua files before I got tired.
Spoilers. Lots of them. Don't read if you care about such things.
A couple hours' worth of proofreading. This was done against beta 15 (svn r1992), and during that time, beta 15b came out... but I guess most of it should still apply.
It's nowhere near a complete proofreading. I only got through a fraction of the .lua files before I got tired.
Spoilers. Lots of them. Don't read if you care about such things.
Re: Typos
Wooohhhh
Thanks a lot greycat!
It patches just fine
Thanks a lot greycat!
It patches just fine

[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning
