* Added Lammastide Weave and Roots of Life

This commit is contained in:
swordshine
2012-12-25 06:52:24 +00:00
parent 7323a6d643
commit ae513cfbc2
3 changed files with 34 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -5596,6 +5596,7 @@ res/cardsfolder/l/lagac_lizard.txt svneol=native#text/plain
res/cardsfolder/l/lair_delve.txt -text
res/cardsfolder/l/lake_of_the_dead.txt svneol=native#text/plain
res/cardsfolder/l/lambholt_elder_silverpelt_werewolf.txt -text
res/cardsfolder/l/lammastide_weave.txt -text
res/cardsfolder/l/lance.txt svneol=native#text/plain
res/cardsfolder/l/lancers_en_kor.txt -text
res/cardsfolder/l/land_cap.txt svneol=native#text/plain
@@ -8340,6 +8341,7 @@ res/cardsfolder/r/rooting_kavu.txt -text
res/cardsfolder/r/rootrunner.txt svneol=native#text/plain
res/cardsfolder/r/roots.txt svneol=native#text/plain
res/cardsfolder/r/roots_of_all_evil.txt -text
res/cardsfolder/r/roots_of_life.txt -text
res/cardsfolder/r/rootwalla.txt svneol=native#text/plain
res/cardsfolder/r/rootwater_alligator.txt svneol=native#text/plain
res/cardsfolder/r/rootwater_commando.txt svneol=native#text/plain

View File

@@ -0,0 +1,18 @@
Name:Lammastide Weave
ManaCost:1 G
Types:Instant
Text:no text
A:SP$ NameCard | Cost$ 1 G | Defined$ You | SubAbility$ DBMill | SpellDescription$ Name a card, then target player puts the top card of his or her library into his or her graveyard. If that card is the named card, you gain life equal to its converted mana cost. Draw a card.
SVar:DBMill:DB$ Mill | NumCards$ 1 | ValidTgts$ Player | TgtPrompt$ Choose a player | RememberMilled$ True | SubAbility$ DBGainLife
SVar:DBGainLife:DB$ GainLife | LifeAmount$ X | References$ X,Y | ConditionCheckSVar$ Y | ConditionSVarCompare$ EQ1 | SubAbility$ DBDraw
SVar:DBDraw:DB$ Draw | NumCards$ 1 | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:X:Remembered$CardManaCost
SVar:Y:Remembered$Valid Card.NamedCard
SVar:RemAIDeck:True
SVar:RemRandomDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/lammastide_weave.jpg
SetInfo:LRW|Uncommon|http://magiccards.info/scans/en/lw/226.jpg
Oracle:Name a card, then target player puts the top card of his or her library into his or her graveyard. If that card is the named card, you gain life equal to its converted mana cost.\nDraw a card.
End

View File

@@ -0,0 +1,14 @@
Name:Roots of Life
ManaCost:1 G G
Types:Enchantment
Text:no text
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ ChooseLT | TriggerDescription$ As CARDNAME enters the battlefield, choose Island or Swamp.
SVar:ChooseLT:AB$ ChooseType | Cost$ 0 | Defined$ You | Type$ Basic Land | ValidTypes$ Island,Swamp | InvalidTypes$ Mountain,Forest,Plains | AILogic$ MostProminentHumanControls
T:Mode$ Taps | ValidCard$ Land.ChosenType+OppCtrl | TriggerZones$ Battlefield | Execute$ TrigGainLife | OptionalDecider $ You | TriggerDescription$ Whenever a land of the chosen type an opponent controls becomes tapped, you may gain 1 life.
SVar:TrigGainLife:AB$ GainLife | Cost$ 0 | LifeAmount$ 1
SVar:RemRandomDeck:True
SVar:Rarity:Uncommon
SVar:Picture:http://www.wizards.com/global/images/magic/general/roots_of_life.jpg
SetInfo:MIR|Uncommon|http://magiccards.info/scans/en/mr/135.jpg
Oracle:As Roots of Life enters the battlefield, choose Island or Swamp.\nWhenever a land of the chosen type an opponent controls becomes tapped, you gain 1 life.
End