mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
fixed some bad characters in card texts
This commit is contained in:
@@ -3,7 +3,7 @@ ManaCost:3 B B
|
||||
Types:Sorcery
|
||||
Text:no text
|
||||
A:SP$ ChangeZone | Cost$ 3 B B | Origin$ Library | Destination$ Hand | ChangeType$ Card | ChangeNum$ 1 | Hidden$ True | Shuffle$ True | SpellDescription$ Search your library for a card and put that card into your hand. Then shuffle your library.
|
||||
A:SP$ ChangeZone | Cost$ 3 B B Discard<2/Card> | Origin$ Library | Destination$ Hand | ChangeType$ Card | ChangeNum$ 1 | Hidden$ True | Shuffle$ True | SubAbility$ DBBuyback | CostDesc$ Buyback<EFBFBD>Discard two cards. | SpellDescription$ (You may discard two cards in addition to any other costs as you cast this spell. If you do, put this card into your hand as it resolves.)
|
||||
A:SP$ ChangeZone | Cost$ 3 B B Discard<2/Card> | Origin$ Library | Destination$ Hand | ChangeType$ Card | ChangeNum$ 1 | Hidden$ True | Shuffle$ True | SubAbility$ DBBuyback | CostDesc$ Buyback-Discard two cards. | SpellDescription$ (You may discard two cards in addition to any other costs as you cast this spell. If you do, put this card into your hand as it resolves.)
|
||||
SVar:DBBuyback:DB$ ChangeZone | Cost$ 0 | Origin$ Stack | Destination$ Hand | ValidCard$ Card.Self
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Rare
|
||||
|
||||
@@ -2,9 +2,9 @@ Name:Demoralize
|
||||
ManaCost:2 R
|
||||
Types:Instant
|
||||
Text:no text
|
||||
A:SP$ Effect | Cost$ 2 R | Name$ Demoralize Effect | StaticAbilities$ KWPump,KWPump2 | SpellDescription$ Each creature can't be blocked this turn except by two or more creatures. Threshold <EFBFBD> If seven or more cards are in your graveyard, creatures can't block this turn.
|
||||
A:SP$ Effect | Cost$ 2 R | Name$ Demoralize Effect | StaticAbilities$ KWPump,KWPump2 | SpellDescription$ Each creature can't be blocked this turn except by two or more creatures. Threshold - If seven or more cards are in your graveyard, creatures can't block this turn.
|
||||
SVar:KWPump:Mode$ Continuous | Affected$ Creature | AddKeyword$ CARDNAME can't be blocked except by two or more creatures. | Description$ Each creature can't be blocked this turn except by two or more creatures.
|
||||
SVar:KWPump2:Mode$ Continuous | Affected$ Creature | AddKeyword$ CARDNAME can't block. | Threshold$ True | Description$ Threshold <EFBFBD> If seven or more cards are in your graveyard, creatures can't block this turn.
|
||||
SVar:KWPump2:Mode$ Continuous | Affected$ Creature | AddKeyword$ CARDNAME can't block. | Threshold$ True | Description$ Threshold - If seven or more cards are in your graveyard, creatures can't block this turn.
|
||||
SVar:RemAIDeck:True
|
||||
SVar:Rarity:Common
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/demoralize.jpg
|
||||
|
||||
@@ -2,7 +2,7 @@ Name:Extraplanar Lens
|
||||
ManaCost:3
|
||||
Types:Artifact
|
||||
Text:no text
|
||||
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigExile | OptionalDecider$ You | TriggerDescription$ Imprint <EFBFBD> When CARDNAME enters the battlefield, you may exile target land you control. Whenever a land with the same name as the exiled card is tapped for mana, its controller adds one mana to his or her mana pool of any type that land produced.
|
||||
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigExile | OptionalDecider$ You | TriggerDescription$ Imprint - When CARDNAME enters the battlefield, you may exile target land you control. Whenever a land with the same name as the exiled card is tapped for mana, its controller adds one mana to his or her mana pool of any type that land produced.
|
||||
SVar:TrigExile:AB$ ChangeZone | Cost$ 0 | Imprint$ True | Origin$ Battlefield | Destination$ Exile | ValidTgts$ Land.YouCtrl | TgtPrompt$ Select a target land you control
|
||||
T:Mode$ TapsForMana | ValidCard$ Land.SameNameAsImprinted | Execute$ TrigMana | TriggerZones$ Battlefield | Secondary$ True | TriggerDescription$ Whenever a land with the same name as the exiled card is tapped for mana, its controller adds one mana to his or her mana pool of any type that land produced.
|
||||
SVar:TrigMana:AB$ ManaReflected | Cost$ 0 | Valid$ Defined.Triggered | ColorOrType$ Type | ReflectProperty$ Produced | Defined$ TriggeredPlayer
|
||||
|
||||
Reference in New Issue
Block a user