mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +00:00
- Converted two cards to replacement effects
This commit is contained in:
@@ -2,8 +2,12 @@ Name:Canker Abomination
|
|||||||
ManaCost:2 BG BG
|
ManaCost:2 BG BG
|
||||||
Types:Creature Treefolk Horror
|
Types:Creature Treefolk Horror
|
||||||
PT:6/6
|
PT:6/6
|
||||||
K:etbCounter:M1M1:X:no Condition:As CARDNAME enters the battlefield, choose an opponent. CARDNAME enters the battlefield with a -1/-1 counter on it for each creature that player controls.
|
R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplaceWith$ ChooseP | Description$ As CARDNAME enters the battlefield, choose an opponent. CARDNAME enters the battlefield with a -1/-1 counter on it for each creature that player controls.
|
||||||
SVar:X:Count$Valid Creature.YouDontCtrl
|
SVar:ChooseP:DB$ ChoosePlayer | Defined$ You | Choices$ Player.Opponent | AILogic$ LeastCreatures | SubAbility$ MoveToPlay
|
||||||
SVar:RemMultiplayer:True
|
SVar:MoveToPlay:DB$ ChangeZone | Defined$ ReplacedCard | Origin$ All | Destination$ Battlefield | SubAbility$ DBCounters
|
||||||
|
SVar:DBCounters:DB$ PutCounter | Defined$ Self | CounterType$ M1M1 | CounterNum$ X | References$ X
|
||||||
|
SVar:X:Count$Valid Creature.ChosenCtrl
|
||||||
|
SVar:Y:PlayerCountOpponents$LowestValid Creature.YouCtrl
|
||||||
|
SVar:NeedsToPlayVar:Y LE4
|
||||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/canker_abomination.jpg
|
SVar:Picture:http://www.wizards.com/global/images/magic/general/canker_abomination.jpg
|
||||||
Oracle:As Canker Abomination enters the battlefield, choose an opponent. Canker Abomination enters the battlefield with a -1/-1 counter on it for each creature that player controls.
|
Oracle:As Canker Abomination enters the battlefield, choose an opponent. Canker Abomination enters the battlefield with a -1/-1 counter on it for each creature that player controls.
|
||||||
@@ -2,9 +2,11 @@ Name:Shimatsu the Bloodcloaked
|
|||||||
ManaCost:3 R
|
ManaCost:3 R
|
||||||
Types:Legendary Creature Demon Spirit
|
Types:Legendary Creature Demon Spirit
|
||||||
PT:0/0
|
PT:0/0
|
||||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigSac | Static$ True | TriggerDescription$ As CARDNAME enters the battlefield, sacrifice any number of permanents. Shimatsu enters the battlefield with that many +1/+1 counters on it.
|
R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplaceWith$ TrigSac | Description$ As CARDNAME enters the battlefield, sacrifice any number of permanents. Shimatsu enters the battlefield with that many +1/+1 counters on it.
|
||||||
SVar:TrigSac:DB$ Sacrifice | Amount$ SacX | References$ SacX | SacValid$ Permanent | Defined$ You | RememberSacrificed$ True | Optional$ True | SubAbility$ DBPutcounter
|
SVar:TrigSac:DB$ Sacrifice | Amount$ SacX | References$ SacX | SacValid$ Permanent | Defined$ You | RememberSacrificed$ True | Optional$ True | SubAbility$ MoveToPlay
|
||||||
SVar:DBPutcounter:DB$ PutCounter | CounterType$ P1P1 | Defined$ Self | CounterNum$ X | References$ X
|
SVar:MoveToPlay:DB$ ChangeZone | Defined$ ReplacedCard | Origin$ All | Destination$ Battlefield | SubAbility$ DBPutcounter
|
||||||
|
SVar:DBPutcounter:DB$ PutCounter | CounterType$ P1P1 | Defined$ Self | CounterNum$ X | References$ X | SubAbility$ DBCleanup
|
||||||
|
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||||
SVar:SacX:Count$Valid Permanent.YouCtrl
|
SVar:SacX:Count$Valid Permanent.YouCtrl
|
||||||
SVar:X:Remembered$Amount
|
SVar:X:Remembered$Amount
|
||||||
SVar:RemAIDeck:True
|
SVar:RemAIDeck:True
|
||||||
|
|||||||
Reference in New Issue
Block a user