Typos (1.6beta and onwards)

Make all T-Engine/ToME 4 bug reports here

Moderator: Moderator

Message
Author
ScienceBall
Higher
Posts: 70
Joined: Thu Jun 10, 2021 12:58 pm

Re: Typos (1.6beta and onwards)

#136 Post by ScienceBall »

The tooltip for the Exp value in your character sheet says that "Each time you kill a creature that is over your own level - 5 you gain some experience.". But looking at the worthExp function, I saw

Code: Select all

if not target.level or self.level < target.level - 7 then return 0 end
where "self" is the creature that the player killed, and "target" is the player, in this case. So the player will gain experience if

Code: Select all

self.level >= target.level - 7
and since levels are integers, this is equivalent to

Code: Select all

self.level > target.level - 8
So the tooltip should say "Each time you kill a creature that is over your own level - 8 you gain some experience."

EchoingZen
Posts: 1
Joined: Sun Sep 26, 2021 4:31 pm

Re: Typos (1.6beta and onwards)

#137 Post by EchoingZen »

On the following talents, there should be a comma after the word 'shield':
* Kinetic Shield
* Thermal Shield
* Charged Shield

"At talent level 3, when you de-activate the shield twice the absorbed damage (if any) in the last 3 turns is released as a full psionic shield (absorbing all damage)."
should be
"At talent level 3, when you de-activate the shield, twice the absorbed damage (if any) in the last 3 turns is released as a full psionic shield (absorbing all damage)."

nsrr
Sher'Tul
Posts: 1126
Joined: Mon Sep 21, 2015 8:45 pm
Location: Middle of Nowhere

Re: Typos (1.6beta and onwards)

#138 Post by nsrr »

All issues posted since my last reply have been addressed, excluding Bearscape and Santascape. I do not have access to the relevant files.

Sirrocco
Sher'Tul
Posts: 1059
Joined: Fri Apr 23, 2010 4:56 am

Re: Typos (1.6beta and onwards)

#139 Post by Sirrocco »

Wanderer unlock splash screen starts with "You have wanderer quite a lot since your birth". Should be "wandered"

ScienceBall
Higher
Posts: 70
Joined: Thu Jun 10, 2021 12:58 pm

Re: Typos (1.6beta and onwards)

#140 Post by ScienceBall »

The description of the talent Destroyer (from Corruption/Wrath, in the Ashes of Urh'Rok DLC) does not mention that you gain 2 size categories while it is active.

ScienceBall
Higher
Posts: 70
Joined: Thu Jun 10, 2021 12:58 pm

Re: Typos (1.6beta and onwards)

#141 Post by ScienceBall »

There's a piece of lore called "Mantra of a Shiiak". According to DarkGod here https://discord.com/channels/4343914958 ... 5817775134, the correct spelling is "Shiaak". The correct spelling can be seen in the name of the enemy "shiaak venomblade".

nsrr
Sher'Tul
Posts: 1126
Joined: Mon Sep 21, 2015 8:45 pm
Location: Middle of Nowhere

Re: Typos (1.6beta and onwards)

#142 Post by nsrr »

Fixed, fixed, and fixed.

Thanks again for the reports, folks :D

nsrr
Sher'Tul
Posts: 1126
Joined: Mon Sep 21, 2015 8:45 pm
Location: Middle of Nowhere

Re: Typos (1.6beta and onwards)

#143 Post by nsrr »

nsrr wrote: Sat Oct 09, 2021 8:18 pm All issues posted since my last reply have been addressed, excluding Bearscape and Santascape. I do not have access to the relevant files.
Bearscape and Santascape typos are now fixed as well. Thanks DarkGod :)

ScienceBall
Higher
Posts: 70
Joined: Thu Jun 10, 2021 12:58 pm

Re: Typos (1.6beta and onwards)

#144 Post by ScienceBall »

The event that celebrates the anniversary of Embers of Rage's release (and gives the player The Cog) contains an ad message. It says "Play as one of the three new classes". But as of Annihilator's release, there are now four new classes in Embers of Rage.

nsrr
Sher'Tul
Posts: 1126
Joined: Mon Sep 21, 2015 8:45 pm
Location: Middle of Nowhere

Re: Typos (1.6beta and onwards)

#145 Post by nsrr »

Todo: Update "Ravaged" physical effect description

nsrr
Sher'Tul
Posts: 1126
Joined: Mon Sep 21, 2015 8:45 pm
Location: Middle of Nowhere

Re: Typos (1.6beta and onwards)

#146 Post by nsrr »

nsrr wrote: Wed Feb 16, 2022 5:20 pm Todo: Update "Ravaged" physical effect description
Update submitted.
ScienceBall wrote: Wed Feb 16, 2022 3:44 pm The event that celebrates the anniversary of Embers of Rage's release (and gives the player The Cog) contains an ad message. It says "Play as one of the three new classes". But as of Annihilator's release, there are now four new classes in Embers of Rage.
I can't access this, but I'll poke DG. Thanks!

caiodrago
Posts: 1
Joined: Fri Mar 11, 2022 10:54 pm

Re: Typos (1.6beta and onwards)

#147 Post by caiodrago »

"Share the Pain" talent - last line

Change "You get once chance to deal..." to "You get one chance to deal..."

ScienceBall
Higher
Posts: 70
Joined: Thu Jun 10, 2021 12:58 pm

Re: Typos (1.6beta and onwards)

#148 Post by ScienceBall »

On the main menu, there is a tooltip (ad) for Forbidden Cults, shown when the player hovers over the icon in the bottom-left corner. It mentions
You liked radiant horrors? You'll love searing horrors! And Nethergames. And Entropic Shards. And ... more
I think Nethergames is a typo (because there's no enemy with that name), and it should say Nethergates instead (nethergate is a real enemy type).

ScienceBall
Higher
Posts: 70
Joined: Thu Jun 10, 2021 12:58 pm

Re: Typos (1.6beta and onwards)

#149 Post by ScienceBall »

EoR typos:

The Incendiary Powder talent description mentions "Subsequent shots against burning targets refresh the effect of the duration (but do not stack)". That should say "the duration of the effect", I think.

The Yeti Mind Controller can say "Impossible to to control.". It should only have one "to". This typo is in both the game.logPlayer and the game.bignews:saySimple calls.

ScienceBall
Higher
Posts: 70
Joined: Thu Jun 10, 2021 12:58 pm

Re: Typos (1.6beta and onwards)

#150 Post by ScienceBall »

Cultist tome Lesson 4: Unravel Existence
"Coordonate with students" -> "Coordinate with students"

Post Reply