*Changed Characteristics-handling from an array to a Map.

*Renamed AF_ChangeState to AF_SetState. SetState can be used with a Transform,Flip or NewState parameter.
*Rewrote Clones to use Characteristics.
*Rewrote Morph to use Characteristics.
*Added
	Ixidron
	Sakashima, the Impostor
This commit is contained in:
Hellfish
2011-11-15 17:14:53 +00:00
parent d4fe16cc7a
commit cbf36eeef0
55 changed files with 501 additions and 383 deletions

View File

@@ -6,7 +6,7 @@ PT:2/2
T:Mode$ SpellCast | ValidCard$ Card.Spirit,Card.Arcane | ValidControllingPlayer$ You | Execute$ TrigPutCounter | OptionalDecider$ You | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a Spirit or Arcane spell, you may put a ki counter on CARDNAME.
T:Mode$ Phase | Phase$ End of Turn | IsPresent$ Card.Self+counters_GE2_KI | Execute$ TrigFlip | OptionalDecider$ You | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of the end step, if there are two or more ki counters on CARDNAME, you may flip it.
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ KI | CounterNum$ 1
SVar:TrigFlip:AB$ChangeState | Cost$ 0 | Defined$ Self
SVar:TrigFlip:AB$SetState | Cost$ 0 | Defined$ Self | Flip$ True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/callow_jushi.jpg
AlternateMode:Flip

View File

@@ -4,7 +4,7 @@ Types:Creature Human
Text:no text
PT:1/1
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigTransform | OptionalDecider$ You | TriggerDescription$ At the beginning of your upkeep, you may transform CARDNAME.
SVar:TrigTransform:AB$ChangeState | Cost$ 0 | Defined$ Self
SVar:TrigTransform:AB$SetState | Cost$ 0 | Defined$ Self | Transform$ True
SVar:Rarity:Uncommon
AlternateMode:DoubleFaced
SVar:Picture:http://www.wizards.com/global/images/magic/general/cloistered_youth.jpg

View File

@@ -6,7 +6,7 @@ PT:2/2
T:Mode$ SpellCast | ValidCard$ Card.Spirit,Card.Arcane | ValidControllingPlayer$ You | Execute$ TrigPutCounter | OptionalDecider$ You | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a Spirit or Arcane spell, you may put a ki counter on CARDNAME.
T:Mode$ Phase | Phase$ End of Turn | IsPresent$ Card.Self+counters_GE2_KI | Execute$ TrigFlip | OptionalDecider$ You | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of the end step, if there are two or more ki counters on CARDNAME, you may flip it.
SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ KI | CounterNum$ 1
SVar:TrigFlip:AB$ChangeState | Cost$ 0 | Defined$ Self
SVar:TrigFlip:AB$SetState | Cost$ 0 | Defined$ Self | Flip$ True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/cunning_bandit.jpg
AlternateMode:Flip