mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48:00 +00:00
Merge branch 'patch' into 'master'
More ELD cards See merge request core-developers/forge!2124
This commit is contained in:
@@ -147,6 +147,8 @@ public enum CounterType {
|
||||
|
||||
KI("KI", 190, 189, 255),
|
||||
|
||||
KNOWLEDGE("KNOWLEDGE", 0, 115, 255),
|
||||
|
||||
LANDMARK("LNMRK", 186, 28, 28),
|
||||
|
||||
LEVEL("LEVEL", 60, 222, 185),
|
||||
|
||||
@@ -2,16 +2,11 @@ Name:Bloom Tender
|
||||
ManaCost:1 G
|
||||
Types:Creature Elf Druid
|
||||
PT:1/1
|
||||
A:AB$ Mana | Cost$ T | Produced$ W | ConditionCheckSVar$ CheckW | References$ CheckW | ConditionSVarCompare$ GE1 | SubAbility$ DBManaU | SpellDescription$ For each color among permanents you control, add one mana of that color.
|
||||
SVar:DBManaU:DB$ Mana | Produced$ U | ConditionCheckSVar$ CheckU | References$ CheckU | ConditionSVarCompare$ GE1 | SubAbility$ DBManaB
|
||||
SVar:DBManaB:DB$ Mana | Produced$ B | ConditionCheckSVar$ CheckB | References$ CheckB | ConditionSVarCompare$ GE1 | SubAbility$ DBManaR
|
||||
SVar:DBManaR:DB$ Mana | Produced$ R | ConditionCheckSVar$ CheckR | References$ CheckR | ConditionSVarCompare$ GE1 | SubAbility$ DBManaG
|
||||
SVar:DBManaG:DB$ Mana | Produced$ G | ConditionCheckSVar$ CheckG | References$ CheckG | ConditionSVarCompare$ GE1
|
||||
SVar:CheckW:Count$Valid Permanent.YouCtrl+White
|
||||
SVar:CheckU:Count$Valid Permanent.YouCtrl+Blue
|
||||
SVar:CheckB:Count$Valid Permanent.YouCtrl+Black
|
||||
SVar:CheckR:Count$Valid Permanent.YouCtrl+Red
|
||||
SVar:CheckG:Count$Valid Permanent.YouCtrl+Green
|
||||
A:AB$ Mana | Cost$ T | Produced$ W | ConditionPresent$ Permanent.YouCtrl+White | SubAbility$ DBManaU | SpellDescription$ For each color among permanents you control, add one mana of that color.
|
||||
SVar:DBManaU:DB$ Mana | Produced$ U | ConditionPresent$ Permanent.YouCtrl+Blue | SubAbility$ DBManaB
|
||||
SVar:DBManaB:DB$ Mana | Produced$ B | ConditionPresent$ Permanent.YouCtrl+Black | SubAbility$ DBManaR
|
||||
SVar:DBManaR:DB$ Mana | Produced$ R | ConditionPresent$ Permanent.YouCtrl+Red | SubAbility$ DBManaG
|
||||
SVar:DBManaG:DB$ Mana | Produced$ G | ConditionPresent$ Permanent.YouCtrl+Green
|
||||
AI:RemoveDeck:All
|
||||
SVar:Picture:http://www.wizards.com/global/images/magic/general/bloom_tender.jpg
|
||||
Oracle:{T}: For each color among permanents you control, add one mana of that color.
|
||||
|
||||
7
forge-gui/res/cardsfolder/upcoming/beloved_princess.txt
Normal file
7
forge-gui/res/cardsfolder/upcoming/beloved_princess.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Beloved Princess
|
||||
ManaCost:W
|
||||
Types:Creature Human Noble
|
||||
PT:1/1
|
||||
K:Lifelink
|
||||
K:CantBeBlockedBy Creature.powerGE3
|
||||
Oracle:Lifelink\nBeloved Princess can't be blocked by creatures with power 3 or greater.
|
||||
8
forge-gui/res/cardsfolder/upcoming/bog_naughty.txt
Normal file
8
forge-gui/res/cardsfolder/upcoming/bog_naughty.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Bog Naughty
|
||||
ManaCost:3 B B
|
||||
Types:Creature Faerie
|
||||
PT:3/3
|
||||
K:Flying
|
||||
A:AB$ Pump | Cost$ 2 B Sac<1/Food> | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ -3 | NumDef$ -3 | IsCurse$ True | SpellDescription$ Target creature gets -3/-3 until end of turn.
|
||||
AI:RemoveDeck:All
|
||||
Oracle:Flying\n{2}{B}, Sacrifice a Food: Target creature gets -3/-3 until end of turn.
|
||||
13
forge-gui/res/cardsfolder/upcoming/cauldron_familiar.txt
Normal file
13
forge-gui/res/cardsfolder/upcoming/cauldron_familiar.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Name:Cauldron Familiar
|
||||
ManaCost:B
|
||||
Types:Creature Cat
|
||||
PT:1/1
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDrain | TriggerDescription$ When CARDNAME enters the battlefield, each opponent loses 1 life and you gain 1 life.
|
||||
SVar:TrigDrain:DB$ LoseLife | Defined$ Player.Opponent | LifeAmount$ 1 | SubAbility$ DBGainLife
|
||||
SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 1
|
||||
DeckHas:Ability$LifeGain
|
||||
A:AB$ ChangeZone | Cost$ Sac<1/Food> | Origin$ Graveyard | Destination$ Battlefield | ActivationZone$ Graveyard | SpellDescription$ Return CARDNAME from your graveyard to the battlefield.
|
||||
SVar:DiscardMe:2
|
||||
SVar:SacMe:1
|
||||
AI:RemoveDeck:All
|
||||
Oracle:When Cauldron Familiar enters the battlefield, each opponent loses 1 life and you gain 1 life.\nSacrifice a Food: Return Cauldron Familiar from your graveyard to the battlefield.
|
||||
7
forge-gui/res/cardsfolder/upcoming/deafening_silence.txt
Normal file
7
forge-gui/res/cardsfolder/upcoming/deafening_silence.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Deafening Silence
|
||||
ManaCost:W
|
||||
Types:Enchantment
|
||||
S:Mode$ CantBeCast | ValidCard$ Card.nonCreature | Caster$ Player | NumLimitEachTurn$ 1 | Description$ Each player can't cast more than one noncreature spell each turn.
|
||||
SVar:NonStackingEffect:True
|
||||
AI:RemoveDeck:Random
|
||||
Oracle:Each player can't cast more than one noncreature spell each turn.
|
||||
7
forge-gui/res/cardsfolder/upcoming/elite_headhunter.txt
Normal file
7
forge-gui/res/cardsfolder/upcoming/elite_headhunter.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Elite Headhunter
|
||||
ManaCost:B/R B/R B/R B/R
|
||||
Types:Creature Human Knight
|
||||
PT:2/3
|
||||
K:Menace
|
||||
A:AB$ DealDamage | Cost$ BR BR BR Sac<1/Creature.Other,Artifact/another creature or an artifact> | ValidTgts$ Creature,Planeswalker | TgtPrompt$ Select target creature or planeswalker | NumDmg$ 2 | SpellDescription$ CARDNAME deals 2 damage to target creature or planeswalker.
|
||||
Oracle:Menace (This creature can't be blocked except by two or more creatures.)\n{B/R}{B/R}{B/R}, Sacrifice another creature or an artifact: Elite Headhunter deals 2 damage to target creature or planeswalker.
|
||||
5
forge-gui/res/cardsfolder/upcoming/epic_downfall.txt
Normal file
5
forge-gui/res/cardsfolder/upcoming/epic_downfall.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
Name:Epic Downfall
|
||||
ManaCost:1 B
|
||||
Types:Sorcery
|
||||
A:SP$ ChangeZone | Cost$ 1 B | ValidTgts$ Creature.cmcGE3 | TgtPrompt$ Choose target creature with converted mana cost 3 or greater | Origin$ Battlefield | Destination$ Exile | SpellDescription$ Exile target creature with converted mana cost 3 or greater.
|
||||
Oracle:Exile target creature with converted mana cost 3 or greater.
|
||||
13
forge-gui/res/cardsfolder/upcoming/faeburrow_elder.txt
Normal file
13
forge-gui/res/cardsfolder/upcoming/faeburrow_elder.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
Name:Faeburrow Elder
|
||||
ManaCost:1 G W
|
||||
Types:Creature Treefolk Druid
|
||||
PT:0/0
|
||||
K:Vigilance
|
||||
S:Mode$ Continuous | Affected$ Card.Self | AddPower$ X | AddToughness$ X | Description$ CARDNAME gets +1/+1 for each color among permanents you control.
|
||||
SVar:X:Count$ColorsCtrl Permanent.YouCtrl+inZoneBattlefield
|
||||
A:AB$ Mana | Cost$ T | Produced$ W | ConditionPresent$ Permanent.YouCtrl+White | SubAbility$ DBManaU | SpellDescription$ For each color among permanents you control, add one mana of that color.
|
||||
SVar:DBManaU:DB$ Mana | Produced$ U | ConditionPresent$ Permanent.YouCtrl+Blue | SubAbility$ DBManaB
|
||||
SVar:DBManaB:DB$ Mana | Produced$ B | ConditionPresent$ Permanent.YouCtrl+Black | SubAbility$ DBManaR
|
||||
SVar:DBManaR:DB$ Mana | Produced$ R | ConditionPresent$ Permanent.YouCtrl+Red | SubAbility$ DBManaG
|
||||
SVar:DBManaG:DB$ Mana | Produced$ G | ConditionPresent$ Permanent.YouCtrl+Green
|
||||
Oracle:Vigilance\nFaeburrow Elder gets +1/+1 for each color among permanents you control.\n{T}: For each color among permanents you control, add one mana of that color.
|
||||
6
forge-gui/res/cardsfolder/upcoming/fell_the_pheasant.txt
Normal file
6
forge-gui/res/cardsfolder/upcoming/fell_the_pheasant.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Fell the Pheasant
|
||||
ManaCost:1 G
|
||||
Types:Instant
|
||||
A:SP$ DealDamage | Cost$ 1 G | ValidTgts$ Creature.withFlying | TgtPrompt$ Select target creature with flying | NumDmg$ 5 | SubAbility$ DBToken | SpellDescription$ CARDNAME deals 5 damage to target creature with flying. Create a card token. (It's an artifact with "{2}, {T}, Sacrifice this artifact: You gain 3 life.")
|
||||
SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_food_sac | TokenOwner$ You | LegacyImage$ c a food sac eld
|
||||
Oracle:Fell the Pheasant deals 5 damage to target creature with flying. Create a Food token. (It's an artifact with "{2}, {T}, Sacrifice this artifact: You gain 3 life.")
|
||||
11
forge-gui/res/cardsfolder/upcoming/fervent_champion.txt
Normal file
11
forge-gui/res/cardsfolder/upcoming/fervent_champion.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
Name:Fervent Champion
|
||||
ManaCost:R
|
||||
Types:Creature Human Knight
|
||||
PT:1/1
|
||||
K:First Strike
|
||||
K:Haste
|
||||
T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME attacks, another target creature you control gets +1/+0 until end of turn.
|
||||
SVar:TrigPump:DB$Pump | ValidTgts$ Knight.YouCtrl+Other | TgtPrompt$ Select another target attacking Knight you control | NumAtt$ +1
|
||||
SVar:HasAttackEffect:TRUE
|
||||
S:Mode$ ReduceCost | ValidTarget$ Card.Self | ValidSpell$ Activated.Equip | Activator$ You | Amount$ 3 | Description$ Equip abilities you activate that target CARDNAME cost {3} less to activate.
|
||||
Oracle:First strike, haste\nWhenever Fervent Champion attacks, another target attacking Knight you control gets +1/+0 until end of turn.\nEquip abilities you activate that target Fervent Champion cost {3} less to activate.
|
||||
@@ -0,0 +1,8 @@
|
||||
Name:Fierce Witchstalker
|
||||
ManaCost:2 G G
|
||||
Types:Creature Wolf
|
||||
PT:4/4
|
||||
K:Trample
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a Food token. (It's an artifact with "{2}, {T}, Sacrifice this artifact: You gain 3 life.")
|
||||
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_food_sac | TokenOwner$ You | LegacyImage$ c a food sac eld
|
||||
Oracle:Trample\nWhen Fierce Witchstalker enters the battlefield, create a Food token. (It's an artifact with "{2}, {T}, Sacrifice this artifact: You gain 3 life.")
|
||||
10
forge-gui/res/cardsfolder/upcoming/gadwick_the_wizened.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/gadwick_the_wizened.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Gadwick, the Wizened
|
||||
ManaCost:X U U U
|
||||
Types:Legendary Creature Human Wizard
|
||||
PT:3/3
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerDescription$ When CARDNAME enters the battlefield, draw X cards.
|
||||
SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ X | References$ X
|
||||
SVar:X:Count$xPaid
|
||||
T:Mode$ SpellCast | ValidCard$ Card.Blue | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigTap | TriggerDescription$ Whenever you cast a blue spell, tap target nonland permanent an opponent controls.
|
||||
SVar:TrigTap:DB$ Tap | ValidTgts$ Permanent.OppCtrl+nonLand | TgtPrompt$ Select target nonland permanent an opponent controls
|
||||
Oracle:When Gadwick, the Wizened enters the battlefield, draw X cards.\nWhenever you cast a blue spell, tap target nonland permanent an opponent controls.
|
||||
9
forge-gui/res/cardsfolder/upcoming/gingerbrute.txt
Normal file
9
forge-gui/res/cardsfolder/upcoming/gingerbrute.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Gingerbrute
|
||||
ManaCost:1
|
||||
Types:Artifact Creature Food Golem
|
||||
PT:1/1
|
||||
K:Haste
|
||||
A:AB$ Effect | Cost$ 1 | Name$ CARDNAME Effect | StaticAbilities$ KWPump | SpellDescription$ CARDNAME can't be blocked this turn except by creatures with haste.
|
||||
SVar:KWPump:Mode$ CantBlockBy | ValidAttacker$ Creature.EffectSource | ValidBlocker$ Creature.withoutHaste | EffectZone$ Command | Description$ EFFECTSOURCE can't be blocked this turn except by creatures with haste.
|
||||
A:AB$ GainLife | Cost$ 2 T Sac<1/CARDNAME> | LifeAmount$ 3 | SpellDescription$ You gain 3 life.
|
||||
Oracle:Haste\n{1}: Gingerbrute can't be blocked this turn except by creatures with haste.\n{2}, {T}, Sacrifice Gingerbrute: You gain 3 life.
|
||||
12
forge-gui/res/cardsfolder/upcoming/glass_casket.txt
Normal file
12
forge-gui/res/cardsfolder/upcoming/glass_casket.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Name:Glass Casket
|
||||
ManaCost:1 W
|
||||
Types:Artifact
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | TriggerDescription$ When CARDNAME enters the battlefield, exile target creature an opponent controls with converted mana cost 3 or less until CARDNAME leaves the battlefield.
|
||||
SVar:TrigExile:DB$ ChangeZone | Origin$ Battlefield | Destination$ Exile | ValidTgts$ Creature.OppCtrl+cmcLE3 | TgtPrompt$ Select target creature an opponent controls with converted mana cost 3 or less | ConditionPresent$ Card.Self | SubAbility$ DBEffect
|
||||
SVar:DBEffect:DB$ Effect | Triggers$ ComeBack | RememberObjects$ Targeted | ImprintCards$ Self | SVars$ TrigReturn,ExileSelf | ConditionPresent$ Card.Self | Duration$ Permanent | ForgetOnMoved$ Exile
|
||||
SVar:ComeBack:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.IsImprinted | Execute$ TrigReturn | TriggerZones$ Command | TriggerController$ TriggeredCardController | Static$ True | TriggerDescription$ That creature is exiled until EFFECTSOURCE leaves the battlefield
|
||||
SVar:TrigReturn:DB$ ChangeZoneAll | Origin$ Exile | Destination$ Battlefield | ChangeType$ Card.IsRemembered | SubAbility$ ExileSelf
|
||||
SVar:ExileSelf:DB$ ChangeZone | Origin$ Command | Destination$ Exile | Defined$ Self
|
||||
SVar:PlayMain1:TRUE
|
||||
SVar:NeedsToPlay:Creature.OppCtrl+cmcLE3
|
||||
Oracle:When Glass Casket enters the battlefield, exile target creature an opponent controls with converted mana cost 3 or less until Glass Casket leaves the battlefield.
|
||||
10
forge-gui/res/cardsfolder/upcoming/harmonious_archon.txt
Normal file
10
forge-gui/res/cardsfolder/upcoming/harmonious_archon.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
Name:Harmonious Archon
|
||||
ManaCost:4 W W
|
||||
Types:Creature Archon
|
||||
PT:4/5
|
||||
K:Flying
|
||||
S:Mode$ Continuous | Affected$ Creature.nonArchon | SetPower$ 3 | SetToughness$ 3 | Description$ Non-Archon creatures have base power and toughness 3/3.
|
||||
AI:RemoveDeck:Random
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create two 1/1 white Human creature tokens.
|
||||
SVar:TrigToken:DB$Token | TokenAmount$ 2 | TokenScript$ w_1_1_human | TokenOwner$ You | LegacyImage$ w 1 1 human eld
|
||||
Oracle:Flying\nNon-Archon creatures have base power and toughness 3/3.\nWhen Harmonious Archon enters the battlefield, create two 1/1 white Human creature tokens.
|
||||
@@ -0,0 +1,9 @@
|
||||
Name:Inquisitive Puppet
|
||||
ManaCost:1
|
||||
Types:Artifact Creature Construct
|
||||
PT:0/2
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigScry | TriggerDescription$ When CARDNAME enters the battlefield, scry 1.
|
||||
SVar:TrigScry:DB$ Scry | ScryNum$ 1
|
||||
A:AB$ Token | Cost$ Exile<1/CARDNAME> | TokenAmount$ 1 | TokenScript$ w_1_1_human | TokenOwner$ You | LegacyImage$ w 1 1 human eld | SpellDescription$ Create a 1/1 white Human creature token.
|
||||
DeckHints:Type$Human
|
||||
Oracle:When Inquisitive Puppet enters the battlefield, scry 1.\nExile Inquisitive Puppet: Create a 1/1 white Human creature token.
|
||||
7
forge-gui/res/cardsfolder/upcoming/into_the_story.txt
Normal file
7
forge-gui/res/cardsfolder/upcoming/into_the_story.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Into the Story
|
||||
ManaCost:5 U U
|
||||
Types:Instant
|
||||
S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ 3 | EffectZone$ All | CheckSVar$ X | SVarCompare$ GE7 | Description$ CARDNAME costs {3} less to cast if an opponent has seven or more cards in their graveyard.
|
||||
SVar:X:PlayerCountOpponents$HighestCardsInGraveyard
|
||||
A:SP$ Draw | Cost$ 5 U U | NumCards$ 4 | SpellDescription$ Draw four cards.
|
||||
Oracle:This spell costs {3} less to cast if an opponent has seven or more cards in their graveyard.\nDraw four cards.
|
||||
@@ -0,0 +1,5 @@
|
||||
Name:Knight of the Keep
|
||||
ManaCost:2 W
|
||||
Types:Creature Human Knight
|
||||
PT:3/2
|
||||
Oracle:
|
||||
7
forge-gui/res/cardsfolder/upcoming/lost_legion.txt
Normal file
7
forge-gui/res/cardsfolder/upcoming/lost_legion.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Lost Legion
|
||||
ManaCost:1 B B
|
||||
Types:Creature Spirit Knight
|
||||
PT:2/3
|
||||
T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigScry | TriggerDescription$ When CARDNAME enters the battlefield, scry 2. (To scry 2, look at the top two cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)
|
||||
SVar:TrigScry:DB$ Scry | ScryNum$ 2
|
||||
Oracle:When Lost Legion enters the battlefield, scry 2. (Look at the top two cards of your library, then put any number of them on the bottom of your library and the rest on top in any order.)
|
||||
7
forge-gui/res/cardsfolder/upcoming/maraleaf_rider.txt
Normal file
7
forge-gui/res/cardsfolder/upcoming/maraleaf_rider.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
Name:Maraleaf Rider
|
||||
ManaCost:1 G
|
||||
Types:Creature Elf Knight
|
||||
PT:3/1
|
||||
A:AB$ MustBlock | Cost$ Sac<1/Food> | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Target creature blocks CARDNAME this turn if able.
|
||||
AI:RemoveDeck:All
|
||||
Oracle:Sacrifice a Food: Target creature blocks Maraleaf Rider this turn if able.
|
||||
6
forge-gui/res/cardsfolder/upcoming/mirrormade.txt
Normal file
6
forge-gui/res/cardsfolder/upcoming/mirrormade.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Mirrormade
|
||||
ManaCost:1 U U
|
||||
Types:Enchantment
|
||||
K:ETBReplacement:Copy:DBCopy:Optional
|
||||
SVar:DBCopy:DB$ Clone | Choices$ Artifact.Other,Enchantment.Other | SpellDescription$ You may have CARDNAME enter the battlefield as a copy of any artifact or enchantment on the battlefield.
|
||||
Oracle:You may have Mirrormade enter the battlefield as a copy of any artifact or enchantment on the battlefield.
|
||||
9
forge-gui/res/cardsfolder/upcoming/oathsworn_knight.txt
Normal file
9
forge-gui/res/cardsfolder/upcoming/oathsworn_knight.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
Name:Oathsworn Knight
|
||||
ManaCost:1 B B
|
||||
Types:Creature Human Knight
|
||||
PT:0/0
|
||||
K:etbCounter:P1P1:4
|
||||
K:CARDNAME attacks each combat if able.
|
||||
R:Event$ DamageDone | ActiveZones$ Battlefield | ValidTarget$ Card.Self+counters_GE1_P1P1 | ReplaceWith$ DBRemoveCounters | PreventionEffect$ True | Description$ If damage would be dealt to CARDNAME while it has a +1/+1 counter on it, prevent that damage and remove a +1/+1 counter from it.
|
||||
SVar:DBRemoveCounters:DB$ RemoveCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1
|
||||
Oracle:Oathsworn Knight enters the battlefield with four +1/+1 counters on it.\nOathsworn Knight attacks each combat if able.\nIf damage would be dealt to Oathsworn Knight while it has a +1/+1 counter on it, prevent that damage and remove a +1/+1 counter from it.
|
||||
8
forge-gui/res/cardsfolder/upcoming/ogre_errant.txt
Normal file
8
forge-gui/res/cardsfolder/upcoming/ogre_errant.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Ogre Errant
|
||||
ManaCost:3 R
|
||||
Types:Creature Ogre Knight
|
||||
PT:3/4
|
||||
T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME attacks, another target attacking Knight gains menace gains menace until end of turn.
|
||||
SVar:TrigPump:DB$ Pump | ValidTgts$ Knight.Other+attacking | TgtPrompt$ Select another target attacking creature | KW$ Menace
|
||||
DeckHints:Type$Knight
|
||||
Oracle:Whenever Ogre Errant attacks, another target attacking Knight gains menace until end of turn. (It can't be blocked except by two or more creatures.)
|
||||
6
forge-gui/res/cardsfolder/upcoming/raging_redcap.txt
Normal file
6
forge-gui/res/cardsfolder/upcoming/raging_redcap.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Raging Redcap
|
||||
ManaCost:2 R
|
||||
Types:Creature Goblin Knight
|
||||
PT:1/2
|
||||
K:Double Strike
|
||||
Oracle:Double strike
|
||||
6
forge-gui/res/cardsfolder/upcoming/spinning_wheel.txt
Normal file
6
forge-gui/res/cardsfolder/upcoming/spinning_wheel.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Spinning Wheel
|
||||
ManaCost:3
|
||||
Types:Artifact
|
||||
A:AB$ Mana | Cost$ T | Produced$ Any | SpellDescription$ Add one mana of any color.
|
||||
A:AB$ Tap | Cost$ 5 T | ValidTgts$ Creature | TgtPrompt$ Select target creature | SpellDescription$ Tap target creature.
|
||||
Oracle:{T}: Add one mana of any color.\n{5}, {T}: Tap target creature.
|
||||
8
forge-gui/res/cardsfolder/upcoming/stolen_by_the_fae.txt
Normal file
8
forge-gui/res/cardsfolder/upcoming/stolen_by_the_fae.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Stolen by the Fae
|
||||
ManaCost:X U U
|
||||
Types:Sorcery
|
||||
A:SP$ ChangeZone | Cost$ X U U | Origin$ Battlefield | Destination$ Hand | ValidTgts$ Creature | ChangeNum$ 1 | References$ X | SubAbility$ DBToken | SpellDescription$ Return target creature with converted mana cost X to its owner's hand. You create X 1/1 blue Faerie creature tokens with flying.
|
||||
SVar:DBToken:DB$ Token | TokenAmount$ X | References$ X | TokenScript$ u_1_1_faerie_flying | TokenOwner$ You | LegacyImage$ u 1 1 faerie flying eld
|
||||
SVar:X:Targeted$CardManaCost
|
||||
AI:RemoveDeck:All
|
||||
Oracle:Return target creature with converted mana cost X to its owner's hand. You create X 1/1 blue Faerie creature tokens with flying.
|
||||
12
forge-gui/res/cardsfolder/upcoming/the_magic_mirror.txt
Normal file
12
forge-gui/res/cardsfolder/upcoming/the_magic_mirror.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
Name:The Magic Mirror
|
||||
ManaCost:6 U U U
|
||||
Types:Legendary Artifact
|
||||
S:Mode$ ReduceCost | ValidCard$ Card.Self | Type$ Spell | Amount$ X | References$ X | EffectZone$ All | Description$ CARDNAME costs {1} less to cast for each instant and sorcery card in your graveyard.
|
||||
SVar:X:Count$ValidGraveyard Instant.YouOwn,Sorcery.YouOwn
|
||||
DeckHints:Ability$Graveyard
|
||||
S:Mode$ Continuous | Affected$ You | SetMaxHandSize$ Unlimited | Description$ You have no maximum hand size.
|
||||
T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a knowledge counter on CARDNAME, then draw a card for each knowledge counter on CARDNAME.
|
||||
SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ KNOWLEDGE | CounterNum$ 1 | SubAbility$ DBDraw
|
||||
SVar:DBDraw:DB$ Draw | Defined$ You | NumCards$ Y | References$ Y
|
||||
SVar:Y:Count$CardCounters.KNOWLEDGE
|
||||
Oracle:This spell costs {1} less to cast for each instant and sorcery card in your graveyard.\nYou have no maximum hand size.\nAt the beginning of your upkeep, put a knowledge counter on The Magic Mirror, then draw a card for each knowledge counter on The Magic Mirror.
|
||||
@@ -0,0 +1,7 @@
|
||||
Name:Thunderous Snapper
|
||||
ManaCost:G/U G/U G/U G/U
|
||||
Types:Creature Turtle Hydra
|
||||
PT:4/4
|
||||
T:Mode$ SpellCast | ValidCard$ Card.cmcGE5 | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDraw | TriggerDescription$ Whenever you cast a spell with converted mana cost 5 or greater, draw a card.
|
||||
SVar:TrigDraw:DB$ Draw | Defined$ You | NumCards$ 1
|
||||
Oracle:Whenever you cast a spell with converted mana cost 5 or greater, draw a card.
|
||||
8
forge-gui/res/cardsfolder/upcoming/trail_of_crumbs.txt
Normal file
8
forge-gui/res/cardsfolder/upcoming/trail_of_crumbs.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Trail of Crumbs
|
||||
ManaCost:1 G
|
||||
Types:Enchantment
|
||||
T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigToken | TriggerDescription$ When CARDNAME enters the battlefield, create a Food token.
|
||||
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_food_sac | TokenOwner$ You | LegacyImage$ c a food sac eld
|
||||
T:Mode$ Sacrificed | ValidPlayer$ You | ValidCard$ Food.YouCtrl | Origin$ Any | Destination$ Battlefield | Execute$ TrigDig | TriggerZones$ Battlefield | TriggerDescription$ Whenever you sacrifice a Food, you may pay {1}. If you do, look at the top two cards of your library. You may reveal a permanent card from among them and put it into your hand. Put the rest on the bottom of your library in any order.
|
||||
SVar:TrigDig:AB$ Dig | Cost$ 1 | DigNum$ 2 | ChangeNum$ 1 | Optional$ True | ChangeValid$ Permanent | ForceRevealToController$ True
|
||||
Oracle:When Trail of Crumbs enters the battlefield, create a Food token.\nWhenever you sacrifice a Food, you may pay {1}. If you do, look at the top two cards of your library. You may reveal a permanent card from among them and put it into your hand. Put the rest on the bottom of your library in any order.
|
||||
@@ -0,0 +1,7 @@
|
||||
Name:Trapped in the Tower
|
||||
ManaCost:1 W
|
||||
Types:Enchantment Aura
|
||||
K:Enchant creature without flying
|
||||
A:SP$ Attach | Cost$ 1 W | ValidTgts$ Creature.withoutFlying | AILogic$ Curse
|
||||
S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddHiddenKeyword$ CARDNAME can't attack or block. & CARDNAME's activated abilities can't be activated. | Description$ Enchanted creature can't attack or block and its activated abilities can't be activated.
|
||||
Oracle:Enchant creature without flying\nEnchanted creature can't attack or block, and its activated abilities can't be activated.
|
||||
6
forge-gui/res/cardsfolder/upcoming/true_loves_kiss.txt
Normal file
6
forge-gui/res/cardsfolder/upcoming/true_loves_kiss.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:True Love's Kiss
|
||||
ManaCost:2 W W
|
||||
Types:Instant
|
||||
A:SP$ ChangeZone | Cost$ 2 W W | ValidTgts$ Artifact,Enchantment | TgtPrompt$ Select target artifact or enchantment | Origin$ Battlefield | Destination$ Exile | SubAbility$ DBDraw | SpellDescription$ Exile target artifact or enchantment. Draw a card.
|
||||
SVar:DBDraw:DB$ Draw | NumCards$ 1
|
||||
Oracle:Exile target artifact or enchantment.\nDraw a card.
|
||||
6
forge-gui/res/cardsfolder/upcoming/wolfs_quarry.txt
Normal file
6
forge-gui/res/cardsfolder/upcoming/wolfs_quarry.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Name:Wolf's Quarry
|
||||
ManaCost:4 G G
|
||||
Types:Sorcery
|
||||
A:SP$ Token | Cost$ 4 G G | TokenAmount$ 3 | TokenScript$ g_1_1_boar_food | TokenOwner$ You | LegacyImage$ g 1 1 boar food eld | SpellDescription$ Create three 1/1 green Boar creature tokens with "When this creature dies, create a Food token." (A Food token is an artifact with "{2}, {T}, Sacrifice this artifact: You gain 3 life.")
|
||||
DeckHas:Ability$Token
|
||||
Oracle:Create three 1/1 green Boar creature tokens with "When this creature dies, create a Food token." (A Food token is an artifact with "{2}, {T}, Sacrifice this artifact: You gain 3 life.")
|
||||
8
forge-gui/res/tokenscripts/g_1_1_boar_food.txt
Normal file
8
forge-gui/res/tokenscripts/g_1_1_boar_food.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
Name:Boar
|
||||
ManaCost:no cost
|
||||
Types:Creature Boar
|
||||
Colors:green
|
||||
PT:1/1
|
||||
T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When this creature dies, create a Food token.
|
||||
SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ c_a_food_sac | TokenOwner$ You | LegacyImage$ c a food sac eld
|
||||
Oracle:When this creature dies, create a Food token.
|
||||
Reference in New Issue
Block a user