Typos (1.6beta and onwards)

Make all T-Engine/ToME 4 bug reports here

Moderator: Moderator

Post Reply
Message
Author
richardhawk
Thalore
Posts: 126
Joined: Sat Jan 21, 2012 4:51 pm

Re: Typos (1.6beta and onwards)

#61 Post by richardhawk »

Pulverizing Auger - "stone-shaterring" -> "stone-shattering"

richardhawk
Thalore
Posts: 126
Joined: Sat Jan 21, 2012 4:51 pm

Re: Typos (1.6beta and onwards)

#62 Post by richardhawk »

Stormshield rune's message is "[X] summons a storm to protect him!", without regard to actual actor gender. him -> them

Unmaker
Yeek
Posts: 13
Joined: Sun Nov 24, 2019 1:28 am

Re: Typos (1.6beta and onwards)

#63 Post by Unmaker »

The description for Arcane Combat says:

While dual wielding or using a shield, the chance is reduced to 50% for both weapons.

That is unclear in two ways: is that reduced (multiplied), reduced (subtraction), or reduced (forced to 50%) and, for many characters, a shield is not a weapon. It would be clearer as:

While dual-wielding or using a shield, the chance is divided evenly between the two items. Shields will only trigger the spell if they are used in a melee attack.

starsapphire
Thalore
Posts: 132
Joined: Sat Sep 27, 2014 11:33 am
Location: Irkkk

Re: Typos (1.6beta and onwards)

#64 Post by starsapphire »

in data/talents/misc/races.lua

Code: Select all

	info = function(self, t)
		return ([[Orcs have been the prey of the other races for thousands of years, with or without justification. They have learnt to withstand things that would break weaker races.
		When your life goes below 50%% your sheer determination cleanses you of %d mental debuff(s) based on talent level and Willpower.  This can only happen once every %d turns.
		Also increases physical save by +%d.]]):
		format(t.getDebuff(self, t), t.getSaves(self, t), self:getTalentCooldown(t))
	end,
The correct order should be

Code: Select all

		format(t.getDebuff(self, t), self:getTalentCooldown(t), t.getSaves(self, t))

GlassGo
Uruivellas
Posts: 732
Joined: Wed Nov 06, 2013 1:21 pm
Location: From Russia with atchoum!

Re: Typos (1.6beta and onwards)

#65 Post by GlassGo »

Metaphasic Echoes description "Each turn you they are open you project an occult..."
Seems first "you" is excessive here.
English isn't my native language.

GlassGo
Uruivellas
Posts: 732
Joined: Wed Nov 06, 2013 1:21 pm
Location: From Russia with atchoum!

Re: Typos (1.6beta and onwards)

#66 Post by GlassGo »

Oozing Heart's Ooze Spit talent description missing dot in the end after "the damage will increase with Dexterity stat".
English isn't my native language.

HenryEx
Wayist
Posts: 16
Joined: Thu Feb 13, 2014 1:02 pm

Re: Typos (1.6beta and onwards)

#67 Post by HenryEx »

The "Bizzare contraption" should probably be called "Bizarre contraption".


edit: also it doesn't have a power source, it should probably be powered by unknown forces?

HenryEx
Wayist
Posts: 16
Joined: Thu Feb 13, 2014 1:02 pm

Re: Typos (1.6beta and onwards)

#68 Post by HenryEx »

The description for the effects from the elemental tinker salves (frost/fire/water salves) all read:

"Provides a frost aura, giving you..."

Not just on the frost salve, but on all of them.

InC
Wayist
Posts: 24
Joined: Tue Mar 15, 2016 9:38 am

Re: Typos (1.6beta and onwards)

#69 Post by InC »

The tooltip of the status effect for ogrewielding penalty still claims proc damage is only reduced for the offhand.

cowking
Wayist
Posts: 19
Joined: Wed Jan 15, 2020 1:36 pm

Re: Typos (1.6beta and onwards)

#70 Post by cowking »

Rigor Mortis states projectile travel speed as instant (it isn't).

WonderingMonster
Yeek
Posts: 12
Joined: Wed Jan 29, 2020 1:46 pm

Re: Typos (1.6beta and onwards)

#71 Post by WonderingMonster »

In 1.6.7, Tech Overload's description says

"You override all security measures of your tinkers, allowing you to reset the cooldown of %d of most of your steamtech talents of tier %d or less and instantly increases your steam level by %d%% of the maximum."

The bold part seems like it doesn't belong.

Zonoshee
Low Yeek
Posts: 5
Joined: Thu Mar 26, 2020 2:17 am

Re: Typos (1.6beta and onwards)

#72 Post by Zonoshee »

Wild gift / Summoning (advanced) - Wild Summon
"Disminishes" should be "diminishes"

Mindstar ego "Balance" stat - "Equilibrium when hit: +x"
Gaining equilibrium is bad. Should probably be a - instead of a +?

Zonoshee
Low Yeek
Posts: 5
Joined: Thu Mar 26, 2020 2:17 am

Re: Typos (1.6beta and onwards)

#73 Post by Zonoshee »

Prodigies / Elemental Surge:
Replace tabs with one space.

Prodigies / Endless Woes:
Replace tabs with one space.

Basic font can't handle tabs, also it looks ugly.

Zonoshee
Low Yeek
Posts: 5
Joined: Thu Mar 26, 2020 2:17 am

Re: Typos (1.6beta and onwards)

#74 Post by Zonoshee »

Unique - Focus Whip
Has double % in description, remove one.

OnceUponAQuine
Posts: 3
Joined: Thu Apr 30, 2020 3:59 am

Re: Typos (1.6beta and onwards)

#75 Post by OnceUponAQuine »

"Iron Greatsword of Dampening"

This should be "damping", although conflating the two words is extremely common and this confuses no-one and only bothers pedants.

Post Reply