Typos
Moderator: Moderator
-
- Spiderkin
- Posts: 454
- Joined: Sat May 15, 2010 3:09 am
Re: Typos
In 'Letter to Weisman 3' the word 'abhor' should probably be 'abide'
Re: Typos
Yes, "abide" sounds right.
In the "my salvation" text I'm not sure what's wrong with "shouts from the distance" - it's pretty much equivalent to both your suggestions for alternatives. Breaking up the lore would also be a shame since one might not find it all, and getting bits in the wrong order would ruin the flow of the text. It's a daunting piece, yes, but one can simply skip it or read it at leisure when one likes from the lore menu. There are other pieces of similar length or longer in the game.
In the "my salvation" text I'm not sure what's wrong with "shouts from the distance" - it's pretty much equivalent to both your suggestions for alternatives. Breaking up the lore would also be a shame since one might not find it all, and getting bits in the wrong order would ruin the flow of the text. It's a daunting piece, yes, but one can simply skip it or read it at leisure when one likes from the lore menu. There are other pieces of similar length or longer in the game.
-
- Spiderkin
- Posts: 454
- Joined: Sat May 15, 2010 3:09 am
Re: Typos
In the window for assigning talent points, the counters for the talent points read "Categories points left" and "Class Talents points left" and "Generic Talents points left."
They should read:
Category points left:
Class talent points left:
Generic talent points left:
They should read:
Category points left:
Class talent points left:
Generic talent points left:
-
- Spiderkin
- Posts: 454
- Joined: Sat May 15, 2010 3:09 am
Re: Typos
Orb of Many Ways description: "projects images of distance places..."
Replace distance with distant.
This is on the Orb that I got back after killing Tannen. I don't know if my first Orb had the typo. The demonic orb doesn't have the typo.
Replace distance with distant.
This is on the Orb that I got back after killing Tannen. I don't know if my first Orb had the typo. The demonic orb doesn't have the typo.
Re: Typos
Description of class Talent Greater Weapon Focus
'Concentrate on your blows, each strike has x% chance to deal an other similar blow for y turns.
This works for all blows, even ones form other talents and shield bashes.'
Should be
'Concentrate on your blows, each strike has x% chance to deal another similar blow for y turns.
This works for all blows, even ones from other talents and shield bashes.'
'Concentrate on your blows, each strike has x% chance to deal an other similar blow for y turns.
This works for all blows, even ones form other talents and shield bashes.'
Should be
'Concentrate on your blows, each strike has x% chance to deal another similar blow for y turns.
This works for all blows, even ones from other talents and shield bashes.'
-
- Spiderkin
- Posts: 454
- Joined: Sat May 15, 2010 3:09 am
Re: Typos
In objects/scrolls.lua, the description of taints is off-- says "may be inscribes." Should be "may be inscribed."
Re: Typos
(b23) timed_effects.lua, line 3505: (The output spam for using Spacetime Tuning)
anomoly should be anomaly
Code: Select all
"Your current failure chance is %d%%, your current anomoly chance is %d%%, and your current backfire chance is %d%%."
-
- Sher'Tul
- Posts: 1022
- Joined: Fri May 21, 2010 8:16 pm
- Location: Inside the minds of all
- Contact:
Re: Typos
Code: Select all
Line 582 - 592 in class/interface/combat.lua
--- Gets the damage
function _M:combatDamage(weapon)
weapon = weapon or self.combat or {}
local sub_cun_to_str = false
if weapon.talented and weapon.talented == "knife" and self:knowTalent(Talents.T_LETHALITY) then sub_cun_to_str = true end
local totstat = 0
local dammod = weapon.dammod or {str=0.6}
for stat, mod in pairs(dammod) do
if sub_cun_to_str and stat == "str" then stat = "cun" end
Fixed the con notations to cun as they are intended to be
Final Master's Character Guides
Final Master's Guide to the Arena
Edge: Final Master... official Tome 4 (thread) necromancer.
Zonk: I'd rather be sick than on fire! :D
Final Master's Guide to the Arena
Edge: Final Master... official Tome 4 (thread) necromancer.
Zonk: I'd rather be sick than on fire! :D
-
- Spiderkin
- Posts: 454
- Joined: Sat May 15, 2010 3:09 am
Re: Typos
The un-IDed name for the Frost Treads is currently "icy covered boots." It should be either "icy boots" or "ice-covered boots."
-
- Spiderkin
- Posts: 454
- Joined: Sat May 15, 2010 3:09 am
Re: Typos
The crowd in the Ring of Blood yells LOOSER when you lose. Should be LOSER.