google-code-export / wagic

Automatically exported from code.google.com/p/wagic
1 stars 0 forks source link

Drana, Kalastria Bloodchief not working as spec'd on card #415

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. put card on battlefield
2. pay the mana ability and use 2+ mana for "X"
3. Select target creature

What is the expected output? What do you see instead?
Target creature gets 0/-X and Drana gets +X/0
instead we see that Drana gets +X/0 and the target creature gets 0/-Y, 
where Y = X/2

What version of the product are you using? On what operating system?
svn 2059 on Vista Premium 64-bit

Please provide any additional information below.

Original issue reported on code.google.com by techdragon.nguyen@gmail.com on 15 May 2010 at 8:06

GoogleCodeExporter commented 9 years ago
I updated mtg.txt on my own copy with a hack to make it work.
auto={X}{B}{B}:thisforeach(X) 0/-2 target(creature) && thisforeach(X) 1/0 
all(this)

I'm not as familiar with the code as to how the first action is calculated.

Original comment by techdragon.nguyen@gmail.com on 26 May 2010 at 7:16

GoogleCodeExporter commented 9 years ago
The previous "fix" was incorrect.  If you change the first statement to 
"thisforeach(X) 
damage:1 target(creature)"  That effectively is the same and enables the card 
to work 
as spec'd.

Original comment by techdragon.nguyen@gmail.com on 27 May 2010 at 10:41

GoogleCodeExporter commented 9 years ago
I found a workaround for that problem.

Closing the issue.

Original comment by dan.solo...@googlemail.com on 6 Jun 2010 at 6:53