Typos

Where bugs go to lie down and rest

Moderator: Moderator

Locked
Message
Author
lukep
Sher'Tul Godslayer
Posts: 1712
Joined: Mon Mar 14, 2011 10:32 am
Location: Canada

Re: Typos

#451 Post by lukep »

b43: Belts of Unlife description says:

"The wearer no longer has to breath"

It should be "...has to breathe" or "...has breath"
Some of my tools for helping make talents:
Melee Talent Creator
Annotated Talent Code (incomplete)

Mewtarthio
Uruivellas
Posts: 717
Joined: Mon Jul 16, 2012 6:03 pm

Re: Typos

#452 Post by Mewtarthio »

The inventory screen labels a worn healer's latern as a "heakler's" lantern.

lukep
Sher'Tul Godslayer
Posts: 1712
Joined: Mon Mar 14, 2011 10:32 am
Location: Canada

Re: Typos

#453 Post by lukep »

Curse of Death damage description is wrong, it describes the damage as blight, not Darkness.

Code: Select all

info = function(self, t)
		return ([[Curses your target, stopping any natural healing and dealing %0.2f darkness damage each turn for 10 turns.
		The damage will increase with Magic stat.]]):format(damDesc(self, DamageType.BLIGHT, self:combatTalentSpellDamage(t, 10, 70)))
	end,
Some of my tools for helping make talents:
Melee Talent Creator
Annotated Talent Code (incomplete)

lukep
Sher'Tul Godslayer
Posts: 1712
Joined: Mon Mar 14, 2011 10:32 am
Location: Canada

Re: Typos

#454 Post by lukep »

new rat lich description:

...Pure death await.

should be :

...Pure death awaits.
Some of my tools for helping make talents:
Melee Talent Creator
Annotated Talent Code (incomplete)

lukep
Sher'Tul Godslayer
Posts: 1712
Joined: Mon Mar 14, 2011 10:32 am
Location: Canada

Re: Typos

#455 Post by lukep »

Rapid Shot description:

...physical powere
Some of my tools for helping make talents:
Melee Talent Creator
Annotated Talent Code (incomplete)

liamiak
Wayist
Posts: 17
Joined: Tue Sep 02, 2003 8:57 pm

Re: Typos

#456 Post by liamiak »

The last sentence of mental shielding currently reads "This talent takes not time to use". It should be "This talent takes no time to use".

lukep
Sher'Tul Godslayer
Posts: 1712
Joined: Mon Mar 14, 2011 10:32 am
Location: Canada

Re: Typos

#457 Post by lukep »

The lore "If I should die before I wake" for the Dreamscape is missing the accented letters in my version, it says "You experience a sense of D j Vu..."
Some of my tools for helping make talents:
Melee Talent Creator
Annotated Talent Code (incomplete)

lukep
Sher'Tul Godslayer
Posts: 1712
Joined: Mon Mar 14, 2011 10:32 am
Location: Canada

Re: Typos

#458 Post by lukep »

Whistling Vortex description: "incomming projectiles" should be "incoming projectiles"
Some of my tools for helping make talents:
Melee Talent Creator
Annotated Talent Code (incomplete)

tromboneandrew
Higher
Posts: 51
Joined: Thu Jan 26, 2012 5:27 am

Re: Typos

#459 Post by tromboneandrew »

My tundral quiver of elm arrows is listed on the inventory display as 'elm,fiery'.

Dwindlehop
Halfling
Posts: 98
Joined: Tue Sep 18, 2012 10:25 pm

Re: Typos

#460 Post by Dwindlehop »

http://te4.org/characters/18572/tome/2b ... f853ceede9

Looted a misplaced ego.
of the forgealchemist's lamp of clarity

eliotn
Wyrmic
Posts: 244
Joined: Mon Sep 26, 2011 1:49 pm

Re: Typos

#461 Post by eliotn »

When you kill a guardian:

You can ear a magical trigger firing off.

Should be

You can hear a magical trigger firing off.

The sentence could be worded better.

supermini
Uruivellas
Posts: 800
Joined: Tue May 15, 2012 11:44 pm

Re: Typos

#462 Post by supermini »

Quake (wyrmic talent): "...and knocked back up to 4 titles away".
<darkgod> all this fine balancing talk is boring
<darkgod> brb buffing boulder throwers

Dwindlehop
Halfling
Posts: 98
Joined: Tue Sep 18, 2012 10:25 pm

Re: Typos

#463 Post by Dwindlehop »

caller'sdrakeskin leather armour of the wind (17 def, -1 armour)
http://te4.org/characters/18572/tome/2b ... f853ceede9

PowerWyrm
Sher'Tul
Posts: 1106
Joined: Thu Nov 21, 2002 9:53 pm

Re: Typos

#464 Post by PowerWyrm »

The description of the Sher'Tul Forest quest still says "pwoer system" (power).

greycat
Sher'Tul
Posts: 1396
Joined: Tue May 11, 2010 11:51 pm

Re: Typos

#465 Post by greycat »

When you ask the Zigur leader (Protector Myssil) about the storms over Derth, you tell her that Derth is "northeast of here", but it's actually northwest. (I suspect this was just copied from the similar dialog in Angolwen.)

Locked