Typos (1.6beta and onwards)
Moderator: Moderator
Re: Typos (1.6beta and onwards)
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.
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)
1.7 Ashes, Corrupted Daelach demon seed skill:
"You breathe a mix of darkness and flight in a frontal cone"
"flight" should be "blight".
"You breathe a mix of darkness and flight in a frontal cone"
"flight" should be "blight".
Breaking Projection since 1.5
-
- Posts: 3
- Joined: Thu Feb 11, 2021 12:17 am
Re: Typos (1.6beta and onwards)
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..."
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)
"Sanguine Infusion" is the "increased maximum life" buff granted by Blood Grasp.
Breaking Projection since 1.5
-
- Sher'Tul Godslayer
- Posts: 2517
- Joined: Thu Jan 23, 2003 8:13 pm
- Location: A shallow water area south of Bree
- Contact:
Re: Typos (1.6beta and onwards)
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.
"Blessed are the yeeks, for they shall inherit Arda..."
Re: Typos (1.6beta and onwards)
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).
-
- Posts: 2
- Joined: Sat Jun 12, 2021 5:48 pm
Re: Typos (1.6beta and onwards)
1.7.3
Talent Spell/Master of flesh/Call of the Mausoleum
"lyring in the ground" should be "lying in the ground".
Talent Spell/Master of flesh/Call of the Mausoleum
"lyring in the ground" should be "lying in the ground".
-
- Higher
- Posts: 70
- Joined: Thu Jun 10, 2021 12:58 pm
Re: Typos (1.6beta and onwards)
1.7.3
Gravitic Trap's short_info says "Hostile creatures are dealt %d temporal damgae and pulled in."
"damgae" should be "damage".
Gravitic Trap's short_info says "Hostile creatures are dealt %d temporal damgae and pulled in."
"damgae" should be "damage".
-
- Higher
- Posts: 69
- Joined: Mon Aug 03, 2020 8:48 pm
Re: Typos (1.6beta and onwards)
Pitiless (Doomelf racial)
Typo: "assult" -> "assault"
Typo: "assult" -> "assault"
Re: Typos (1.6beta and onwards)
All typos reported to this point should now be resolved, including DLCs.
-
- Higher
- Posts: 69
- Joined: Mon Aug 03, 2020 8:48 pm
Re: Typos (1.6beta and onwards)
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
"... 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)
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
TOOLTIP_COMBAT_BLOCK says that block is usually only effective against physical damage. This ain't true anymore after the rework in 1.6
Friendly Neighbourhood Moderator, moan at me for a teleport if ya get stuck.
Re: Typos (1.6beta and onwards)
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
Update for block and typo fix submitted.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
-
- Higher
- Posts: 70
- Joined: Thu Jun 10, 2021 12:58 pm
Re: Typos (1.6beta and onwards)
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".
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)
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”.
“Lyring should be “lying”.