[wagic] r4882 committed - Revise cards that deals damage and gain life...

2 views
Skip to first unread message

wa...@googlecode.com

unread,
Oct 18, 2013, 2:39:34 AM10/18/13
to wagi...@googlegroups.com
Revision: 4882
Author: pankdm
Date: Fri Oct 18 06:35:02 2013 UTC
Log: Revise cards that deals damage and gain life

This cards created multiple instances of life gain and damage,
which caused wrong behaviour with for example Ajani's Pridemate
http://code.google.com/p/wagic/source/detail?r=4882

Modified:
/trunk/projects/mtg/bin/Res/sets/primitives/borderline.txt
/trunk/projects/mtg/bin/Res/sets/primitives/mtg.txt

=======================================
--- /trunk/projects/mtg/bin/Res/sets/primitives/borderline.txt Thu Sep 19
16:02:34 2013 UTC
+++ /trunk/projects/mtg/bin/Res/sets/primitives/borderline.txt Fri Oct 18
06:35:02 2013 UTC
@@ -108,7 +108,7 @@
[/card]
[card]
name=Jasmine Seer
-auto={2}{W}{T}:foreach(*[white]|myhand) life:2
+auto={2}{W}{T}:life:twicetype:*[white]:myhand controller
text={2}{W}, {T}: Reveal any number of white cards in your hand. You gain
2 life for each card revealed this way.
mana={3}{W}
type=Creature
@@ -208,7 +208,7 @@
[card]
name=Scent of Cinder
target=creature
-auto=foreach(*[red]|myhand) damage:1
+auto=damage:type:*[red]:myhand
text=Reveal any number of red cards in your hand. Scent of Cinder deals X
damage to target creature or player, where X is the number of cards
revealed this way.
mana={1}{R}
type=Sorcery
@@ -223,7 +223,7 @@
[/card]
[card]
name=Scent of Jasmine
-auto=foreach(*[white]|myhand) life:2
+auto=life:twicetype:*[white]:myhand
text=Reveal any number of white cards in your hand. You gain 2 life for
each card revealed this way.
mana={W}
type=Instant
=======================================
--- /trunk/projects/mtg/bin/Res/sets/primitives/mtg.txt Fri Oct 18 06:34:51
2013 UTC
+++ /trunk/projects/mtg/bin/Res/sets/primitives/mtg.txt Fri Oct 18 06:35:02
2013 UTC
File is too large to display a diff.
Reply all
Reply to author
Forward
0 new messages