Page 4 of 4

Re: Forge 10/19/2010 (unofficial BETA) version

PostPosted: 30 Oct 2010, 11:44
by Chris H.
Hamletchickencrisis wrote:The card Nightmare Void costs 4B in text but is 3B on the actual card.
`
Thank you. We have corrected the casting cost for Nightmare Void. This fix and others will appear in the next beta. :)

Re: Forge 10/19/2010 (unofficial BETA) version

PostPosted: 31 Oct 2010, 12:19
by Hamletchickencrisis
The card Narcissism has activation cost of 1G in text but G on the actual card, this is for both activation costs. The token created by Tolsimir Wolfblood is colored red, not green and white like it is supposed to be.

Re: Forge 10/19/2010 (unofficial BETA) version

PostPosted: 31 Oct 2010, 13:05
by Chris H.
Hamletchickencrisis wrote:The token created by Tolsimir Wolfblood is colored red, not green and white like it is supposed to be.
`
The token has been changed to green and white on the SVN and this fix is merged into the SVN. The fix was fairly simple, the "tolsimir_wolfblood.txt" file should look like this:

Code: Select all
Name:Tolsimir Wolfblood
ManaCost:4 G W
Types:Legendary Creature Elf Warrior
Text:Other green creatures you control get +1/+1.\r\nOther white creatures you control get +1/+1.
PT:3/4
K:abMakeToken T<>1<>Voja<>GW 2 2 Voja<>Controller<>GW<>Legendary;Creature;Wolf<>2<>2<>None<>put a legendary 2/2 green and white Wolf creature token named Voja onto the battlefield.
SVar:PlayMain1:TRUE
SVar:Rarity:Rare
SVar:Picture:http://www.wizards.com/global/images/magic/general/tolsimir_wolfblood.jpg
End
`
Turns out that Narcissism is also a simple fix and it should look like this:

Code: Select all
Name:Narcissism
ManaCost:2 G
Types:Enchantment
Text:no text
K:abPumpTgtC G Discard<1/Any>:+2/+2
K:abPumpTgtC G Sac<1/CARDNAME>:+2/+2
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/narcissism.jpg
End

Re: Forge 10/19/2010 (unofficial BETA) version

PostPosted: 31 Oct 2010, 22:05
by Hamletchickencrisis
The card Ghostly Prison doesn't seem to work if creatures attack in the attack planeswalker attack phase.

Re: Forge 10/19/2010 (unofficial BETA) version

PostPosted: 01 Nov 2010, 08:17
by Marek14
Hamletchickencrisis wrote:The card Ghostly Prison doesn't seem to work if creatures attack in the attack planeswalker attack phase.
Actually, read the card carefully:

"Creatures can't attack you unless their controller pays {2} for each creature he or she controls that's attacking you."

Attack YOU. That means that Ghostly Prison won't do anything to a creature that attacks a planeswalker.

Re: Forge 10/19/2010 (unofficial BETA) version

PostPosted: 01 Nov 2010, 11:19
by Hamletchickencrisis
Ah, OK. My mistake. Thanks for pointing it out!