mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Tidy up some cards (#1454)
* battlewing_mystic.txt tidy * boggart_sprite_chaser.txt tidy * taste_of_paradise.txt match Text: to Oracle: * taste_of_paradise.txt more * battlewing_mystic.txt better AI * boggart_sprite_chaser.txt better AI
This commit is contained in:
@@ -2,7 +2,7 @@ Name:Boggart Sprite-Chaser
|
||||
ManaCost:1 R
|
||||
Types:Creature Goblin Warrior
|
||||
PT:1/2
|
||||
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ 1 | AddToughness$ 1 | AddKeyword$ Flying | CheckSVar$ X | SVarCompare$ GE1 | Description$ As long as you control a Faerie, CARDNAME gets +1/+1 and has flying.
|
||||
SVar:X:Count$Valid Faerie.YouCtrl
|
||||
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ 1 | AddToughness$ 1 | AddKeyword$ Flying | IsPresent$ Faerie.YouCtrl | Description$ As long as you control a Faerie, CARDNAME gets +1/+1 and has flying.
|
||||
SVar:BuffedBy:Faerie
|
||||
DeckNeeds:Type$Faerie
|
||||
Oracle:As long as you control a Faerie, Boggart Sprite-Chaser gets +1/+1 and has flying.
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
Name:Taste of Paradise
|
||||
ManaCost:3 G
|
||||
Types:Sorcery
|
||||
Text:As an additional cost to cast Taste of Paradise, you may pay {1}{G} any number of times.
|
||||
Text:As an additional cost to cast this spell, you may pay {1}{G} any number of times.
|
||||
K:Multikicker:1 G:Generic
|
||||
A:SP$ GainLife | Cost$ 3 G | Defined$ You | LifeAmount$ Y | SpellDescription$ You gains 3 life plus an additional 3 life for each additional {1}{G} you paid.
|
||||
A:SP$ GainLife | LifeAmount$ Y | SpellDescription$ You gain 3 life plus an additional 3 life for each additional {1}{G} you paid.
|
||||
SVar:Y:SVar$X/Plus.3
|
||||
SVar:X:Count$TimesPseudokicked/Times.3
|
||||
DeckHas:Ability$LifeGain
|
||||
Oracle:As an additional cost to cast this spell, you may pay {1}{G} any number of times.\nYou gain 3 life plus an additional 3 life for each additional {1}{G} you paid.
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
Name:Battlewing Mystic
|
||||
ManaCost:1 U
|
||||
Types:Bird Wizard
|
||||
Types:Creature Bird Wizard
|
||||
PT:2/1
|
||||
K:Kicker:R
|
||||
K:Flying
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self+kicked | Execute$ TrigDiscard | TriggerDescription$ When CARDNAME enters the battlefield, if it was kicked, discard your hand, then draw two cards.
|
||||
SVar:TrigDiscard:DB$ Discard | Mode$ Hand | Defined$ You | SubAbility$ DBDraw
|
||||
SVar:DBDraw:DB$ Draw | Condition$ Kicked | Defined$ You | NumCards$ 2
|
||||
DeckHints:Ability$Discard
|
||||
SVar:TrigDiscard:DB$ Discard | Mode$ Hand | SubAbility$ DBDraw
|
||||
SVar:DBDraw:DB$ Draw | NumCards$ 2
|
||||
DeckHas:Ability$Discard
|
||||
DeckHints:Color$Red
|
||||
Oracle:Kicker {R} (You may pay an additional {R} as you cast this spell.)\nFlying\nWhen Battlewing Mystic enters the battlefield, if it was kicked, discard your hand, then draw two cards.
|
||||
|
||||
Reference in New Issue
Block a user