mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- KLD: Add 2 cards
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -16209,6 +16209,7 @@ forge-gui/res/cardsfolder/u/utter_end.txt -text
|
||||
forge-gui/res/cardsfolder/u/utvara_hellkite.txt -text
|
||||
forge-gui/res/cardsfolder/u/utvara_scalper.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/u/uyo_silent_prophet.txt svneol=native#text/plain
|
||||
forge-gui/res/cardsfolder/upcoming/acrobatic_maneuver.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/aerial_responder.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/arborback_stomper.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/blooming_marsh.txt -text
|
||||
@@ -16225,6 +16226,7 @@ forge-gui/res/cardsfolder/upcoming/gonti_lord_of_luxury.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/inspiring_vantage.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/inventors_fair.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/inventors_goggles.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/kambal_consul_of_allocation.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/larger_than_life.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/nissa_natures_artisan.txt -text
|
||||
forge-gui/res/cardsfolder/upcoming/nissa_vital_force.txt -text
|
||||
|
||||
10
forge-gui/res/cardsfolder/upcoming/acrobatic_maneuver.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/acrobatic_maneuver.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Acrobatic Maneuver
|
||||
ManaCost:2 W
|
||||
Types:Instant
|
||||
A:SP$ ChangeZone | Cost$ 2 W | ValidTgts$ Creature.YouCtrl | Origin$ Battlefield | Destination$ Exile | TgtPrompt$ Select target creature you control | RememberTargets$ True | SubAbility$ DBReturn | SpellDescription$ Exile target creature you control, then return that card to the battlefield under its owner's control. Draw a card.
|
||||
SVar:DBReturn:DB$ ChangeZone | Defined$ Remembered | Origin$ All | Destination$ Battlefield | SubAbility$ DBDraw
|
||||
SVar:DBDraw:DB$ Draw | NumCards$ 1 | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/acrobatic_maneuver.jpg
|
||||
Oracle:Exile target creature you control, then return that card to the battlefield under its owner's control.\nDraw a card.
|
||||
@@ -0,0 +1,10 @@
|
||||
Name:Kambal, Consul of Allocation
|
||||
ManaCost:1 W B
|
||||
PT:2/3
|
||||
Types:Legendary Creature Human Advisor
|
||||
T:Mode$ SpellCast | ValidCard$ Card.nonCreature | ValidActivatingPlayer$ Opponent | TriggerZones$ Battlefield | Execute$ TrigDrain | TriggerDescription$ Whenever an opponent casts a noncreature spell, that player loses 2 life and you gain 2 life.
|
||||
SVar:TrigDrain:AB$ LoseLife | Cost$ 0 | Defined$ TriggeredActivator | LifeAmount$ 2 | SubAbility$ DBGainLife
|
||||
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 2
|
||||
SVar:RemRandomDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/kambal_consul_of_allocation.jpg
|
||||
Oracle:Whenever an opponent casts a noncreature spell, that player loses 2 life and you gain 2 life.
|
||||
Reference in New Issue
Block a user