Merge pull request #1514 from Northmoc/fixes1488

fixes from PR 1488
This commit is contained in:
Paul Hammerton
2022-09-13 18:45:08 +01:00
committed by GitHub
4 changed files with 9 additions and 7 deletions

View File

@@ -5,8 +5,8 @@ PT:2/2
K:ETBReplacement:Other:ChooseCT K:ETBReplacement:Other:ChooseCT
SVar:ChooseCT:DB$ ChooseType | Defined$ You | Type$ Card | ValidTypes$ Artifact,Planeswalker,Enchantment,Instant,Sorcery | SpellDescription$ As CARDNAME enters the battlefield, choose a card type other than creature or land. SVar:ChooseCT:DB$ ChooseType | Defined$ You | Type$ Card | ValidTypes$ Artifact,Planeswalker,Enchantment,Instant,Sorcery | SpellDescription$ As CARDNAME enters the battlefield, choose a card type other than creature or land.
S:Mode$ ReduceCost | ValidCard$ Card.ChosenType | Type$ Spell | Activator$ You | Amount$ 1 | Description$ Spells you cast of the chosen type cost {1} less to cast. S:Mode$ ReduceCost | ValidCard$ Card.ChosenType | Type$ Spell | Activator$ You | Amount$ 1 | Description$ Spells you cast of the chosen type cost {1} less to cast.
A:AB$ ChangeZone | Cost$ 1 W U | Origin$ Battlefield | Destination$ Exile | SubAbility$ DelTrig | RememberChanged$ True | SpellDescription$ Exile NICKNAME, Return it to the battlefield under its owner's control at the beginning of the next end step. A:AB$ ChangeZone | Cost$ 1 W U | Origin$ Battlefield | Destination$ Exile | SubAbility$ DelTrig | RememberChanged$ True | SpellDescription$ Exile NICKNAME. Return it to the battlefield under its owner's control at the beginning of the next end step.
SVar:DelTrig:DB$ DelayedTrigger | Mode$ Phase | RememberObjects$ Remembered | Phase$ End of Turn | Execute$ TrigReturn | TriggerDescription$ Return CARDNAME to the battlefield. | SubAbility$ DBCleanup SVar:DelTrig:DB$ DelayedTrigger | Mode$ Phase | RememberObjects$ Remembered | Phase$ End of Turn | Execute$ TrigReturn | TriggerDescription$ Return it to the battlefield under its owner's control at the beginning of the next end step. | SubAbility$ DBCleanup
SVar:TrigReturn:DB$ ChangeZone | Defined$ DelayTriggerRememberedLKI | Origin$ Exile | Destination$ Battlefield SVar:TrigReturn:DB$ ChangeZone | Defined$ DelayTriggerRememberedLKI | Origin$ Exile | Destination$ Battlefield
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
AI:RemoveDeck:All AI:RemoveDeck:All

View File

@@ -4,4 +4,5 @@ Types:Creature Lizard
PT:2/2 PT:2/2
A:AB$ Pump | Cost$ 3 G | Defined$ Self | NumAtt$ X | NumDef$ X | ActivationLimit$ 1 | PrecostDesc$ Domain — | SpellDescription$ Until end of turn, CARDNAME gets +1/+1 for each basic land type among lands you control. Activate only once each turn. A:AB$ Pump | Cost$ 3 G | Defined$ Self | NumAtt$ X | NumDef$ X | ActivationLimit$ 1 | PrecostDesc$ Domain — | SpellDescription$ Until end of turn, CARDNAME gets +1/+1 for each basic land type among lands you control. Activate only once each turn.
SVar:X:Count$Domain SVar:X:Count$Domain
Oracle:Domain — {3}{G}: Until end of turn, Sunbathing Rootwalla gets +1/+1 for each basic land type among lands you control. Activate only once each turn. AI:RemoveDeck:Random
Oracle:Domain — {3}{G}: Until end of turn, Sunbathing Rootwalla gets +1/+1 for each basic land type among lands you control. Activate only once each turn.

View File

@@ -2,6 +2,6 @@ Name:Take Up the Shield
ManaCost:1 W ManaCost:1 W
Types:Instant Types:Instant
A:SP$ PutCounter | ValidTgts$ Creature | CounterType$ P1P1 | CounterNum$ 1 | SubAbility$ DBPump | SpellDescription$ Put a +1/+1 counter on target creature. It gains lifelink and indestructible until end of turn. (Damage and effects that say "destroy" don't destroy it.) A:SP$ PutCounter | ValidTgts$ Creature | CounterType$ P1P1 | CounterNum$ 1 | SubAbility$ DBPump | SpellDescription$ Put a +1/+1 counter on target creature. It gains lifelink and indestructible until end of turn. (Damage and effects that say "destroy" don't destroy it.)
SVar:DBPump:DB$ Pump | Defined$ Targeted | KW$ Lifelink & Hexproof SVar:DBPump:DB$ Pump | Defined$ Targeted | KW$ Lifelink & Indestructible
DeckHas:Ability$Counters & Keyword$Lifelink|Hexproof DeckHas:Ability$Counters & Keyword$Lifelink|Indestructible
Oracle:Put a +1/+1 counter on target creature. It gains lifelink and indestructible until end of turn. (Damage and effects that say "destroy" don't destroy it.) Oracle:Put a +1/+1 counter on target creature. It gains lifelink and indestructible until end of turn. (Damage and effects that say "destroy" don't destroy it.)

View File

@@ -2,9 +2,10 @@ Name:Urborg Repossession
ManaCost:B ManaCost:B
Types:Sorcery Types:Sorcery
K:Kicker:1 G K:Kicker:1 G
A:SP$ ChangeZone | Origin$ Graveyard | Destination$ Hand | ChangeNum$ 1 | TgtPrompt$ Choose target creature card in your graveyard | ChangeType$ | SubAbility$ DBGainLife | ValidTgts$ Creature.YouOwn | SpellDescription$ Return target creature card from your graveyard to your hand. You gain 2 life. If this spell was kicked, return another target permanent card from your graveyard to your hand. A:SP$ ChangeZone | Origin$ Graveyard | Destination$ Hand | TgtPrompt$ Choose target creature card in your graveyard | SubAbility$ DBGainLife | ValidTgts$ Creature.YouOwn | SpellDescription$ Return target creature card from your graveyard to your hand. You gain 2 life. If this spell was kicked, return another target permanent card from your graveyard to your hand.
SVar:DBGainLife:DB$ GainLife | LifeAmount$ 2 | SubAbility$ DBReturnKicked SVar:DBGainLife:DB$ GainLife | LifeAmount$ 2 | SubAbility$ DBReturnKicked
SVar:DBReturnKicked:DB$ ChangeZone | Condition$ Kicked | TargetUnique$ True | Origin$ Graveyard | Destination$ Hand | ChangeNum$ 1 | TgtPrompt$ Choose target permanent card in your graveyard | ValidTgts$ Permanent.YouOwn SVar:DBReturnKicked:DB$ ChangeZone | Condition$ Kicked | TargetUnique$ True | Origin$ Graveyard | Destination$ Hand | TargetMin$ Y | TargetMax$ Y | TgtPrompt$ Choose target permanent card in your graveyard | ValidTgts$ Permanent.YouOwn
SVar:Y:Count$Kicked.1.0
DeckHas:Ability$LifeGain|Graveyard DeckHas:Ability$LifeGain|Graveyard
DeckHints:Color$Green DeckHints:Color$Green
Oracle:Kicker {1}{G} (You may pay an additional {1}{G} as you cast this spell.) Return target creature card from your graveyard to your hand. You gain 2 life. If this spell was kicked, return another target permanent card from your graveyard to your hand. Oracle:Kicker {1}{G} (You may pay an additional {1}{G} as you cast this spell.) Return target creature card from your graveyard to your hand. You gain 2 life. If this spell was kicked, return another target permanent card from your graveyard to your hand.