mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Merge branch 'fix' into 'master'
Various card patches See merge request core-developers/forge!4831
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
Name:Drake Stone
|
||||
ManaCost:U
|
||||
ManaCost:3 U B
|
||||
Types:Planeswalker Stone
|
||||
Loyalty:4
|
||||
A:AB$ Draw | Cost$ AddCounter<1/LOYALTY> | Planeswalker$ True | NumCards$ 1 | SubAbility$ DBDiscard | SpellDescription$ Draw a card, then each player discards a card.
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
Name:Emergent Growth
|
||||
ManaCost:3 G
|
||||
Types:Sorcery
|
||||
A:SP$ Pump | Cost$ 3 G | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +5 | NumDef$ +5 | KW$ HIDDEN CARDNAME must be blocked if able. | AILogic$ Pump | SpellDescription$ Target creature gets +5/+5 until end of turn and must be blocked this turn if able.
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/emergent_growth.jpg
|
||||
Oracle:Target creature gets +5/+5 until end of turn and must be blocked this turn if able.
|
||||
A:SP$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +5 | NumDef$ +5 | KW$ HIDDEN CARDNAME must be blocked if able. | AILogic$ Pump | StackDescription$ {c:Targeted} gets +5/+5 until end of turn and must be blocked this turn if able. | SpellDescription$ Target creature gets +5/+5 until end of turn and must be blocked this turn if able.
|
||||
Oracle:Target creature gets +5/+5 until end of turn and must be blocked this turn if able.
|
||||
|
||||
@@ -4,6 +4,6 @@ Types:Enchantment Creature Snake Lamia
|
||||
PT:4/4
|
||||
K:Lifelink
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | Execute$ TrigChange | TriggerDescription$ When CARDNAME enters the battlefield, search your library for a card, put it into your graveyard, then shuffle.
|
||||
SVar:TrigChange:DB$ ChangeZone | Origin$ Library | Destination$ Graveyard | ChangeNum$ 1 | ChangeType$ Card
|
||||
SVar:TrigChange:DB$ ChangeZone | Origin$ Library | Destination$ Graveyard | ChangeNum$ 1 | ChangeType$ Card | Mandatory$ True
|
||||
S:Mode$ ReduceCost | ValidCard$ Card.wasCastFromGraveyard | Type$ Spell | Activator$ You | Amount$ 1 | Description$ Spells you cast from your graveyard cost {1} less to cast.
|
||||
Oracle:Lifelink\nWhen Gravebreaker Lamia enters the battlefield, search your library for a card, put it into your graveyard, then shuffle.\nSpells you cast from your graveyard cost {1} less to cast.
|
||||
|
||||
Reference in New Issue
Block a user