mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
*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:
@@ -4,7 +4,7 @@ Types:Creature Human Rogue Werewolf
|
||||
Text:no text
|
||||
PT:1/1
|
||||
T:Mode$Phase | Phase$ Upkeep | WerewolfTransformCondition$ True | TriggerZones$ Battlefield | Execute$ TrigTransform | TriggerDescription$ At the beginning of each upkeep, if no spells were cast last turn, 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/reckless_waif.jpg
|
||||
@@ -20,7 +20,7 @@ Types:Creature Werewolf
|
||||
Text:no text
|
||||
PT:3/2
|
||||
T:Mode$Phase | Phase$ Upkeep | WerewolfUntransformCondition$ True | TriggerZones$ Battlefield | Execute$ TrigTransform | TriggerDescription$ At the beginning of each upkeep, if a player cast two or more spells last turn, transform CARDNAME.
|
||||
SVar:TrigTransform:AB$ChangeState | Cost$ 0 | Defined$ Self
|
||||
SVar:TrigTransform:AB$SetState | Cost$ 0 | Defined$ Self | Transform$ True
|
||||
SVar:Rarity:Uncommon
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/merciless_predator.jpg
|
||||
SetInfo:ISD|Uncommon|http://magiccards.info/scans/en/isd/159b.jpg
|
||||
|
||||
@@ -4,7 +4,7 @@ Types:Legendary Creature Fox Monk
|
||||
Text:no text
|
||||
PT:2/2
|
||||
T:Mode$ Always | LifeTotal$ You | LifeAmount$ GE30 | TriggerZones$ Battlefield | Execute$ TrigFlip | TriggerDescription$ When you have 30 or more life, flip CARDNAME.
|
||||
SVar:TrigFlip:AB$ChangeState | Cost$ 0 | Defined$ Self
|
||||
SVar:TrigFlip:AB$SetState | Cost$ 0 | Defined$ Self | Flip$ True
|
||||
SVar:Rarity:Rare
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/rune_tail_kitsune_ascendant.jpg
|
||||
AlternateMode:Flip
|
||||
|
||||
Reference in New Issue
Block a user