mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Fixed two cards
This commit is contained in:
@@ -3,7 +3,7 @@ ManaCost:4 U
|
||||
Types:Creature Crab Beast
|
||||
PT:3/3
|
||||
K:Morph:4 U
|
||||
T:Mode$ TurnFaceUp | ValidCard$ Card.Self | Execute$ CrabExchange | TriggerZones$ Battlefield | Optional$ True | TriggerDescription$ When CARDNAME is turned face up, you may exchange control of target creature you control and target creature an opponent controls.
|
||||
T:Mode$ TurnFaceUp | ValidCard$ Card.Self | Execute$ CrabExchange | TriggerZones$ Battlefield | OptionalDecider$ You | TriggerDescription$ When CARDNAME is turned face up, you may exchange control of target creature you control and target creature an opponent controls.
|
||||
SVar:CrabExchange:DB$ ExchangeControl | Cost$ 0 | ValidTgts$ Creature | TgtPrompt$ Select target creature | TargetsFromDifferentZone$ True | TargetMin$ 2 | TargetMax$ 2 | SpellDescription$ Exchange control of target creature you control and target creature an opponent controls.
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/chromeshell_crab.jpg
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Name:Soul Nova
|
||||
ManaCost:3 W W
|
||||
Types:Instant
|
||||
A:SP$ ChangeZone | Cost$ 3 W W | ValidTgts$ Creature.attacking | TgtPrompt$ Select target attacking creature | Origin$ Battlefield | Destination$ Exile | SubAbility$ DBChangeZoneAll | SpellDescription$ Exile target attacking creature and all Equipment attached to it.
|
||||
SVar:DBChangeZoneAll:DB$ ChangeZoneAll | ChangeType$ Targeted.Equipment+Attached | Origin$ Battlefield | Destination$ Exile
|
||||
A:SP$ Pump | Cost$ 3 W W | ValidTgts$ Creature.attacking | TgtPrompt$ Select target attacking creature | IsCurse$ True | SubAbility$ DBChangeZoneAll | SpellDescription$ Exile target attacking creature and all Equipment attached to it.
|
||||
SVar:DBChangeZoneAll:DB$ ChangeZoneAll | ChangeType$ Targeted.Self,Equipment.AttachedTo Targeted | UseAllOriginZones$ True | Origin$ Battlefield | Destination$ Exile
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/soul_nova.jpg
|
||||
Oracle:Exile target attacking creature and all Equipment attached to it.
|
||||
Reference in New Issue
Block a user