Page 8 of 12

Re: Typos (1.6beta and onwards)

Posted: Tue Jan 05, 2021 11:15 pm
by fooziex
T-Engine 1.7.2, Steam version:
On the main menu, the "Login with Steam" button leads to a dialog with the message "Login in your account, please wait...". Something like "Logging into your account, please wait..." or "Accessing your account, please wait..." would read better.

Re: Typos (1.6beta and onwards)

Posted: Fri Jan 08, 2021 11:57 am
by Erenion
1.7 Ashes, Corrupted Daelach demon seed skill:
"You breathe a mix of darkness and flight in a frontal cone"

"flight" should be "blight".

Re: Typos (1.6beta and onwards)

Posted: Thu Feb 11, 2021 12:23 am
by DerLhurgoyf
1.7.2

Talent Corruption / Torment / Blood Vengeance
Description states "Temporary life from sanguine infusion..."
I couldn't find any information on this infusion, so I guess it's a leftover from earlier changes.


Character Sheet / Attack / Physical Power
Description says: "...how overwhelming your physcial abilities..."

Re: Typos (1.6beta and onwards)

Posted: Thu Feb 11, 2021 6:45 pm
by Erenion
"Sanguine Infusion" is the "increased maximum life" buff granted by Blood Grasp.

Re: Typos (1.6beta and onwards)

Posted: Sat Apr 10, 2021 2:34 am
by Zizzo
My female golem was… somewhat disconcerted to discover in the logs that "Suzie Q summons a prismatic shield to protect him!" Sure enough, Prismatic Shield's .on_gain() method isn't using the engine's built-in #himher# handling.

Re: Typos (1.6beta and onwards)

Posted: Wed Apr 28, 2021 8:57 pm
by nsrr
Fixed login message. Changed on_gain message for Prismatic Shield (and Purging, which coincidentally came next in the effect file and had the same issue).

Re: Typos (1.6beta and onwards)

Posted: Sat Jun 12, 2021 6:01 pm
by strangesymbols
1.7.3

Talent Spell/Master of flesh/Call of the Mausoleum

"lyring in the ground" should be "lying in the ground".

Re: Typos (1.6beta and onwards)

Posted: Sun Jun 13, 2021 5:10 am
by ScienceBall
1.7.3

Gravitic Trap's short_info says "Hostile creatures are dealt %d temporal damgae and pulled in."

"damgae" should be "damage".

Re: Typos (1.6beta and onwards)

Posted: Mon Jun 14, 2021 4:30 pm
by trungaczne
Pitiless (Doomelf racial)

Typo: "assult" -> "assault"

Re: Typos (1.6beta and onwards)

Posted: Mon Jun 14, 2021 8:40 pm
by nsrr
All typos reported to this point should now be resolved, including DLCs.

Re: Typos (1.6beta and onwards)

Posted: Thu Jun 17, 2021 6:13 pm
by trungaczne
Character screen description of global speed (appears when you mouse over it) or TOOLTIP_SPEED_GLOBAL at the code level
"... you can performa twice ..." -> typo on performa, should be "perform"
"Note that the amount of time to performa various actions" -> "performa" typo

Re: Typos (1.6beta and onwards)

Posted: Fri Jun 18, 2021 10:16 am
by Moasseman
https://git.net-core.org/tome/t-engine4 ... psData.lua

TOOLTIP_COMBAT_BLOCK says that block is usually only effective against physical damage. This ain't true anymore after the rework in 1.6

Re: Typos (1.6beta and onwards)

Posted: Sat Jun 19, 2021 3:32 pm
by nsrr
Moasseman wrote: Fri Jun 18, 2021 10:16 am https://git.net-core.org/tome/t-engine4 ... psData.lua

TOOLTIP_COMBAT_BLOCK says that block is usually only effective against physical damage. This ain't true anymore after the rework in 1.6
trungaczne wrote: Thu Jun 17, 2021 6:13 pm Character screen description of global speed (appears when you mouse over it) or TOOLTIP_SPEED_GLOBAL at the code level
"... you can performa twice ..." -> typo on performa, should be "perform"
"Note that the amount of time to performa various actions" -> "performa" typo
Update for block and typo fix submitted.

Re: Typos (1.6beta and onwards)

Posted: Sat Jul 17, 2021 11:19 am
by ScienceBall
One of the requirements for the Avatar of a Distant Sun class evolution is listed as "Found a distant patron", but what it actually checks is that you haven't angered the Distant Sun in the conversation that occurs when trying to take the prodigy. This means that this requirement will be displayed in green even if the evolution has not been unlocked yet. I have seen this confuse several people, who see it in green but think "I don't remember finding a distant patron".

I recommend changing the wording of this requirement, e.g. to something like "Have not angered your would-be patron" or "Have not angered the Distant Sun".

Re: Typos (1.6beta and onwards)

Posted: Wed Jul 21, 2021 3:57 pm
by myncknm
In 1.7.4, the first line of the description of the Necromancer talent Master of flesh/Call of the Mausoleum is “You control dead matter around you, lyring in the ground, decaying”.

“Lyring should be “lying”.