Page 10 of 12

Re: Typos (1.6beta and onwards)

Posted: Thu Sep 23, 2021 12:26 pm
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."

Re: Typos (1.6beta and onwards)

Posted: Sun Sep 26, 2021 4:41 pm
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)."

Re: Typos (1.6beta and onwards)

Posted: Sat Oct 09, 2021 8:18 pm
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.

Re: Typos (1.6beta and onwards)

Posted: Fri Oct 22, 2021 2:18 am
by Sirrocco
Wanderer unlock splash screen starts with "You have wanderer quite a lot since your birth". Should be "wandered"

Re: Typos (1.6beta and onwards)

Posted: Wed Nov 24, 2021 3:06 am
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.

Re: Typos (1.6beta and onwards)

Posted: Thu Jan 20, 2022 12:23 pm
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".

Re: Typos (1.6beta and onwards)

Posted: Fri Jan 21, 2022 12:17 am
by nsrr
Fixed, fixed, and fixed.

Thanks again for the reports, folks :D

Re: Typos (1.6beta and onwards)

Posted: Fri Jan 21, 2022 6:37 pm
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 :)

Re: Typos (1.6beta and onwards)

Posted: Wed Feb 16, 2022 3:44 pm
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.

Re: Typos (1.6beta and onwards)

Posted: Wed Feb 16, 2022 5:20 pm
by nsrr
Todo: Update "Ravaged" physical effect description

Re: Typos (1.6beta and onwards)

Posted: Tue Mar 01, 2022 11:08 pm
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!

Re: Typos (1.6beta and onwards)

Posted: Fri Mar 11, 2022 10:58 pm
by caiodrago
"Share the Pain" talent - last line

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

Re: Typos (1.6beta and onwards)

Posted: Mon Mar 21, 2022 1:09 pm
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).

Re: Typos (1.6beta and onwards)

Posted: Sun Mar 27, 2022 11:43 pm
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.

Re: Typos (1.6beta and onwards)

Posted: Mon Apr 04, 2022 5:44 pm
by ScienceBall
Cultist tome Lesson 4: Unravel Existence
"Coordonate with students" -> "Coordinate with students"