mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added Jeleva, Nephalia's Scourge and Marath, Will of the Wild
This commit is contained in:
16
forge-gui/res/cardsfolder/j/jeleva_nephalias_scourge.txt
Normal file
16
forge-gui/res/cardsfolder/j/jeleva_nephalias_scourge.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
Name:Jeleva, Nephalia's Scourge
|
||||
ManaCost:1 U B R
|
||||
Types:Legendary Creature Vampire Wizard
|
||||
PT:1/3
|
||||
K:Flying
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMill | TriggerDescription$ When CARDNAME enters the battlefield, each player exiles the top X cards of his or her library, where X is the amount of mana spent to cast Jeleva.
|
||||
SVar:TrigMill:AB$ Mill | Cost$ 0 | Defined$ Each | NumCards$ X | References$ X | RememberMilled$ True | Destination$ Exile
|
||||
SVar:X:Count$FirstSpellTotalManaSpent
|
||||
T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigPlay | OptionalDecider$ You| TriggerDescription$ Whenever CARDNAME attacks, you may cast an instant or sorcery card exiled with it without paying its mana cost.
|
||||
SVar:TrigPlay:DB$ Play | ValidZone$ Exile | Valid$ Instant.IsRemembered,Sorcery.IsRemembered | Controller$ You | WithoutManaCost$ True | Amount$ 1
|
||||
T:Mode$ ChangesZone | Origin$ Exile | Destination$ Any | Static$ True | ValidCard$ Card.IsRemembered | Execute$ DBForget
|
||||
SVar:DBForget:DB$ Pump | Defined$ TriggeredCard | ForgetObjects$ TriggeredCard
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | Static$ True | ValidCard$ Card.Self | Execute$ DBCleanup
|
||||
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/jeleva_nephalias_scourge.jpg
|
||||
Oracle:Flying\nWhen Jeleva, Nephalia's Scourge enters the battlefield, each player exiles the top X cards of his or her library, where X is the amount of mana spent to cast Jeleva.\nWhenever Jeleva attacks, you may cast an instant or sorcery card exiled with it without paying its mana cost.
|
||||
14
forge-gui/res/cardsfolder/m/marath_will_of_the_wild.txt
Normal file
14
forge-gui/res/cardsfolder/m/marath_will_of_the_wild.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
Name:Marath, Will of the Wild
|
||||
ManaCost:R G W
|
||||
Types:Legendary Creature Elemental Beast
|
||||
PT:0/0
|
||||
K:etbCounter:P1P1:Y:no Condition:CARDNAME enters the battlefield with a number of +1/+1 counters on it equal to the amount of mana spent to cast it.
|
||||
SVar:Y:Count$FirstSpellTotalManaSpent
|
||||
A:AB$ Charm | Cost$ X SubCounter<X/P1P1> | Announce$ X | XCantBe0$ True | Choices$ MarathCounters,MarathDmg,MarathToken | Defined$ You | SpellDescription$ Choose one - Put X +1/+1 counters on target creature; or CARDNAME deals X damage to target creature or player; or put an X/X green Elemental creature token onto the battlefield. X can't be 0.
|
||||
SVar:MarathCounters:DB$ PutCounter | ValidTgts$ Creature | CounterType$ P1P1 | CounterNum$ Z | References$ Z | SpellDescription$ Put X +1/+1 counters on target creature
|
||||
SVar:MarathDmg:DB$ DealDamage | ValidTgts$ Creature,Player | TgtPrompt$ Select target creature or player | NumDmg$ Z | References$ Z | SpellDescription$ CARDNAME deals X damage to target creature or player
|
||||
SVar:MarathToken:DB$ Token | TokenAmount$ 1 | TokenName$ Elemental | TokenOwner$ You | TokenPower$ Z | TokenToughness$ Z | References$ Z | TokenTypes$ Creature,Elemental | TokenColors$ Green | TokenImage$ g x x elemental | SpellDescription$ Put an X/X green Elemental creature token onto the battlefield.
|
||||
SVar:Z:SVar$CostCountersRemoved
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/marath_will_of_the_wild.jpg
|
||||
Oracle:Marath, Will of the Wild enters the battlefield with a number of +1/+1 counters on it equal to the amount of mana spent to cast it.\n{X}, Remove X +1/+1 counters from Marath: Choose one - Put X +1/+1 counters on target creature; or Marath deals X damage to target creature or player; or put an X/X green Elemental creature token onto the battlefield. X can't be 0.
|
||||
Reference in New Issue
Block a user