Merge pull request #3074 from Simisays/LOTRBIS

LTR 3 cards
This commit is contained in:
Anthony Calosa
2023-05-07 22:09:39 +08:00
committed by GitHub
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Name:Delighted Halfling
ManaCost:G
Types:Creature Halfling Citizen
PT:1/2
A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C}.
A:AB$ Mana | Cost$ T | Produced$ Any | RestrictValid$ Spell.Legendary | AddsNoCounter$ True | SpellDescription$ Add one mana of any color. Spend this mana only to cast a legendary spell, and that spell can't be countered.
DeckNeeds:Type$Legendary
Oracle:{T}: Add {C}\n{T}: Add one mana of any color. Spend this mana only to cast a legendary spell, and that spell can't be countered.

View File

@@ -0,0 +1,14 @@
Name:Lobelia Sackville-Baggins
ManaCost:2 B
Types:Creature Halfling Citizen
PT:2/3
K:Flash
K:Menace
T:Mode$ ChangesZone | ValidCard$ Card.Self | Destination$ Battlefield | Execute$ TrigExile | TriggerDescription$ When CARDNAME enters the battlefield, exile target creature card from an opponent's graveyard that was put there from the battlefield this turn, then create X Treasure tokens, where X is the exiled card's power.
SVar:TrigExile:DB$ ChangeZone | Origin$ Graveyard | Destination$ Exile | ValidTgts$ Creature.ThisTurnEnteredFrom_Battlefield+OppCtrl | TgtPrompt$ Select target creature card from an opponents graveyard that was put there from the battlefield this turn | RememberChanged$ True | SubAbility$ DBToken
SVar:DBToken:DB$ Token | TokenScript$ c_a_treasure_sac | TokenAmount$ X | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:Remembered$CardPower
AI:RemoveDeck:All
DeckHas:Ability$Graveyard|Token & Type$Artifact|Treasure
Oracle:Flash\nMenace\nWhen Lobelia Sackville-Baggins enters the battlefield, exile target creature card from an opponent's graveyard that was put there from the battlefield this turn, then create X Treasure tokens, where X is the exiled card's power.

View File

@@ -0,0 +1,12 @@
Name:Wizard's Rockets
ManaCost:1
Types:Artifact
K:CARDNAME enters the battlefield tapped.
A:AB$ Mana | Cost$ X T Sac<1/CARDNAME> | Produced$ Combo Any | Amount$ X | SpellDescription$ Add X mana in any combination of colors.
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, draw a card.
SVar:TrigDraw:DB$ Draw | Defined$ TriggeredCardController | NumCards$ 1
SVar:X:Count$xPaid
AI:RemoveDeck:All
DeckHas:Ability$Sacrifice
SVar:SacMe:1
Oracle:Wizard's Rockets enters the battlefield tapped.\n{X}, {T}, Sacrifice Wizard's Rockets: Add X mana in any combination of colors.\nWhen Wizard's Rockets is put into a graveyard from the battlefield, draw a card.