Merge pull request #3351 from squee1968/LTC-5-Cards

LTC 5 Cards
This commit is contained in:
Anthony Calosa
2023-06-29 02:44:16 +08:00
committed by GitHub
5 changed files with 60 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
Name:Gimli of the Glittering Caves
ManaCost:2 R
Types:Legendary Creature Dwarf Warrior
PT:1/1
K:Double strike
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Legendary+Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever another legendary creature enters the battlefield under your control, put a +1/+1 counter on CARDNAME.
SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigTreasure | TriggerDescription$ Whenever NICKNAME deals combat damage to a player, create a Treasure token.
SVar:TrigTreasure:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_treasure_sac | TokenOwner$ You
SVar:BuffedBy:Creature.Legendary
DeckHas:Ability$Counters|Token
Oracle:Double strike\nWhenever another legendary creature enters the battlefield under your control, put a +1/+1 counter on Gimli of the Glittering Caves.\nWhenever Gimli deals combat damage to a player, create a Treasure token.

View File

@@ -0,0 +1,13 @@
Name:Legolas Greenleaf
ManaCost:2 G
Types:Legendary Creature Elf Archer
PT:2/2
K:Reach
S:Mode$ CantBlockBy | ValidAttacker$ Creature.Self | ValidBlocker$ Creature.powerLE2 | Description$ CARDNAME can't be blocked by creatures with power 2 or less.
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Legendary+Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever another legendary creature enters the battlefield under your control, put a +1/+1 counter on CARDNAME.
SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigDraw | TriggerDescription$ Whenever CARDNAME deals combat damage to a player, draw a card.
SVar:TrigDraw:DB$ Draw
SVar:BuffedBy:Creature.Legendary
DeckHas:Ability$Counters
Oracle:Reach\nLegolas Greenleaf can't be blocked by creatures with power 2 or less.\nWhenever another legendary creature enters the battlefield under your control, put a +1/+1 counter on Legolas Greenleaf.\nWhenever Legolas Greenleaf deals combat damage to a player, draw a card.

View File

@@ -0,0 +1,11 @@
Name:Merry, Warden of Isengard
ManaCost:1 G W
Types:Legendary Creature Halfling Advisor
PT:1/4
K:Partner:Pippin, Warden of Isengard:Pippin
T:Mode$ ChangesZoneAll | ValidCards$ Artifact.YouCtrl | Destination$ Battlefield | TriggerZones$ Battlefield | ActivationLimit$ 1 | Execute$ TrigToken | TriggerDescription$ Whenever one or more artifacts enter the battlefield under your control, create a 1/1 white Soldier creature token with lifelink. This ability triggers only once each turn.
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_soldier_lifelink | TokenOwner$ You
DeckHints:Name$Pippin, Warden of Isengard
DeckHas:Ability$Token
DeckHints:Type$Artifact
Oracle:Partner with Pippin, Warden of Isengard (When this creature enters the battlefield, target player may put Pippin into their hand from their library, then shuffle.)\nWhenever one or more artifacts enter the battlefield under your control, create a 1/1 white Soldier creature token with lifelink. This ability triggers only once each turn.

View File

@@ -0,0 +1,10 @@
Name:Pippin, Warden of Isengard
ManaCost:B G
Types:Legendary Creature Halfling Advisor
PT:2/2
K:Partner:Merry, Warden of Isengard:Merry
A:AB$ Token | Cost$ 1 T | TokenAmount$ 1 | TokenScript$ c_a_food_sac | TokenOwner$ You | SpellDescription$ Create a Food Token.
A:AB$ PumpAll | Cost$ T Sac<4/Food> | ValidCards$ Creature.YouCtrl+StrictlyOther | NumAtt$ 3 | NumDef$ 3 | KW$ Haste | SorcerySpeed$ True | SpellDescription$ Other creatures you control get +3/+3 and gain haste until end of turn. Activate only as a sorcery.
SVar:PlayMain1:TRUE
DeckHas:Ability$Token|Sacrifice & Type$Artifact
Oracle:Partner with Merry, Warden of Isengard (When this creature enters the battlefield, target player may put Merry into their hand from their library, then shuffle)\n{1}, {T}: Create a Food token.\n{T}, Sacrifice four Foods: Other creatures you control get +3/+3 and gain haste until end of turn. Activate only as a sorcery.

View File

@@ -0,0 +1,14 @@
Name:Treebeard, Gracious Host
ManaCost:2 G W
Types:Legendary Creature Treefolk
PT:0/5
K:Trample
K:Ward:2
T:Mode$ ChangesZone | ValidCard$ Card.Self | Destination$ Battlefield | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two Food tokens.
SVar:TrigToken:DB$ Token | TokenScript$ c_a_food_sac | TokenAmount$ 2
T:Mode$ LifeGained | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever you gain life, put that many +1/+1 counters on target Halfling or Treefolk
SVar:TrigPutCounter:DB$ PutCounter | ValidTgts$ Creature.Halfling,Creature.Treefolk | TgtPrompt$ Select target Halfling or Treefolk | CounterType$ P1P1 | CounterNum$ X
SVar:X:TriggerCount$LifeAmount
DeckHints:Ability$Counters|LifeGain|Token
DeckHas:Ability$Counters|LifeGain|Token
Oracle:Trample, ward {2}\nWhen Treebeard, Gracious Host enters the battlefield, create two Food tokens.\nWhenever you gain life, put that many +1/+1 counters on target Halfling or Treefolk.