mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 17:58:01 +00:00
Merge pull request #6046 from paulsnoops/dsk_fixes
Some DSK card script fixes
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
Name:Abandoned Campground
|
||||
ManaCost:no cost
|
||||
Types:Land
|
||||
R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplaceWith$ LandTapped | ReplacementResult$ Updated | Description$ CARDNAME enters tapped unless a player has 13 or less life.
|
||||
SVar:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||
A:AB$ Mana | Cost$ T | Produced$ Combo W U | SpellDescription$ Add {W} or {U}.
|
||||
Oracle:Abandoned Campground enters tapped unless a player has 13 or less life.\n{T}: Add {W} or {U}.
|
||||
Oracle:Abandoned Campground enters tapped unless a player has 13 or less life.\n{T}: Add {W} or {U}.
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
Name:Bleeding Woods
|
||||
ManaCost:no cost
|
||||
Types:Land
|
||||
R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplaceWith$ LandTapped | ReplacementResult$ Updated | Description$ CARDNAME enters tapped unless a player has 13 or less life.
|
||||
SVar:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||
A:AB$ Mana | Cost$ T | Produced$ Combo R G | SpellDescription$ Add {R} or {G}.
|
||||
Oracle:Bleeding Woods enters tapped unless a player has 13 or less life.\n{T}: Add {R} or {G}.
|
||||
Oracle:Bleeding Woods enters tapped unless a player has 13 or less life.\n{T}: Add {R} or {G}.
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
Name:Etched Cornfield
|
||||
ManaCost:no cost
|
||||
Types:Land
|
||||
R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplaceWith$ LandTapped | ReplacementResult$ Updated | Description$ CARDNAME enters tapped unless a player has 13 or less life.
|
||||
SVar:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||
A:AB$ Mana | Cost$ T | Produced$ Combo G W | SpellDescription$ Add {G} or {W}.
|
||||
Oracle:Etched Cornfield enters tapped unless a player has 13 or less life.\n{T}: Add {G} or {W}.
|
||||
Oracle:Etched Cornfield enters tapped unless a player has 13 or less life.\n{T}: Add {G} or {W}.
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
Name:Lakeside Shack
|
||||
ManaCost:no cost
|
||||
Types:Land
|
||||
R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplaceWith$ LandTapped | ReplacementResult$ Updated | Description$ CARDNAME enters tapped unless a player has 13 or less life.
|
||||
SVar:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||
A:AB$ Mana | Cost$ T | Produced$ Combo G U | SpellDescription$ Add {G} or {U}.
|
||||
Oracle:Lakeside Shack enters tapped unless a player has 13 or less life.\n{T}: Add {G} or {U}.
|
||||
Oracle:Lakeside Shack enters tapped unless a player has 13 or less life.\n{T}: Add {G} or {U}.
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
Name:Murky Sewer
|
||||
ManaCost:no cost
|
||||
Types:Land
|
||||
R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplaceWith$ LandTapped | ReplacementResult$ Updated | Description$ CARDNAME enters tapped unless a player has 13 or less life.
|
||||
SVar:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||
A:AB$ Mana | Cost$ T | Produced$ Combo U B | SpellDescription$ Add {U} or {B}.
|
||||
Oracle:Murky Sewer enters tapped unless a player has 13 or less life.\n{T}: Add {U} or {B}.
|
||||
Oracle:Murky Sewer enters tapped unless a player has 13 or less life.\n{T}: Add {U} or {B}.
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
Name:Neglected Manor
|
||||
ManaCost:no cost
|
||||
Types:Land
|
||||
R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplaceWith$ LandTapped | ReplacementResult$ Updated | Description$ CARDNAME enters tapped unless a player has 13 or less life.
|
||||
SVar:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||
A:AB$ Mana | Cost$ T | Produced$ Combo W B | SpellDescription$ Add {W} or {B}.
|
||||
Oracle:Neglected Manor enters tapped unless a player has 13 or less life.\n{T}: Add {W} or {B}.
|
||||
Oracle:Neglected Manor enters tapped unless a player has 13 or less life.\n{T}: Add {W} or {B}.
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
Name:Peculiar Lighthouse
|
||||
ManaCost:no cost
|
||||
Types:Land
|
||||
R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplaceWith$ LandTapped | ReplacementResult$ Updated | Description$ CARDNAME enters tapped unless a player has 13 or less life.
|
||||
SVar:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||
A:AB$ Mana | Cost$ T | Produced$ Combo U R | SpellDescription$ Add {U} or {R}.
|
||||
Oracle:Peculiar Lighthouse enters tapped unless a player has 13 or less life.\n{T}: Add {U} or {R}.
|
||||
Oracle:Peculiar Lighthouse enters tapped unless a player has 13 or less life.\n{T}: Add {U} or {R}.
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
Name:Raucuous Carnival
|
||||
Types:Land
|
||||
R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplaceWith$ LandTapped | ReplacementResult$ Updated | Description$ CARDNAME enters tapped unless a player has 13 or less life.
|
||||
SVar:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||
A:AB$ Mana | Cost$ T | Produced$ Combo R W | SpellDescription$ Add {R} or {W}.
|
||||
Oracle:Raucuous Carnival enters tapped unless a player has 13 or less life.\n{T}: Add {R} or {W}.
|
||||
Name:Raucous Carnival
|
||||
ManaCost:no cost
|
||||
Types:Land
|
||||
R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplaceWith$ LandTapped | ReplacementResult$ Updated | Description$ CARDNAME enters tapped unless a player has 13 or less life.
|
||||
SVar:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||
A:AB$ Mana | Cost$ T | Produced$ Combo R W | SpellDescription$ Add {R} or {W}.
|
||||
Oracle:Raucous Carnival enters tapped unless a player has 13 or less life.\n{T}: Add {R} or {W}.
|
||||
@@ -1,7 +1,8 @@
|
||||
Name:Razortrap Gorge
|
||||
ManaCost:no cost
|
||||
Types:Land
|
||||
R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplaceWith$ LandTapped | ReplacementResult$ Updated | Description$ CARDNAME enters tapped unless a player has 13 or less life.
|
||||
SVar:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||
A:AB$ Mana | Cost$ T | Produced$ Combo B R | SpellDescription$ Add {B} or {R}.
|
||||
Oracle:Razortrap Gorge enters tapped unless a player has 13 or less life.\n{T}: Add {B} or {R}.
|
||||
Oracle:Razortrap Gorge enters tapped unless a player has 13 or less life.\n{T}: Add {B} or {R}.
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
Name:Strangled Cemetery
|
||||
ManaCost:no cost
|
||||
Types:Land
|
||||
R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplaceWith$ LandTapped | ReplacementResult$ Updated | Description$ CARDNAME enters tapped unless a player has 13 or less life.
|
||||
SVar:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||
A:AB$ Mana | Cost$ T | Produced$ Combo B G | SpellDescription$ Add {B} or {G}.
|
||||
Oracle:Strangled Cemetery enters tapped unless a player has 13 or less life.\n{T}: Add {B} or {G}.
|
||||
Oracle:Strangled Cemetery enters tapped unless a player has 13 or less life.\n{T}: Add {B} or {G}.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
Name:Valgavoth's Lair
|
||||
ManaCost:no cost
|
||||
Types:Enchantment Land
|
||||
K:Hexproof
|
||||
R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplacementResult$ Updated | ReplaceWith$ ETBTapped | Description$ CARDNAME enters tapped.
|
||||
@@ -6,4 +7,4 @@ SVar:ETBTapped:DB$ Tap | Defined$ Self | ETB$ True
|
||||
K:ETBReplacement:Other:ChooseColor
|
||||
SVar:ChooseColor:DB$ ChooseColor | Defined$ You | AILogic$ MostProminentInComputerDeck | SpellDescription$ As CARDNAME enters, choose a color.
|
||||
A:AB$ Mana | Cost$ T | Produced$ Chosen | SpellDescription$ Add one mana of the chosen color.
|
||||
Oracle:Hexproof\nValgavoth's Lair enters tapped. As it enters, choose a color.\n{T}: Add one mana of the chosen color.
|
||||
Oracle:Hexproof\nValgavoth's Lair enters tapped. As it enters, choose a color.\n{T}: Add one mana of the chosen color.
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
Name:Incubator Dark Confidant Token
|
||||
ManaCost:no cost
|
||||
Types:Artifact Incubator
|
||||
A:AB$ SetState | Cost$ 2 | Mode$ Transform | SpellDescription$ Transform this artifact.
|
||||
AlternateMode:DoubleFaced
|
||||
|
||||
Reference in New Issue
Block a user