mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +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
|
Name:Abandoned Campground
|
||||||
|
ManaCost:no cost
|
||||||
Types:Land
|
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.
|
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:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||||
A:AB$ Mana | Cost$ T | Produced$ Combo W U | SpellDescription$ Add {W} or {U}.
|
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
|
Name:Bleeding Woods
|
||||||
|
ManaCost:no cost
|
||||||
Types:Land
|
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.
|
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:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||||
A:AB$ Mana | Cost$ T | Produced$ Combo R G | SpellDescription$ Add {R} or {G}.
|
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
|
Name:Etched Cornfield
|
||||||
|
ManaCost:no cost
|
||||||
Types:Land
|
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.
|
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:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||||
A:AB$ Mana | Cost$ T | Produced$ Combo G W | SpellDescription$ Add {G} or {W}.
|
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
|
Name:Lakeside Shack
|
||||||
|
ManaCost:no cost
|
||||||
Types:Land
|
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.
|
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:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||||
A:AB$ Mana | Cost$ T | Produced$ Combo G U | SpellDescription$ Add {G} or {U}.
|
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
|
Name:Murky Sewer
|
||||||
|
ManaCost:no cost
|
||||||
Types:Land
|
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.
|
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:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||||
A:AB$ Mana | Cost$ T | Produced$ Combo U B | SpellDescription$ Add {U} or {B}.
|
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
|
Name:Neglected Manor
|
||||||
|
ManaCost:no cost
|
||||||
Types:Land
|
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.
|
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:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||||
A:AB$ Mana | Cost$ T | Produced$ Combo W B | SpellDescription$ Add {W} or {B}.
|
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
|
Name:Peculiar Lighthouse
|
||||||
|
ManaCost:no cost
|
||||||
Types:Land
|
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.
|
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:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||||
A:AB$ Mana | Cost$ T | Produced$ Combo U R | SpellDescription$ Add {U} or {R}.
|
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
|
Name:Raucous Carnival
|
||||||
Types:Land
|
ManaCost:no cost
|
||||||
R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplaceWith$ LandTapped | ReplacementResult$ Updated | Description$ CARDNAME enters tapped unless a player has 13 or less life.
|
Types:Land
|
||||||
SVar:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
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:X:PlayerCountPlayers$LowestLifeTotal
|
SVar:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||||
A:AB$ Mana | Cost$ T | Produced$ Combo R W | SpellDescription$ Add {R} or {W}.
|
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||||
Oracle:Raucuous Carnival enters tapped unless a player has 13 or less life.\n{T}: Add {R} or {W}.
|
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
|
Name:Razortrap Gorge
|
||||||
|
ManaCost:no cost
|
||||||
Types:Land
|
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.
|
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:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||||
A:AB$ Mana | Cost$ T | Produced$ Combo B R | SpellDescription$ Add {B} or {R}.
|
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
|
Name:Strangled Cemetery
|
||||||
|
ManaCost:no cost
|
||||||
Types:Land
|
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.
|
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:LandTapped:DB$ Tap | Defined$ Self | ETB$ True | ConditionCheckSVar$ X | ConditionSVarCompare$ GT13
|
||||||
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
SVar:X:PlayerCountPlayers$LowestLifeTotal
|
||||||
A:AB$ Mana | Cost$ T | Produced$ Combo B G | SpellDescription$ Add {B} or {G}.
|
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
|
Name:Valgavoth's Lair
|
||||||
|
ManaCost:no cost
|
||||||
Types:Enchantment Land
|
Types:Enchantment Land
|
||||||
K:Hexproof
|
K:Hexproof
|
||||||
R:Event$ Moved | ValidCard$ Card.Self | Destination$ Battlefield | ReplacementResult$ Updated | ReplaceWith$ ETBTapped | Description$ CARDNAME enters tapped.
|
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
|
K:ETBReplacement:Other:ChooseColor
|
||||||
SVar:ChooseColor:DB$ ChooseColor | Defined$ You | AILogic$ MostProminentInComputerDeck | SpellDescription$ As CARDNAME enters, choose a color.
|
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.
|
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
|
Name:Incubator Dark Confidant Token
|
||||||
|
ManaCost:no cost
|
||||||
Types:Artifact Incubator
|
Types:Artifact Incubator
|
||||||
A:AB$ SetState | Cost$ 2 | Mode$ Transform | SpellDescription$ Transform this artifact.
|
A:AB$ SetState | Cost$ 2 | Mode$ Transform | SpellDescription$ Transform this artifact.
|
||||||
AlternateMode:DoubleFaced
|
AlternateMode:DoubleFaced
|
||||||
|
|||||||
Reference in New Issue
Block a user