mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
- Added Nature's Will and Thunderblade Charge
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -7227,6 +7227,7 @@ res/cardsfolder/n/natures_resurgence.txt svneol=native#text/plain
|
||||
res/cardsfolder/n/natures_revolt.txt svneol=native#text/plain
|
||||
res/cardsfolder/n/natures_ruin.txt svneol=native#text/plain
|
||||
res/cardsfolder/n/natures_spiral.txt svneol=native#text/plain
|
||||
res/cardsfolder/n/natures_will.txt -text
|
||||
res/cardsfolder/n/natures_wrath.txt svneol=native#text/plain
|
||||
res/cardsfolder/n/nausea.txt svneol=native#text/plain
|
||||
res/cardsfolder/n/nav_squad_commandos.txt -text
|
||||
@@ -11208,6 +11209,7 @@ res/cardsfolder/t/thunder_strike.txt svneol=native#text/plain
|
||||
res/cardsfolder/t/thunder_thrash_elder.txt svneol=native#text/plain
|
||||
res/cardsfolder/t/thunder_totem.txt svneol=native#text/plain
|
||||
res/cardsfolder/t/thunder_wall.txt svneol=native#text/plain
|
||||
res/cardsfolder/t/thunderblade_charge.txt -text
|
||||
res/cardsfolder/t/thunderblust.txt svneol=native#text/plain
|
||||
res/cardsfolder/t/thunderbolt.txt svneol=native#text/plain
|
||||
res/cardsfolder/t/thunderclap.txt svneol=native#text/plain
|
||||
|
||||
12
res/cardsfolder/n/natures_will.txt
Normal file
12
res/cardsfolder/n/natures_will.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Name:Nature's Will
|
||||
ManaCost:2 G G
|
||||
Types:Enchantment
|
||||
T:Mode$ CombatDamageDoneOnce | ValidSource$ Creature.YouCtrl | TriggerZones$ Battlefield | ValidTarget$ Player | Execute$ TrigRememberTarget | TriggerDescription$ Whenever one or more creatures you control deal combat damage to a player, tap all lands that player controls and untap all lands you control.
|
||||
SVar:TrigRememberTarget:AB$ Pump | Cost$ 0 | RememberObjects$ TriggeredTarget | SubAbility$ DBTapAll
|
||||
SVar:DBTapAll:DB$ TapAll | ValidCards$ Land.RememberedPlayerCtrl | SubAbility$ DBUntapAll
|
||||
SVar:DBUntapAll:DB$ UntapAll | ValidCards$ Land.YouCtrl | SubAbility$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:PlayMain1:TRUE
|
||||
SVar:Picture:http://www.wizards.com.sixxs.org/global/images/magic/general/natures_will.jpg
|
||||
Oracle:Whenever one or more creatures you control deal combat damage to a player, tap all lands that player controls and untap all lands you control.
|
||||
SetInfo:CHK Rare
|
||||
10
res/cardsfolder/t/thunderblade_charge.txt
Normal file
10
res/cardsfolder/t/thunderblade_charge.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Thunderblade Charge
|
||||
ManaCost:1 R R
|
||||
Types:Sorcery
|
||||
A:SP$ DealDamage | Cost$ 1 R R | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | NumDmg$ 3 | SpellDescription$ CARDNAME deals 3 damage to target creature or player.
|
||||
T:Mode$ CombatDamageDoneOnce | ValidSource$ Creature.YouCtrl | TriggerZones$ Graveyard | ValidTarget$ Player | Execute$ TrigPlay | TriggerDescription$ Whenever one or more creatures you control deal combat damage to a player, if CARDNAME is in your graveyard, you may pay 2 R R R. If you do, you may cast it without paying its mana cost.
|
||||
SVar:TrigPlay:AB$ Play | Cost$ 2 R R R | ActivationZone$ Graveyard | WithoutManaCost$ True | Optional$ True
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/thunderblade_charge.jpg
|
||||
Oracle:Thunderblade Charge deals 3 damage to target creature or player.\nWhenever one or more creatures you control deal combat damage to a player, if Thunderblade Charge is in your graveyard, you may pay {2}{R}{R}{R}. If you do, you may cast it without paying its mana cost.
|
||||
SetInfo:FUT Rare
|
||||
Reference in New Issue
Block a user