It is currently 08 Jul 2021, 04:48
   
Text Size

Typo thread

Moderators: BAgate, drool66, stassy, Aswan jaguar, gmzombie, CCGHQ Admins

Re: Typo thread

Postby stassy » 14 Aug 2012, 19:13

Shimmer window choice of land has a small typo on Fores line

Image
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: Typo thread

Postby stassy » 15 Aug 2012, 19:08

Not sure if a typo or intended, but Darien, King of Kjeldor is shown in the ingame DeckEditor as Darien, King of..., while others cards with long name will get either a shortened name or name that go past the card (like Demonlord of Ashmouth).
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: Typo thread

Postby Sonic » 17 Aug 2012, 02:41

stassy wrote:Shimmer window choice of land has a small typo on Fores line

Image
It appears to be an error in the mirage.c file

int choice = do_dialog(player, player, card, -1, -1,
" Subtype Swamp\n Subtype Island\n Subtytpe Fores\n Subtype Mountain\n Subtype Plains", 0);

Probably better to report it as a bug, rather than a typo.
Working On: Life, the Universe, and Everything.
User avatar
Sonic
Apprentice
 
Posts: 827
Joined: 27 Feb 2010, 00:37
Has thanked: 3 times
Been thanked: 160 times

Re: Typo thread

Postby stassy » 10 Sep 2012, 06:37

Don't know if it must be corrected or be faithful to the original card but Liability has an errata that doesn't show up in the original card but mentioned in the gatherer.

Whenever a nontoken permanent is put into a player's graveyard from the battlefield, that player loses 1 life.
instead of

Whenever a card is put into a player's graveyard from the battlefield, that player loses 1 life.
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: Typo thread

Postby Sonic » 10 Sep 2012, 22:04

stassy wrote:Don't know if it must be corrected or be faithful to the original card but Liability has an errata that doesn't show up in the original card but mentioned in the gatherer.

Whenever a nontoken permanent is put into a player's graveyard from the battlefield, that player loses 1 life.
instead of

Whenever a card is put into a player's graveyard from the battlefield, that player loses 1 life.
Not sure what you mean - the card text in the manalink.xls file and the game reads:

"Whenever a nontoken permanent is put into a player's graveyard from the battlefield, that player loses 1 life."

This is correct - both in the way the card behaves in the game, and according to the rules text from the gatherer.
Working On: Life, the Universe, and Everything.
User avatar
Sonic
Apprentice
 
Posts: 827
Joined: 27 Feb 2010, 00:37
Has thanked: 3 times
Been thanked: 160 times

Re: Typo thread

Postby stassy » 11 Sep 2012, 03:21

hum weird, I was sure in ML it was card instead of non token permanent, the illustration in the gatherer must have tricked me =/
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: Typo thread

Postby stassy » 13 Sep 2012, 10:30

Kyren Toy has an extra e in one of the window choice line

Image
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: Typo thread

Postby Sonic » 13 Sep 2012, 11:42

stassy wrote:Kyren Toy has an extra e in one of the window choice line

Image
I think it would be best if we report stuff like this in the bugs section - as it's an error in the coding rather than a simple correctable typo in the manalink.xls card text.
Working On: Life, the Universe, and Everything.
User avatar
Sonic
Apprentice
 
Posts: 827
Joined: 27 Feb 2010, 00:37
Has thanked: 3 times
Been thanked: 160 times

Re: Typo thread

Postby stassy » 13 Sep 2012, 11:47

Ah yes forgot about that, will do

Angel's Tomb
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: Typo thread

Postby Aswan jaguar » 19 Oct 2012, 14:29

Sonic searching for some values in Manalink.csv I saw that some cards have wrong values for text change as a result the text doesn't change.

|S1 "colour" instead of |S "colour" :
Repentant Blacksmith
Freewind Falcon

|S2 "colour" instead of |S "colour" :

Mountain Yeti
Wall of Light
Weatherseed Faeries
Narwhal
Scalebane's Elite


Edit Sunday 21 - Minion of the Wastes text
"When you play Minion of the Wastes pay any amount of life." on the picture on Gatherer.
and "As Minion of the Wastes enters the battlefield, pay any amount of life." on the text on Gatherer which seems to be the correct and latest.
While we have "As an additional cost to cast Minion of the Wastes,pay any amount of life." in this case Sonic shouldn't we change the text of the card as to what the text on Gatherer is so it is correct with modern rules and better understandable,too.
---
Trying to squash some bugs and playtesting.
User avatar
Aswan jaguar
Super Tester Elite
 
Posts: 7450
Joined: 13 May 2010, 12:17
Has thanked: 639 times
Been thanked: 351 times

Re: Typo thread

Postby Sonic » 22 Oct 2012, 00:39

Aswan jaguar wrote:Sonic searching for some values in Manalink.csv I saw that some cards have wrong values for text change as a result the text doesn't change.

|S1 "colour" instead of |S "colour" :
Repentant Blacksmith
Freewind Falcon

|S2 "colour" instead of |S "colour" :

Mountain Yeti
Wall of Light
Weatherseed Faeries
Narwhal
Scalebane's Elite


Edit Sunday 21 - Minion of the Wastes text
"When you play Minion of the Wastes pay any amount of life." on the picture on Gatherer.
and "As Minion of the Wastes enters the battlefield, pay any amount of life." on the text on Gatherer which seems to be the correct and latest.
While we have "As an additional cost to cast Minion of the Wastes,pay any amount of life." in this case Sonic shouldn't we change the text of the card as to what the text on Gatherer is so it is correct with modern rules and better understandable,too.
Nice spot Aswan jaguar - I've checked back and the incorrect |S1/2 codes are a legacy of the original 2000+ manalink3.xls.

The 'Minion of the Wastes' seems to be a recent oracle text revision - as the card text for the original manalink3.xls was correct as of the M12 release. I've changed it to the latest wording.
Working On: Life, the Universe, and Everything.
User avatar
Sonic
Apprentice
 
Posts: 827
Joined: 27 Feb 2010, 00:37
Has thanked: 3 times
Been thanked: 160 times

Re: Typo thread

Postby Althuna » 22 Oct 2012, 00:41

Never noticed this thread before. The only one I can think of is on Memnarch when you steal a creature it says, "Stole a creature". Should be, "Steal a creature".
Althuna
 
Posts: 438
Joined: 26 Jul 2011, 00:23
Has thanked: 67 times
Been thanked: 14 times

Re: Typo thread

Postby Sonic » 22 Oct 2012, 22:08

Althuna wrote:Never noticed this thread before. The only one I can think of is on Memnarch when you steal a creature it says, "Stole a creature". Should be, "Steal a creature".
Unfortunately, that would come under 'coding bugs' - as I think you're referring to an error in the cards effect/ability selector menu, and not a simple mistake in the cards rules text.
Working On: Life, the Universe, and Everything.
User avatar
Sonic
Apprentice
 
Posts: 827
Joined: 27 Feb 2010, 00:37
Has thanked: 3 times
Been thanked: 160 times

Re: Typo thread

Postby stassy » 02 Nov 2012, 06:14

Random Singleton text says : "Put this card in your deck to get a random mono-colored singleton deck of 60 card."

However, Random Singleton no longer do only that but allow also to generate up to 3 colored deck and expansion selection
stassy
Moderator
 
Posts: 5274
Joined: 25 Feb 2009, 07:06
Has thanked: 471 times
Been thanked: 337 times

Re: Typo thread

Postby Sonic » 21 Nov 2012, 20:55

stassy wrote:Random Singleton text says : "Put this card in your deck to get a random mono-colored singleton deck of 60 card."

However, Random Singleton no longer do only that but allow also to generate up to 3 colored deck and expansion selection
Changed to read:

"Put this card in your deck to generate a random or expansion themed 60 card mono-colored, two-colored, or three-colored singleton deck."

This OK?
Working On: Life, the Universe, and Everything.
User avatar
Sonic
Apprentice
 
Posts: 827
Joined: 27 Feb 2010, 00:37
Has thanked: 3 times
Been thanked: 160 times

PreviousNext

Return to Archived Reports

Who is online

Users browsing this forum: No registered users and 4 guests


Who is online

In total there are 4 users online :: 0 registered, 0 hidden and 4 guests (based on users active over the past 10 minutes)
Most users ever online was 1922 on 07 Jun 2021, 06:01

Users browsing this forum: No registered users and 4 guests

Login Form