From e697c32c98ec4cf54be42bd749e96d2e7a5963c8 Mon Sep 17 00:00:00 2001 From: Agetian Date: Sat, 1 Jul 2017 18:38:38 +0000 Subject: [PATCH] - Committing Marek's 6th batch of HOU cards + fixes. --- .gitattributes | 42 +++++++++++++++++++ forge-gui/res/cardsfolder/a/azorius_ploy.txt | 4 +- .../cardsfolder/b/belligerent_hatchling.txt | 4 +- .../res/cardsfolder/c/cathars_companion.txt | 2 +- .../res/cardsfolder/c/cinder_pyromancer.txt | 4 +- .../res/cardsfolder/c/claustrophobia.txt | 20 ++++----- forge-gui/res/cardsfolder/e/ebon_praetor.txt | 4 +- forge-gui/res/cardsfolder/e/essence_flare.txt | 4 +- .../res/cardsfolder/g/gibbering_fiend.txt | 9 ++-- .../res/cardsfolder/g/glint_hawk_idol.txt | 4 +- .../res/cardsfolder/i/infernal_genesis.txt | 4 +- .../res/cardsfolder/k/kalastria_healer.txt | 8 ++-- .../res/cardsfolder/m/mirri_the_cursed.txt | 4 +- forge-gui/res/cardsfolder/o/offalsnout.txt | 4 +- .../res/cardsfolder/s/sharuum_the_hegemon.txt | 4 +- .../res/cardsfolder/s/sosukes_summons.txt | 4 +- .../res/cardsfolder/s/sprouting_thrinax.txt | 4 +- .../cardsfolder/upcoming/adorned_pouncer.txt | 2 +- .../cardsfolder/upcoming/champion_of_wits.txt | 2 +- .../upcoming/dagger_of_the_worthy.txt | 7 ++++ .../cardsfolder/upcoming/dauntless_aven.txt | 9 ++++ .../upcoming/desert_of_the_glorified.txt | 16 +++---- .../upcoming/devotee_of_strength.txt | 8 ++++ .../cardsfolder/upcoming/disposal_mummy.txt | 8 ++++ .../upcoming/djerus_renunciation.txt | 7 ++++ .../res/cardsfolder/upcoming/dreamstealer.txt | 2 +- .../res/cardsfolder/upcoming/dune_diviner.txt | 7 ++++ .../upcoming/dunes_of_the_dead.txt | 11 +++++ .../upcoming/earthshaker_khenra.txt | 6 +-- .../cardsfolder/upcoming/feral_prowler.txt | 9 ++++ .../cardsfolder/upcoming/firebrand_archer.txt | 9 ++++ .../upcoming/frilled_sandwalla.txt | 7 ++++ .../cardsfolder/upcoming/gibbering_fiend.txt | 12 ++++++ .../cardsfolder/upcoming/gift_of_strength.txt | 6 +++ .../cardsfolder/upcoming/glint_hawk_idol.txt | 11 +++++ .../cardsfolder/upcoming/granitic_titan.txt | 8 ++++ .../upcoming/graven_abomination.txt | 8 ++++ .../cardsfolder/upcoming/grisly_survivor.txt | 8 ++++ .../upcoming/grotesque_mutation.txt | 6 +++ .../res/cardsfolder/upcoming/harrier_naga.txt | 6 +++ .../cardsfolder/upcoming/ifnir_deadlands.txt | 2 +- .../upcoming/imaginary_threats.txt | 13 ++++++ .../upcoming/lurching_rotbeast.txt | 7 ++++ .../res/cardsfolder/upcoming/magmaroth.txt | 11 +++++ .../res/cardsfolder/upcoming/moaning_wall.txt | 8 ++++ .../upcoming/neheb_the_eternal.txt | 3 +- .../cardsfolder/upcoming/obelisk_spider.txt | 14 +++++++ .../cardsfolder/upcoming/oketras_avenger.txt | 8 ++++ .../res/cardsfolder/upcoming/overcome.txt | 6 +++ .../cardsfolder/upcoming/proven_combatant.txt | 2 +- .../cardsfolder/upcoming/puncturing_blow.txt | 6 +++ .../cardsfolder/upcoming/quarry_beetle.txt | 8 ++++ .../cardsfolder/upcoming/rampaging_hippo.txt | 8 ++++ .../cardsfolder/upcoming/resilient_khenra.txt | 2 +- .../res/cardsfolder/upcoming/riddleform.txt | 9 ++++ .../res/cardsfolder/upcoming/ruin_rat.txt | 9 ++++ .../res/cardsfolder/upcoming/saving_grace.txt | 15 +++++++ .../upcoming/scrounger_of_souls.txt | 7 ++++ .../cardsfolder/upcoming/sinuous_striker.txt | 2 +- .../cardsfolder/upcoming/solitary_camel.txt | 7 ++++ .../upcoming/spellweaver_eternal.txt | 8 ++++ .../upcoming/steadfast_sentinel.txt | 2 +- .../upcoming/striped_riverwinder.txt | 8 ++++ .../cardsfolder/upcoming/struggle_survive.txt | 2 +- .../cardsfolder/upcoming/tenacious_hunter.txt | 8 ++++ .../cardsfolder/upcoming/thorned_moloch.txt | 8 ++++ .../upcoming/unconventional_tactics.txt | 10 +++++ .../upcoming/unquenchable_thirst.txt | 10 +++++ .../upcoming/vile_manifestation.txt | 10 +++++ .../upcoming/wall_of_forgotten_pharaohs.txt | 8 ++++ .../cardsfolder/upcoming/without_weakness.txt | 7 ++++ 71 files changed, 466 insertions(+), 66 deletions(-) create mode 100644 forge-gui/res/cardsfolder/upcoming/dagger_of_the_worthy.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/dauntless_aven.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/devotee_of_strength.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/disposal_mummy.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/djerus_renunciation.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/dune_diviner.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/dunes_of_the_dead.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/feral_prowler.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/firebrand_archer.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/frilled_sandwalla.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/gibbering_fiend.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/gift_of_strength.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/glint_hawk_idol.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/granitic_titan.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/graven_abomination.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/grisly_survivor.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/grotesque_mutation.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/harrier_naga.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/imaginary_threats.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/lurching_rotbeast.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/magmaroth.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/moaning_wall.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/obelisk_spider.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/oketras_avenger.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/overcome.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/puncturing_blow.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/quarry_beetle.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/rampaging_hippo.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/riddleform.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/ruin_rat.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/saving_grace.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/scrounger_of_souls.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/solitary_camel.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/spellweaver_eternal.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/striped_riverwinder.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/tenacious_hunter.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/thorned_moloch.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/unconventional_tactics.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/unquenchable_thirst.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/vile_manifestation.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/wall_of_forgotten_pharaohs.txt create mode 100644 forge-gui/res/cardsfolder/upcoming/without_weakness.txt diff --git a/.gitattributes b/.gitattributes index 1950b24218d..4fb684f08cd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16994,6 +16994,8 @@ forge-gui/res/cardsfolder/upcoming/crook_of_condemnation.txt -text forge-gui/res/cardsfolder/upcoming/crypt_of_the_eternals.txt -text forge-gui/res/cardsfolder/upcoming/cryptic_annelid.txt -text forge-gui/res/cardsfolder/upcoming/cunning_survivor.txt -text +forge-gui/res/cardsfolder/upcoming/dagger_of_the_worthy.txt -text +forge-gui/res/cardsfolder/upcoming/dauntless_aven.txt -text forge-gui/res/cardsfolder/upcoming/defiant_khenra.txt -text forge-gui/res/cardsfolder/upcoming/desert_of_the_fervent.txt -text forge-gui/res/cardsfolder/upcoming/desert_of_the_glorified.txt -text @@ -17001,23 +17003,39 @@ forge-gui/res/cardsfolder/upcoming/desert_of_the_indomitable.txt -text forge-gui/res/cardsfolder/upcoming/desert_of_the_mindful.txt -text forge-gui/res/cardsfolder/upcoming/desert_of_the_true.txt -text forge-gui/res/cardsfolder/upcoming/deserts_hold.txt -text +forge-gui/res/cardsfolder/upcoming/devotee_of_strength.txt -text +forge-gui/res/cardsfolder/upcoming/disposal_mummy.txt -text forge-gui/res/cardsfolder/upcoming/djeru_with_eyes_open.txt -text +forge-gui/res/cardsfolder/upcoming/djerus_renunciation.txt -text forge-gui/res/cardsfolder/upcoming/doomfall.txt -text forge-gui/res/cardsfolder/upcoming/dreamstealer.txt -text forge-gui/res/cardsfolder/upcoming/driven_despair.txt -text +forge-gui/res/cardsfolder/upcoming/dune_diviner.txt -text +forge-gui/res/cardsfolder/upcoming/dunes_of_the_dead.txt -text forge-gui/res/cardsfolder/upcoming/dutiful_servants.txt -text forge-gui/res/cardsfolder/upcoming/earthshaker_khenra.txt -text forge-gui/res/cardsfolder/upcoming/endless_sands.txt -text forge-gui/res/cardsfolder/upcoming/eternal_of_harsh_truths.txt -text forge-gui/res/cardsfolder/upcoming/farm_market.txt -text +forge-gui/res/cardsfolder/upcoming/feral_prowler.txt -text forge-gui/res/cardsfolder/upcoming/fervent_paincaster.txt -text +forge-gui/res/cardsfolder/upcoming/firebrand_archer.txt -text forge-gui/res/cardsfolder/upcoming/fraying_sanity.txt -text +forge-gui/res/cardsfolder/upcoming/frilled_sandwalla.txt -text forge-gui/res/cardsfolder/upcoming/frontline_devastator.txt -text +forge-gui/res/cardsfolder/upcoming/gibbering_fiend.txt -text forge-gui/res/cardsfolder/upcoming/gideons_defeat.txt -text +forge-gui/res/cardsfolder/upcoming/gift_of_strength.txt -text forge-gui/res/cardsfolder/upcoming/gilded_cerodon.txt -text +forge-gui/res/cardsfolder/upcoming/glint_hawk_idol.txt -text forge-gui/res/cardsfolder/upcoming/god_pharaohs_faithful.txt -text forge-gui/res/cardsfolder/upcoming/god_pharaohs_gift.txt -text +forge-gui/res/cardsfolder/upcoming/granitic_titan.txt -text +forge-gui/res/cardsfolder/upcoming/graven_abomination.txt -text forge-gui/res/cardsfolder/upcoming/grind_dust.txt -text +forge-gui/res/cardsfolder/upcoming/grisly_survivor.txt -text +forge-gui/res/cardsfolder/upcoming/grotesque_mutation.txt -text +forge-gui/res/cardsfolder/upcoming/harrier_naga.txt -text forge-gui/res/cardsfolder/upcoming/hashep_oasis.txt -text forge-gui/res/cardsfolder/upcoming/hazorets_undying_fury.txt -text forge-gui/res/cardsfolder/upcoming/hollow_one.txt -text @@ -17029,6 +17047,7 @@ forge-gui/res/cardsfolder/upcoming/hour_of_glory.txt -text forge-gui/res/cardsfolder/upcoming/hour_of_promise.txt -text forge-gui/res/cardsfolder/upcoming/hour_of_revelation.txt -text forge-gui/res/cardsfolder/upcoming/ifnir_deadlands.txt -text +forge-gui/res/cardsfolder/upcoming/imaginary_threats.txt -text forge-gui/res/cardsfolder/upcoming/imminent_doom.txt -text forge-gui/res/cardsfolder/upcoming/inferno_jet.txt -text forge-gui/res/cardsfolder/upcoming/ipnu_rivulet.txt -text @@ -17039,11 +17058,14 @@ forge-gui/res/cardsfolder/upcoming/khenra_scrapper.txt -text forge-gui/res/cardsfolder/upcoming/leave_chance.txt -text forge-gui/res/cardsfolder/upcoming/life_goes_on.txt -text forge-gui/res/cardsfolder/upcoming/lilianas_defeat.txt -text +forge-gui/res/cardsfolder/upcoming/lurching_rotbeast.txt -text +forge-gui/res/cardsfolder/upcoming/magmaroth.txt -text forge-gui/res/cardsfolder/upcoming/majestic_myriarch.txt -text forge-gui/res/cardsfolder/upcoming/manticore_eternal.txt -text forge-gui/res/cardsfolder/upcoming/marauding_boneslasher.txt -text forge-gui/res/cardsfolder/upcoming/merciless_eternal.txt -text forge-gui/res/cardsfolder/upcoming/mirage_mirror.txt -text +forge-gui/res/cardsfolder/upcoming/moaning_wall.txt -text forge-gui/res/cardsfolder/upcoming/mummy_paramount.txt -text forge-gui/res/cardsfolder/upcoming/neheb_the_eternal.txt -text forge-gui/res/cardsfolder/upcoming/nicol_bolas_god_pharaoh.txt -text @@ -17053,12 +17075,18 @@ forge-gui/res/cardsfolder/upcoming/nissa_genesis_mage.txt -text forge-gui/res/cardsfolder/upcoming/nissas_defeat.txt -text forge-gui/res/cardsfolder/upcoming/nissas_encouragement.txt -text forge-gui/res/cardsfolder/upcoming/oasis_ritualist.txt -text +forge-gui/res/cardsfolder/upcoming/obelisk_spider.txt -text +forge-gui/res/cardsfolder/upcoming/oketras_avenger.txt -text forge-gui/res/cardsfolder/upcoming/oketras_last_mercy.txt -text forge-gui/res/cardsfolder/upcoming/ominous_sphinx.txt -text forge-gui/res/cardsfolder/upcoming/open_fire.txt -text +forge-gui/res/cardsfolder/upcoming/overcome.txt -text forge-gui/res/cardsfolder/upcoming/overwhelming_splendor.txt -text forge-gui/res/cardsfolder/upcoming/pride_sovereign.txt -text forge-gui/res/cardsfolder/upcoming/proven_combatant.txt -text +forge-gui/res/cardsfolder/upcoming/puncturing_blow.txt -text +forge-gui/res/cardsfolder/upcoming/quarry_beetle.txt -text +forge-gui/res/cardsfolder/upcoming/rampaging_hippo.txt -text forge-gui/res/cardsfolder/upcoming/ramunap_excavator.txt -text forge-gui/res/cardsfolder/upcoming/ramunap_hydra.txt -text forge-gui/res/cardsfolder/upcoming/ramunap_ruins.txt -text @@ -17070,40 +17098,54 @@ forge-gui/res/cardsfolder/upcoming/resilient_khenra.txt -text forge-gui/res/cardsfolder/upcoming/resolute_survivors.txt -text forge-gui/res/cardsfolder/upcoming/rhonass_last_stand.txt -text forge-gui/res/cardsfolder/upcoming/rhonass_stalwart.txt -text +forge-gui/res/cardsfolder/upcoming/riddleform.txt -text forge-gui/res/cardsfolder/upcoming/river_hoopoe.txt -text +forge-gui/res/cardsfolder/upcoming/ruin_rat.txt -text forge-gui/res/cardsfolder/upcoming/samut_the_tested.txt -text forge-gui/res/cardsfolder/upcoming/sand_strangler.txt -text +forge-gui/res/cardsfolder/upcoming/saving_grace.txt -text forge-gui/res/cardsfolder/upcoming/scavenger_grounds.txt -text +forge-gui/res/cardsfolder/upcoming/scrounger_of_souls.txt -text forge-gui/res/cardsfolder/upcoming/seer_of_the_last_tomorrow.txt -text forge-gui/res/cardsfolder/upcoming/shefet_dunes.txt -text forge-gui/res/cardsfolder/upcoming/sidewinder_naga.txt -text forge-gui/res/cardsfolder/upcoming/sifter_wurm.txt -text forge-gui/res/cardsfolder/upcoming/sinuous_striker.txt -text forge-gui/res/cardsfolder/upcoming/solemnity.txt -text +forge-gui/res/cardsfolder/upcoming/solitary_camel.txt -text +forge-gui/res/cardsfolder/upcoming/spellweaver_eternal.txt -text forge-gui/res/cardsfolder/upcoming/steadfast_sentinel.txt -text forge-gui/res/cardsfolder/upcoming/steward_of_solidarity.txt -text +forge-gui/res/cardsfolder/upcoming/striped_riverwinder.txt -text forge-gui/res/cardsfolder/upcoming/struggle_survive.txt -text forge-gui/res/cardsfolder/upcoming/sunscourge_champion.txt -text forge-gui/res/cardsfolder/upcoming/sunset_pyramid.txt -text forge-gui/res/cardsfolder/upcoming/supreme_will.txt -text forge-gui/res/cardsfolder/upcoming/survivors_encampment.txt -text forge-gui/res/cardsfolder/upcoming/swarm_intelligence.txt -text +forge-gui/res/cardsfolder/upcoming/tenacious_hunter.txt -text forge-gui/res/cardsfolder/upcoming/the_locust_god.txt -text forge-gui/res/cardsfolder/upcoming/the_scarab_god.txt -text forge-gui/res/cardsfolder/upcoming/the_scorpion_god.txt -text +forge-gui/res/cardsfolder/upcoming/thorned_moloch.txt -text forge-gui/res/cardsfolder/upcoming/torment_of_hailfire.txt -text forge-gui/res/cardsfolder/upcoming/torment_of_scarabs.txt -text forge-gui/res/cardsfolder/upcoming/torment_of_venom.txt -text forge-gui/res/cardsfolder/upcoming/tragic_lesson.txt -text forge-gui/res/cardsfolder/upcoming/trained_condor.txt -text forge-gui/res/cardsfolder/upcoming/uncage_the_menagerie.txt -text +forge-gui/res/cardsfolder/upcoming/unconventional_tactics.txt -text forge-gui/res/cardsfolder/upcoming/unesh_criosphinx_sovereign.txt -text +forge-gui/res/cardsfolder/upcoming/unquenchable_thirst.txt -text forge-gui/res/cardsfolder/upcoming/unraveling_mummy.txt -text +forge-gui/res/cardsfolder/upcoming/vile_manifestation.txt -text forge-gui/res/cardsfolder/upcoming/visage_of_bolas.txt -text forge-gui/res/cardsfolder/upcoming/vizier_of_the_anointed.txt -text forge-gui/res/cardsfolder/upcoming/vizier_of_the_true.txt -text +forge-gui/res/cardsfolder/upcoming/wall_of_forgotten_pharaohs.txt -text forge-gui/res/cardsfolder/upcoming/wasp_of_the_bitter_end.txt -text forge-gui/res/cardsfolder/upcoming/wildfire_eternal.txt -text +forge-gui/res/cardsfolder/upcoming/without_weakness.txt -text forge-gui/res/cardsfolder/upcoming/wretched_camel.txt -text forge-gui/res/cardsfolder/upcoming/zealot_of_the_god_pharaoh.txt -text forge-gui/res/cardsfolder/v/vacuumelt.txt svneol=native#text/plain diff --git a/forge-gui/res/cardsfolder/a/azorius_ploy.txt b/forge-gui/res/cardsfolder/a/azorius_ploy.txt index 8402121bb54..1beb28cadc7 100644 --- a/forge-gui/res/cardsfolder/a/azorius_ploy.txt +++ b/forge-gui/res/cardsfolder/a/azorius_ploy.txt @@ -2,7 +2,7 @@ Name:Azorius Ploy ManaCost:1 W W U Types:Instant A:SP$ Pump | Cost$ 1 W W U | ValidTgts$ Creature | TgtPrompt$ Select target creature whose combat damage will be prevented | KW$ Prevent all combat damage that would be dealt by CARDNAME. | SubAbility$ DBPump | SpellDescription$ Prevent all combat damage target creature would deal this turn. -SVar:DBPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature that will have all damage dealt to it prevented | KW$ Prevent all damage that would be dealt to CARDNAME. | SpellDescription$ Prevent all combat damage that would be dealt to target creature this turn. +SVar:DBPump:DB$ Pump | ValidTgts$ Creature | TgtPrompt$ Select target creature that will have all damage dealt to it prevented | KW$ Prevent all combat damage that would be dealt to CARDNAME. | SpellDescription$ Prevent all combat damage that would be dealt to target creature this turn. SVar:RemAIDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/azorius_ploy.jpg -Oracle:Prevent all combat damage target creature would deal this turn.\nPrevent all combat damage that would be dealt to target creature this turn. +Oracle:Prevent all combat damage target creature would deal this turn.\nPrevent all combat damage that would be dealt to target creature this turn. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/b/belligerent_hatchling.txt b/forge-gui/res/cardsfolder/b/belligerent_hatchling.txt index c7d2c0c30b3..314e897ed48 100644 --- a/forge-gui/res/cardsfolder/b/belligerent_hatchling.txt +++ b/forge-gui/res/cardsfolder/b/belligerent_hatchling.txt @@ -6,7 +6,7 @@ K:etbCounter:M1M1:4 K:First Strike T:Mode$ SpellCast | ValidCard$ Card.Red | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigRemoveCounter | TriggerDescription$ Whenever you cast a red spell, remove a -1/-1 counter from CARDNAME. T:Mode$ SpellCast | ValidCard$ Card.White | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigRemoveCounter | TriggerDescription$ Whenever you cast a white spell, remove a -1/-1 counter from CARDNAME. -SVar:TrigRemoveCounter:AB$RemoveCounter | Cost$ 0 | Defined$ Self | CounterType$ M1M1 | CounterNum$ 1 +SVar:TrigRemoveCounter:DB$RemoveCounter | Defined$ Self | CounterType$ M1M1 | CounterNum$ 1 SVar:BuffedBy:Card.Red,Card.White SVar:Picture:http://www.wizards.com/global/images/magic/general/Belligerent_Hatchling.jpg -Oracle:First strike\nBelligerent Hatchling enters the battlefield with four -1/-1 counters on it.\nWhenever you cast a red spell, remove a -1/-1 counter from Belligerent Hatchling.\nWhenever you cast a white spell, remove a -1/-1 counter from Belligerent Hatchling. +Oracle:First strike\nBelligerent Hatchling enters the battlefield with four -1/-1 counters on it.\nWhenever you cast a red spell, remove a -1/-1 counter from Belligerent Hatchling.\nWhenever you cast a white spell, remove a -1/-1 counter from Belligerent Hatchling. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/c/cathars_companion.txt b/forge-gui/res/cardsfolder/c/cathars_companion.txt index 6ea0a2673d6..6267d90b90d 100644 --- a/forge-gui/res/cardsfolder/c/cathars_companion.txt +++ b/forge-gui/res/cardsfolder/c/cathars_companion.txt @@ -3,7 +3,7 @@ ManaCost:2 W Types:Creature Hound PT:3/1 T:Mode$ SpellCast | ValidCard$ Card.nonCreature | ValidActivatingPlayer$ You | Execute$ TrigPump | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a noncreature spell, CARDNAME gains indestructible until end of turn. (Damage and effects that say "destroy" don't destroy it.) -SVar:TrigPump:AB$ Pump | Cost$ 0 | Defined$ Self | KW$ Indestructible | SpellDescription$ CARDNAME gains indestructible until end of turn. +SVar:TrigPump:DB$ Pump | Defined$ Self | KW$ Indestructible | SpellDescription$ CARDNAME gains indestructible until end of turn. SVar:BuffedBy:Card.nonLand+nonCreature SVar:Picture:http://www.wizards.com/global/images/magic/general/cathars_companion.jpg Oracle:Whenever you cast a noncreature spell, Cathar's Companion gains indestructible until end of turn. (Damage and effects that say "destroy" don't destroy it.) diff --git a/forge-gui/res/cardsfolder/c/cinder_pyromancer.txt b/forge-gui/res/cardsfolder/c/cinder_pyromancer.txt index 159f715eb4f..5961a2517cc 100644 --- a/forge-gui/res/cardsfolder/c/cinder_pyromancer.txt +++ b/forge-gui/res/cardsfolder/c/cinder_pyromancer.txt @@ -4,6 +4,6 @@ Types:Creature Elemental Shaman PT:0/1 A:AB$ DealDamage | Cost$ T | ValidTgts$ Player | TgtPrompt$ Select target player | NumDmg$ 1 | SpellDescription$ CARDNAME deals 1 damage to target player. T:Mode$ SpellCast | ValidCard$ Card.Red | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigUntap | TriggerDescription$ Whenever you cast a red spell, you may untap CARDNAME. -SVar:TrigUntap:AB$Untap | Cost$ 0 | Defined$ Self +SVar:TrigUntap:DB$Untap | Defined$ Self SVar:Picture:http://www.wizards.com/global/images/magic/general/cinder_pyromancer.jpg -Oracle:{T}: Cinder Pyromancer deals 1 damage to target player.\nWhenever you cast a red spell, you may untap Cinder Pyromancer. +Oracle:{T}: Cinder Pyromancer deals 1 damage to target player.\nWhenever you cast a red spell, you may untap Cinder Pyromancer. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/c/claustrophobia.txt b/forge-gui/res/cardsfolder/c/claustrophobia.txt index e96481d4b06..87621c5c1ff 100644 --- a/forge-gui/res/cardsfolder/c/claustrophobia.txt +++ b/forge-gui/res/cardsfolder/c/claustrophobia.txt @@ -1,10 +1,10 @@ -Name:Claustrophobia -ManaCost:1 U U -Types:Enchantment Aura -K:Enchant creature -A:SP$ Attach | Cost$ 1 U U | ValidTgts$ Creature | AILogic$ KeepTapped -T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigTap | TriggerDescription$ When CARDNAME enters the battlefield, tap enchanted creature. -SVar:TrigTap:AB$ Tap | Cost$ 0 | Defined$ Enchanted -S:Mode$ Continuous | Affected$ Creature.AttachedBy | AddHiddenKeyword$ CARDNAME doesn't untap during your untap step. | Description$ Enchanted creature doesn't untap during its controller's untap step. -SVar:Picture:http://www.wizards.com/global/images/magic/general/claustrophobia.jpg -Oracle:Enchant creature\nWhen Claustrophobia enters the battlefield, tap enchanted creature.\nEnchanted creature doesn't untap during its controller's untap step. +Name:Claustrophobia +ManaCost:1 U U +Types:Enchantment Aura +K:Enchant creature +A:SP$ Attach | Cost$ 1 U U | ValidTgts$ Creature | AILogic$ KeepTapped +T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigTap | TriggerDescription$ When CARDNAME enters the battlefield, tap enchanted creature. +SVar:TrigTap:DB$ Tap | Defined$ Enchanted +S:Mode$ Continuous | Affected$ Creature.AttachedBy | AddHiddenKeyword$ CARDNAME doesn't untap during your untap step. | Description$ Enchanted creature doesn't untap during its controller's untap step. +SVar:Picture:http://www.wizards.com/global/images/magic/general/claustrophobia.jpg +Oracle:Enchant creature\nWhen Claustrophobia enters the battlefield, tap enchanted creature.\nEnchanted creature doesn't untap during its controller's untap step. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/e/ebon_praetor.txt b/forge-gui/res/cardsfolder/e/ebon_praetor.txt index 3bb0eaa8eb7..c8898e59bea 100644 --- a/forge-gui/res/cardsfolder/e/ebon_praetor.txt +++ b/forge-gui/res/cardsfolder/e/ebon_praetor.txt @@ -5,10 +5,10 @@ PT:5/5 K:First Strike K:Trample T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a -2/-2 counter on CARDNAME. -SVar:TrigPutCounter:AB$ PutCounter | Cost$ 0 | Defined$ Self | CounterType$ M2M2 | CounterNum$ 1 | SpellDescription$ Put a -2/-2 counter on CARDNAME. +SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ M2M2 | CounterNum$ 1 A:AB$ RemoveCounter | Cost$ Sac<1/Creature> | CounterType$ M2M2 | CounterNum$ 1 | ActivationPhases$ Upkeep | PlayerTurn$ True | ActivationLimit$ 1 | SubAbility$ DBPutCounter | SpellDescription$ Remove a -2/-2 counter from CARDNAME. If the sacrificed creature was a Thrull, put a +1/+0 counter on CARDNAME. Activate this ability only during your upkeep and only once each turn. SVar:DBPutCounter:DB$ PutCounter | ConditionCheckSVar$ X | ConditionSVarCompare$ GE1 | CounterNum$ 1 | CounterType$ P1P0 | References$ X SVar:X:Sacrificed$Valid Thrull SVar:RemAIDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/ebon_praetor.jpg -Oracle:First strike, trample\nAt the beginning of your upkeep, put a -2/-2 counter on Ebon Praetor.\nSacrifice a creature: Remove a -2/-2 counter from Ebon Praetor. If the sacrificed creature was a Thrull, put a +1/+0 counter on Ebon Praetor. Activate this ability only during your upkeep and only once each turn. +Oracle:First strike, trample\nAt the beginning of your upkeep, put a -2/-2 counter on Ebon Praetor.\nSacrifice a creature: Remove a -2/-2 counter from Ebon Praetor. If the sacrificed creature was a Thrull, put a +1/+0 counter on Ebon Praetor. Activate this ability only during your upkeep and only once each turn. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/e/essence_flare.txt b/forge-gui/res/cardsfolder/e/essence_flare.txt index fda3c749ee1..fc3f0e28bc2 100644 --- a/forge-gui/res/cardsfolder/e/essence_flare.txt +++ b/forge-gui/res/cardsfolder/e/essence_flare.txt @@ -4,7 +4,7 @@ Types:Enchantment Aura A:SP$ Attach | Cost$ U | ValidTgts$ Creature | AILogic$ Pump S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddPower$ 2 | Description$ Enchanted creature gets +2/+0. T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ EnchantedController | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of the upkeep of enchanted creature's controller, put a -0/-1 counter on that creature. -SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Enchanted | CounterType$ M0M1 | CounterNum$ 1 +SVar:TrigPutCounter:DB$PutCounter | Defined$ Enchanted | CounterType$ M0M1 | CounterNum$ 1 SVar:RemAIDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/essence_flare.jpg -Oracle:Enchant creature\nEnchanted creature gets +2/+0.\nAt the beginning of the upkeep of enchanted creature's controller, put a -0/-1 counter on that creature. +Oracle:Enchant creature\nEnchanted creature gets +2/+0.\nAt the beginning of the upkeep of enchanted creature's controller, put a -0/-1 counter on that creature. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/gibbering_fiend.txt b/forge-gui/res/cardsfolder/g/gibbering_fiend.txt index 9fbb57724dd..9b0b5f489f2 100644 --- a/forge-gui/res/cardsfolder/g/gibbering_fiend.txt +++ b/forge-gui/res/cardsfolder/g/gibbering_fiend.txt @@ -3,11 +3,10 @@ ManaCost:1 R Types:Creature Devil PT:2/1 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDmg1 | TriggerDescription$ When CARDNAME enters the battlefield, it deals 1 damage to each opponent. -SVar:TrigDmg1:AB$ DealDamage | Cost$ 0 | NumDmg$ 1 | Defined$ Player.Opponent -T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | Delirium$ True | Execute$ TrigDmg2 | TriggerZones$ Battlefield | TriggerDescription$ Delirium — At the beginning of each opponent's upkeep, if there are four or more card types among cards in your graveyard, CARDNAME deals 1 damage to that player. -SVar:TrigDmg2:AB$ DealDamage | Cost$ 0 | NumDmg$ 1 | Defined$ TriggeredPlayer +SVar:TrigDmg1:DB$ DealDamage | NumDmg$ 1 | Defined$ Player.Opponent +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | Delirium$ True | Execute$ TrigDmg2 | TriggerZones$ Battlefield | TriggerDescription$ Delirium — At the beginning of each opponent's upkeep, if there are four or more card types among cards in your graveyard, CARDNAME deals 1 damage to that player. +SVar:TrigDmg2:DB$ DealDamage | NumDmg$ 1 | Defined$ TriggeredPlayer DeckHints:Ability$Graveyard & Ability$Discard DeckHas:Ability$Delirium SVar:Picture:http://www.wizards.com/global/images/magic/general/gibbering_fiend.jpg -Oracle:When Gibbering Fiend enters the battlefield, it deals 1 damage to each opponent.\nDelirium — At the beginning of each opponent's upkeep, if there are four or more card types among cards in your graveyard, Gibbering Fiend deals 1 damage to that player. - +Oracle:When Gibbering Fiend enters the battlefield, it deals 1 damage to each opponent.\nDelirium — At the beginning of each opponent's upkeep, if there are four or more card types among cards in your graveyard, Gibbering Fiend deals 1 damage to that player. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/glint_hawk_idol.txt b/forge-gui/res/cardsfolder/g/glint_hawk_idol.txt index d5cbdca47d1..29d4a722ed5 100644 --- a/forge-gui/res/cardsfolder/g/glint_hawk_idol.txt +++ b/forge-gui/res/cardsfolder/g/glint_hawk_idol.txt @@ -2,10 +2,10 @@ Name:Glint Hawk Idol ManaCost:2 Types:Artifact T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Artifact.Other+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigAnimate | TriggerDescription$ Whenever another artifact enters the battlefield under your control, you may have CARDNAME become a 2/2 Bird artifact creature with flying until end of turn. -SVar:TrigAnimate:AB$Animate | Cost$ 0 | Defined$ Self | Power$ 2 | Toughness$ 2 | Types$ Artifact,Creature,Bird | Keywords$ Flying +SVar:TrigAnimate:DB$Animate | Defined$ Self | Power$ 2 | Toughness$ 2 | Types$ Artifact,Creature,Bird | Keywords$ Flying A:AB$ Animate | Cost$ W | Defined$ Self | Power$ 2 | Toughness$ 2 | Types$ Artifact,Creature,Bird | Keywords$ Flying | SpellDescription$ CARDNAME becomes a 2/2 Bird artifact creature with flying until end of turn. SVar:BuffedBy:Artifact SVar:RemRandomDeck:True DeckNeeds:Color$white SVar:Picture:http://www.wizards.com/global/images/magic/general/glint_hawk_idol.jpg -Oracle:Whenever another artifact enters the battlefield under your control, you may have Glint Hawk Idol become a 2/2 Bird artifact creature with flying until end of turn.\n{W}: Glint Hawk Idol becomes a 2/2 Bird artifact creature with flying until end of turn. +Oracle:Whenever another artifact enters the battlefield under your control, you may have Glint Hawk Idol become a 2/2 Bird artifact creature with flying until end of turn.\n{W}: Glint Hawk Idol becomes a 2/2 Bird artifact creature with flying until end of turn. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/i/infernal_genesis.txt b/forge-gui/res/cardsfolder/i/infernal_genesis.txt index 25b71614861..a55545fe379 100644 --- a/forge-gui/res/cardsfolder/i/infernal_genesis.txt +++ b/forge-gui/res/cardsfolder/i/infernal_genesis.txt @@ -2,10 +2,10 @@ Name:Infernal Genesis ManaCost:4 B B Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Player | TriggerZones$ Battlefield | Execute$ TrigMill | TriggerDescription$ At the beginning of each player's upkeep, that player puts the top card of his or her library into his or her graveyard. Then he or she creates X 1/1 black Minion creature tokens, where X is that card's converted mana cost. -SVar:TrigMill:AB$ Mill | Cost$ 0 | Defined$ TriggeredPlayer | NumCards$ 1 | RememberMilled$ True | SubAbility$ TrigToken +SVar:TrigMill:DB$ Mill | Defined$ TriggeredPlayer | NumCards$ 1 | RememberMilled$ True | SubAbility$ TrigToken SVar:TrigToken:DB$ Token | TokenAmount$ X | TokenName$ Minion | TokenTypes$ Creature,Minion | TokenOwner$ TriggeredPlayer | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | SubAbility$ DBCleanup | References$ X SVar:DBCleanup:DB$Cleanup | ClearRemembered$ True SVar:X:Remembered$CardManaCost SVar:RemRandomDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/infernal_genesis.jpg -Oracle:At the beginning of each player's upkeep, that player puts the top card of his or her library into his or her graveyard. Then he or she creates X 1/1 black Minion creature tokens, where X is that card's converted mana cost. +Oracle:At the beginning of each player's upkeep, that player puts the top card of his or her library into his or her graveyard. Then he or she creates X 1/1 black Minion creature tokens, where X is that card's converted mana cost. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/k/kalastria_healer.txt b/forge-gui/res/cardsfolder/k/kalastria_healer.txt index 63aceb75b5f..3a027324c01 100644 --- a/forge-gui/res/cardsfolder/k/kalastria_healer.txt +++ b/forge-gui/res/cardsfolder/k/kalastria_healer.txt @@ -2,12 +2,12 @@ Name:Kalastria Healer ManaCost:1 B Types:Creature Vampire Cleric Ally PT:1/2 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDrain | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, each opponent loses 1 life and you gain 1 life. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDrain | Secondary$ True | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, each opponent loses 1 life and you gain 1 life. -SVar:TrigDrain:AB$ LoseLife | Cost$ 0 | Defined$ Player.Opponent | LifeAmount$ 1 | SubAbility$ DBGainLife +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDrain | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, each opponent loses 1 life and you gain 1 life. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Ally.Other+YouCtrl | TriggerZones$ Battlefield | Execute$ TrigDrain | Secondary$ True | TriggerDescription$ Rally — Whenever CARDNAME or another Ally enters the battlefield under your control, 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 SVar:PlayMain1:TRUE SVar:BuffedBy:Ally DeckHints:Type$Ally SVar:Picture:http://www.wizards.com/global/images/magic/general/kalastria_healer.jpg -Oracle:Rally — Whenever Kalastria Healer or another Ally enters the battlefield under your control, each opponent loses 1 life and you gain 1 life. +Oracle:Rally — Whenever Kalastria Healer or another Ally enters the battlefield under your control, each opponent loses 1 life and you gain 1 life. diff --git a/forge-gui/res/cardsfolder/m/mirri_the_cursed.txt b/forge-gui/res/cardsfolder/m/mirri_the_cursed.txt index a0d5ebb610d..3c10a75eee9 100644 --- a/forge-gui/res/cardsfolder/m/mirri_the_cursed.txt +++ b/forge-gui/res/cardsfolder/m/mirri_the_cursed.txt @@ -6,7 +6,7 @@ K:First Strike K:Flying K:Haste T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Creature | CombatDamage$ True | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME deals combat damage to a creature, put a +1/+1 counter on CARDNAME. -SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 +SVar:TrigPutCounter:DB$PutCounter | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 SVar:HasCombatEffect:TRUE SVar:Picture:http://www.wizards.com/global/images/magic/general/mirri_the_cursed.jpg -Oracle:Flying, first strike, haste\nWhenever Mirri the Cursed deals combat damage to a creature, put a +1/+1 counter on Mirri the Cursed. +Oracle:Flying, first strike, haste\nWhenever Mirri the Cursed deals combat damage to a creature, put a +1/+1 counter on Mirri the Cursed. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/o/offalsnout.txt b/forge-gui/res/cardsfolder/o/offalsnout.txt index 4059acb186e..4764255fc2b 100644 --- a/forge-gui/res/cardsfolder/o/offalsnout.txt +++ b/forge-gui/res/cardsfolder/o/offalsnout.txt @@ -5,7 +5,7 @@ PT:2/2 K:Flash K:Evoke:B T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigExile | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, exile target card from a graveyard. -SVar:TrigExile:DB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Choose target card in a graveyard | ValidTgts$ Card +SVar:TrigExile:DB$ChangeZone | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Choose target card in a graveyard | ValidTgts$ Card SVar:RemAIDeck:True SVar:Picture:http://www.wizards.com/global/images/magic/general/offalsnout.jpg -Oracle:Flash\nWhen Offalsnout leaves the battlefield, exile target card from a graveyard.\nEvoke {B} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.) +Oracle:Flash\nWhen Offalsnout leaves the battlefield, exile target card from a graveyard.\nEvoke {B} (You may cast this spell for its evoke cost. If you do, it's sacrificed when it enters the battlefield.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/sharuum_the_hegemon.txt b/forge-gui/res/cardsfolder/s/sharuum_the_hegemon.txt index 14ab5e337d1..c7ceefac217 100644 --- a/forge-gui/res/cardsfolder/s/sharuum_the_hegemon.txt +++ b/forge-gui/res/cardsfolder/s/sharuum_the_hegemon.txt @@ -4,6 +4,6 @@ Types:Legendary Artifact Creature Sphinx PT:5/5 K:Flying T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may return target artifact card from your graveyard to the battlefield. -SVar:TrigChangeZone:AB$ChangeZone | Cost$ 0 | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Artifact.YouCtrl +SVar:TrigChangeZone:DB$ChangeZone | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Artifact.YouCtrl SVar:Picture:http://www.wizards.com/global/images/magic/general/sharuum_the_hegemon.jpg -Oracle:Flying\nWhen Sharuum the Hegemon enters the battlefield, you may return target artifact card from your graveyard to the battlefield. +Oracle:Flying\nWhen Sharuum the Hegemon enters the battlefield, you may return target artifact card from your graveyard to the battlefield. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/sosukes_summons.txt b/forge-gui/res/cardsfolder/s/sosukes_summons.txt index d97e64e37a6..70af58c99f5 100644 --- a/forge-gui/res/cardsfolder/s/sosukes_summons.txt +++ b/forge-gui/res/cardsfolder/s/sosukes_summons.txt @@ -3,7 +3,7 @@ ManaCost:2 G Types:Sorcery A:SP$ Token | Cost$ 2 G | TokenAmount$ 2 | TokenName$ Snake | TokenTypes$ Creature,Snake | TokenOwner$ You | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 snake CHK | SpellDescription$ Create two 1/1 green Snake creature tokens. T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Snake+nonToken+YouCtrl | TriggerZones$ Graveyard | OptionalDecider$ You | Execute$ TrigChange | TriggerDescription$ Whenever a nontoken Snake enters the battlefield under your control, you may return CARDNAME from your graveyard to your hand. -SVar:TrigChange:AB$ ChangeZone | Origin$ Graveyard | Destination$ Hand | Cost$ 0 +SVar:TrigChange:DB$ ChangeZone | Origin$ Graveyard | Destination$ Hand DeckHints:Type$Snake SVar:Picture:http://www.wizards.com/global/images/magic/general/sosukes_summons.jpg -Oracle:Create two 1/1 green Snake creature tokens.\nWhenever a nontoken Snake enters the battlefield under your control, you may return Sosuke's Summons from your graveyard to your hand. +Oracle:Create two 1/1 green Snake creature tokens.\nWhenever a nontoken Snake enters the battlefield under your control, you may return Sosuke's Summons from your graveyard to your hand. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/sprouting_thrinax.txt b/forge-gui/res/cardsfolder/s/sprouting_thrinax.txt index e4f057d890a..ec914fb0c2c 100644 --- a/forge-gui/res/cardsfolder/s/sprouting_thrinax.txt +++ b/forge-gui/res/cardsfolder/s/sprouting_thrinax.txt @@ -3,8 +3,8 @@ ManaCost:B R G Types:Creature Lizard PT:3/3 T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, create three 1/1 green Saproling creature tokens. -SVar:TrigToken:AB$ Token | Cost$ 0 | TokenAmount$ 3 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ TriggeredCardController | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling ALA +SVar:TrigToken:DB$ Token | TokenAmount$ 3 | TokenName$ Saproling | TokenTypes$ Creature,Saproling | TokenOwner$ TriggeredCardController | TokenColors$ Green | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ g 1 1 saproling ALA SVar:SacMe:1 DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/sprouting_thrinax.jpg -Oracle:When Sprouting Thrinax dies, create three 1/1 green Saproling creature tokens. +Oracle:When Sprouting Thrinax dies, create three 1/1 green Saproling creature tokens. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/adorned_pouncer.txt b/forge-gui/res/cardsfolder/upcoming/adorned_pouncer.txt index b53459d7174..cda75d9f92f 100644 --- a/forge-gui/res/cardsfolder/upcoming/adorned_pouncer.txt +++ b/forge-gui/res/cardsfolder/upcoming/adorned_pouncer.txt @@ -6,4 +6,4 @@ K:Double Strike K:Eternalize:3 W W DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/adorned_pouncer.jpg -Oracle:Double strike\nEternalize {3}{W}{W} ({3}{W}{W}, Exile this card from your graveyard: Create a token that's a copy of it, except it's 4/4 black Zombie Cat with no mana cost. Eternalize only as a sorcery.) +Oracle:Double strike\nEternalize {3}{W}{W} ({3}{W}{W}, Exile this card from your graveyard: Create a token that's a copy of it, except it's a 4/4 black Zombie Cat with no mana cost. Eternalize only as a sorcery.) diff --git a/forge-gui/res/cardsfolder/upcoming/champion_of_wits.txt b/forge-gui/res/cardsfolder/upcoming/champion_of_wits.txt index 03b786aad1d..3b282cc8aa0 100644 --- a/forge-gui/res/cardsfolder/upcoming/champion_of_wits.txt +++ b/forge-gui/res/cardsfolder/upcoming/champion_of_wits.txt @@ -8,4 +8,4 @@ SVar:DBDiscard:DB$Discard | Defined$ You | Mode$ TgtChoose | NumCards$ 2 K:Eternalize:5 U U SVar:X:Count$CardPower SVar:Picture:http://www.wizards.com/global/images/magic/general/champion_of_wits.jpg -Oracle:When Champion of Wits enters the battlefield, you may draw cards equal to its power. If you do, discard two cards.\nEternalize {5}{U}{U} ({5}{U}{U}, Exile this card from your graveyard: Create a token that's a copy of it, except it's 4/4 black Zombie Naga Wizard with no mana cost. Eternalize only as a sorcery.) \ No newline at end of file +Oracle:When Champion of Wits enters the battlefield, you may draw cards equal to its power. If you do, discard two cards.\nEternalize {5}{U}{U} ({5}{U}{U}, Exile this card from your graveyard: Create a token that's a copy of it, except it's a 4/4 black Zombie Naga Wizard with no mana cost. Eternalize only as a sorcery.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/dagger_of_the_worthy.txt b/forge-gui/res/cardsfolder/upcoming/dagger_of_the_worthy.txt new file mode 100644 index 00000000000..4ff59f0229a --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/dagger_of_the_worthy.txt @@ -0,0 +1,7 @@ +Name:Dagger of the Worthy +ManaCost:2 +Types:Artifact Equipment +S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 2 | AddKeyword$ Afflict 1 | Description$ Equipped creature gets +2/+0 and has afflict 1. (Whenever it becomes blocked, defending player loses 1 life.) +K:Equip 2 +SVar:Picture:http://www.wizards.com/global/images/magic/general/dagger_of_the_worthy.jpg +Oracle:Equipped creature gets +2/+0 and has afflict 1. (Whenever it becomes blocked, defending player loses 1 life.)\nEquip {2} ({2}: Attach to target creature you control. Equip only as a sorcery.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/dauntless_aven.txt b/forge-gui/res/cardsfolder/upcoming/dauntless_aven.txt new file mode 100644 index 00000000000..4ace31daa87 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/dauntless_aven.txt @@ -0,0 +1,9 @@ +Name:Dauntless Aven +ManaCost:2 W +Types:Creature Bird Warrior +PT:2/1 +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigUntap | TriggerDescription$ Whenever CARDNAME attacks, untap target creature you control. +SVar:TrigUntap:DB$ Untap | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control. +SVar:Picture:http://www.wizards.com/global/images/magic/general/dauntless_aven.jpg +Oracle:Flying\nWhenever Dauntless Aven attacks, untap target creature you control. + diff --git a/forge-gui/res/cardsfolder/upcoming/desert_of_the_glorified.txt b/forge-gui/res/cardsfolder/upcoming/desert_of_the_glorified.txt index 255e7ad84cd..3d2fdfa9317 100644 --- a/forge-gui/res/cardsfolder/upcoming/desert_of_the_glorified.txt +++ b/forge-gui/res/cardsfolder/upcoming/desert_of_the_glorified.txt @@ -1,8 +1,8 @@ -Name:Desert of the Glorified -ManaCost:no cost -Types:Land Desert -K:CARDNAME enters the battlefield tapped. -A:AB$ Mana | Cost$ T | Produced$ B | SpellDescription$ Add {B} to your mana pool. -K:Cycling:1 B -SVar:Picture:http://www.wizards.com/global/images/magic/general/desert_of_the_glorified.jpg -Oracle:Desert of the Mindful enters the battlefield tapped.\n{T}: Add {B} to your mana pool.\nCycling {1}{B} ({1}{B}, Discard this card: Draw a card.) +Name:Desert of the Glorified +ManaCost:no cost +Types:Land Desert +K:CARDNAME enters the battlefield tapped. +A:AB$ Mana | Cost$ T | Produced$ B | SpellDescription$ Add {B} to your mana pool. +K:Cycling:1 B +SVar:Picture:http://www.wizards.com/global/images/magic/general/desert_of_the_glorified.jpg +Oracle:Desert of the Glorified enters the battlefield tapped.\n{T}: Add {B} to your mana pool.\nCycling {1}{B} ({1}{B}, Discard this card: Draw a card.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/devotee_of_strength.txt b/forge-gui/res/cardsfolder/upcoming/devotee_of_strength.txt new file mode 100644 index 00000000000..97b78133fa2 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/devotee_of_strength.txt @@ -0,0 +1,8 @@ +Name:Devotee of Strength +ManaCost:2 G +Types:Creature Naga Wizard +PT:3/2 +A:AB$ Pump | Cost$ 4 G | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +2 | NumDef$ +2 | SpellDescription$ Target creature gets +2/+2 until end of turn. +SVar:RemAIDeck:True +SVar:Picture:http://www.wizards.com/global/images/magic/general/devotee_of_strength.jpg +Oracle:{4}{G}: Target creature gets +2/+2 until end of turn. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/disposal_mummy.txt b/forge-gui/res/cardsfolder/upcoming/disposal_mummy.txt new file mode 100644 index 00000000000..9298b07450d --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/disposal_mummy.txt @@ -0,0 +1,8 @@ +Name:Disposal Mummy +ManaCost:2 W +Types:Creature Zombie Jackal +PT:2/3 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigExile | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, exile target card from an opponent's graveyard. +SVar:TrigExile:DB$ChangeZone | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Choose target card in an opponent's graveyard | ValidTgts$ Card.OppOwn +SVar:Picture:http://www.wizards.com/global/images/magic/general/disposal_mummy.jpg +Oracle:When Disposal Mummy enters the battlefield, exile target card from an opponent's graveyard. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/djerus_renunciation.txt b/forge-gui/res/cardsfolder/upcoming/djerus_renunciation.txt new file mode 100644 index 00000000000..c8be3c44337 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/djerus_renunciation.txt @@ -0,0 +1,7 @@ +Name:Djeru's Renunciation +ManaCost:1 W +Types:Instant +A:SP$ Tap | Cost$ 1 W | TargetMin$ 0 | TargetMax$ 2 | TgtPrompt$ Choose target creature | ValidTgts$ Creature | SpellDescription$ Tap up to two target creatures. +K:Cycling:W +SVar:Picture:http://www.wizards.com/global/images/magic/general/djerus_renunciation.jpg +Oracle:Tap up to two target creatures.\nCycling {W} ({W}, Discard this card: Draw a card.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/dreamstealer.txt b/forge-gui/res/cardsfolder/upcoming/dreamstealer.txt index 2cb409a1bdb..48372543f41 100644 --- a/forge-gui/res/cardsfolder/upcoming/dreamstealer.txt +++ b/forge-gui/res/cardsfolder/upcoming/dreamstealer.txt @@ -9,4 +9,4 @@ SVar:X:TriggerCount$DamageAmount K:Eternalize:4 B B DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/dreamstealer.jpg -Oracle:Menace\nWhen Dreamstealer deals combat damage to a player, that player discards that many cards.\nEternalize {4}{B}{B} ({4}{B}{B}, Exile this card from your graveyard: Create a token that's a copy of it, except it's 4/4 black Zombie Cat with no mana cost. Eternalize only as a sorcery.) +Oracle:Menace\nWhen Dreamstealer deals combat damage to a player, that player discards that many cards.\nEternalize {4}{B}{B} ({4}{B}{B}, Exile this card from your graveyard: Create a token that's a copy of it, except it's a 4/4 black Zombie Human Wizard with no mana cost. Eternalize only as a sorcery.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/dune_diviner.txt b/forge-gui/res/cardsfolder/upcoming/dune_diviner.txt new file mode 100644 index 00000000000..e1109cb0658 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/dune_diviner.txt @@ -0,0 +1,7 @@ +Name:Dune Diviner +ManaCost:2 G +Types:Creature Naga Cleric +PT:2/3 +A:AB$ GainLife | Cost$ 1 tapXType<1/Desert> | LifeAmount$ 1 | SpellDescription$ You gain 1 life. +SVar:Picture:http://www.wizards.com/global/images/magic/general/dune_diviner.jpg +Oracle:{1}, Tap an untapped Desert you control: You gain 1 life. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/dunes_of_the_dead.txt b/forge-gui/res/cardsfolder/upcoming/dunes_of_the_dead.txt new file mode 100644 index 00000000000..c7b40516e4f --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/dunes_of_the_dead.txt @@ -0,0 +1,11 @@ +Name:Dunes of the Dead +ManaCost:no cost +Types:Land +A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C} to your mana pool. +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigToken | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME is put into a graveyard from the battlefield, create a 2/2 black Zombie creature token. +SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenName$ Zombie | TokenTypes$ Creature,Zombie | TokenOwner$ TriggeredCardController | TokenColors$ Black | TokenPower$ 2 | TokenToughness$ 2 | TokenImage$ b 2 2 zombie AKH +SVar:SacMe:1 +DeckHas:Ability$Token +SVar:Picture:http://www.wizards.com/global/images/magic/general/dunes_of_the_dead.jpg +Oracle:{T}: Add {C} to your mana pool. +When Dunes of the Dead is put into a graveyard from the battlefield, create a 2/2 black Zombie creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/earthshaker_khenra.txt b/forge-gui/res/cardsfolder/upcoming/earthshaker_khenra.txt index 63d593a6446..5bfc7cef183 100644 --- a/forge-gui/res/cardsfolder/upcoming/earthshaker_khenra.txt +++ b/forge-gui/res/cardsfolder/upcoming/earthshaker_khenra.txt @@ -4,9 +4,9 @@ Types:Creature Jackal Warrior PT:2/1 K:Haste T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When CARDNAME enters the battlefield, target creature with power less than or equal to CARDNAME's power can't block this turn. -SVar:TrigPump:AB$ Pump | Cost$ 0 | ValidTgts$ Creature.powerLEX | References$ X | IsCurse$ True | KW$ HIDDEN CARDNAME can't block. | TgtPrompt$ Select target creature with power less than or equal to CARDNAME's power. +SVar:TrigPump:DB$ Pump | ValidTgts$ Creature.powerLTX | References$ X | IsCurse$ True | KW$ HIDDEN CARDNAME can't block. | TgtPrompt$ Select target creature with power less than or equal to CARDNAME's power. K:Eternalize:4 R R SVar:X:Count$CardPower -DeckHas:Ability$Token +DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/earthshaker_khenra.jpg -Oracle:Haste\nWhen Earthshaker Khenra enters the battlefield, target creature with power less than or equal to Earthshaker Khenra's power can't block this turn.\nEternalize {4}{R}{R} ({4}{R}{R}, Exile this card from your graveyard: Create a token that's a copy of it, except it's 4/4 black Zombie Jackal Warrior with no mana cost. Eternalize only as a sorcery.) +Oracle:Haste\nWhen Earthshaker Khenra enters the battlefield, target creature with power less than or equal to Earthshaker Khenra's power can't block this turn.\nEternalize {4}{R}{R} ({4}{R}{R}, Exile this card from your graveyard: Create a token that's a copy of it, except it's a 4/4 black Zombie Jackal Warrior with no mana cost. Eternalize only as a sorcery.) diff --git a/forge-gui/res/cardsfolder/upcoming/feral_prowler.txt b/forge-gui/res/cardsfolder/upcoming/feral_prowler.txt new file mode 100644 index 00000000000..d32f572fab6 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/feral_prowler.txt @@ -0,0 +1,9 @@ +Name:Feral Prowler +ManaCost:1 G +Types:Creature Cat +PT:1/3 +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Graveyard | ValidCard$ Card.Self | Execute$ TrigDraw | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME dies, draw a card. +SVar:TrigDraw:AB$ Draw | Cost$ 0 | NumCards$ 1 | Defined$ TriggeredCardController +SVar:SacMe:1 +SVar:Picture:http://www.wizards.com/global/images/magic/general/feral_prowler.jpg +Oracle:When Feral Prowler dies, draw a card. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/firebrand_archer.txt b/forge-gui/res/cardsfolder/upcoming/firebrand_archer.txt new file mode 100644 index 00000000000..0bf75c01ec6 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/firebrand_archer.txt @@ -0,0 +1,9 @@ +Name:Firebrand Archer +ManaCost:1 R +Types:Creature Human Archer +PT:2/1 +T:Mode$ SpellCast | ValidCard$ Card.nonCreature | ValidActivatingPlayer$ You | Execute$ TrigDealDamage | TriggerZones$ Battlefield | TriggerDescription$ Whenever you cast a noncreature spell, CARDNAME deals 1 damage to each opponent. +SVar:TrigDealDamage:DB$ DealDamage | NumDmg$ 1 | Defined$ Player.Opponent +SVar:BuffedBy:Card.nonLand+nonCreature +SVar:Picture:http://www.wizards.com/global/images/magic/general/firebrand_archer.jpg +Oracle:Whenever you cast a noncreature spell, Firebrand Archer deals 1 damage to each opponent. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/frilled_sandwalla.txt b/forge-gui/res/cardsfolder/upcoming/frilled_sandwalla.txt new file mode 100644 index 00000000000..c6a24761b72 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/frilled_sandwalla.txt @@ -0,0 +1,7 @@ +Name:Frilled Sandwalla +ManaCost:G +Types:Creature Lizard +PT:1/1 +A:AB$ Pump | Cost$ 1 G | NumAtt$ +2 | NumDef$ +2 | ActivationLimit$ 1 | SpellDescription$ CARDNAME gets +2/+2 until end of turn. Activate this ability only once each turn. +SVar:Picture:http://www.wizards.com/global/images/magic/general/frilled_sandwalla.jpg +Oracle:{1}{G}: Frilled Sandwalla gets +2/+2 until end of turn. Activate this ability only once each turn. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/gibbering_fiend.txt b/forge-gui/res/cardsfolder/upcoming/gibbering_fiend.txt new file mode 100644 index 00000000000..9b0b5f489f2 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/gibbering_fiend.txt @@ -0,0 +1,12 @@ +Name:Gibbering Fiend +ManaCost:1 R +Types:Creature Devil +PT:2/1 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigDmg1 | TriggerDescription$ When CARDNAME enters the battlefield, it deals 1 damage to each opponent. +SVar:TrigDmg1:DB$ DealDamage | NumDmg$ 1 | Defined$ Player.Opponent +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ Opponent | Delirium$ True | Execute$ TrigDmg2 | TriggerZones$ Battlefield | TriggerDescription$ Delirium — At the beginning of each opponent's upkeep, if there are four or more card types among cards in your graveyard, CARDNAME deals 1 damage to that player. +SVar:TrigDmg2:DB$ DealDamage | NumDmg$ 1 | Defined$ TriggeredPlayer +DeckHints:Ability$Graveyard & Ability$Discard +DeckHas:Ability$Delirium +SVar:Picture:http://www.wizards.com/global/images/magic/general/gibbering_fiend.jpg +Oracle:When Gibbering Fiend enters the battlefield, it deals 1 damage to each opponent.\nDelirium — At the beginning of each opponent's upkeep, if there are four or more card types among cards in your graveyard, Gibbering Fiend deals 1 damage to that player. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/gift_of_strength.txt b/forge-gui/res/cardsfolder/upcoming/gift_of_strength.txt new file mode 100644 index 00000000000..1262f8956ff --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/gift_of_strength.txt @@ -0,0 +1,6 @@ +Name:Gift of Strength +ManaCost:1 G +Types:Instant +A:SP$ Pump | Cost$ 1 G | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +3 | NumDef$ +3 | KW$ Reach | SpellDescription$ Target creature gets +3/+3 and gains reach until end of turn. +SVar:Picture:http://www.wizards.com/global/images/magic/general/gift_of_strength.jpg +Oracle:Target creature gets +3/+3 and gains reach until end of turn. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/glint_hawk_idol.txt b/forge-gui/res/cardsfolder/upcoming/glint_hawk_idol.txt new file mode 100644 index 00000000000..534b5b77c28 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/glint_hawk_idol.txt @@ -0,0 +1,11 @@ +Name:Glint Hawk Idol +ManaCost:2 +Types:Artifact +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Artifact.Other+YouCtrl | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigAnimate | TriggerDescription$ Whenever another artifact enters the battlefield under your control, you may have CARDNAME become a 2/2 Bird artifact creature with flying until end of turn. +SVar:TrigAnimate:DB$Animate | Defined$ Self | Power$ 2 | Toughness$ 2 | Types$ Artifact,Creature,Bird | Keywords$ Flying +A:AB$ Animate | Cost$ W | Defined$ Self | Power$ 2 | Toughness$ 2 | Types$ Artifact,Creature,Bird | Keywords$ Flying | SpellDescription$ CARDNAME becomes a 2/2 Bird artifact creature with flying until end of turn. +SVar:BuffedBy:Artifact +SVar:RemRandomDeck:True +DeckNeeds:Color$white +SVar:Picture:http://www.wizards.com/global/images/magic/general/glint_hawk_idol.jpg +Oracle:Whenever another artifact enters the battlefield under your control, you may have Glint Hawk Idol become a 2/2 Bird artifact creature with flying until end of turn.\n{W}: Glint Hawk Idol becomes a 2/2 Bird artifact creature with flying until end of turn. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/granitic_titan.txt b/forge-gui/res/cardsfolder/upcoming/granitic_titan.txt new file mode 100644 index 00000000000..64128813d54 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/granitic_titan.txt @@ -0,0 +1,8 @@ +Name:Granitic Titan +ManaCost:4 R R +Types:Creature Elemental +PT:5/4 +K:Menace +K:Cycling:2 +SVar:Picture:http://www.wizards.com/global/images/magic/general/granitic_titan.jpg +Oracle:Menace\nCycling {2} ({2}, Discard this card: Draw a card.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/graven_abomination.txt b/forge-gui/res/cardsfolder/upcoming/graven_abomination.txt new file mode 100644 index 00000000000..ba2c14d41de --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/graven_abomination.txt @@ -0,0 +1,8 @@ +Name:Graven Abomination +ManaCost:3 +Types:Artifact Creature Horror +PT:3/1 +T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME attacks, exile target card from defending player's graveyard. +SVar:TrigExile:DB$ChangeZone | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Choose target card in defending player's graveyard | ValidTgts$ Card | TargetsWithDefinedController$ TriggeredDefendingPlayer +SVar:Picture:http://www.wizards.com/global/images/magic/general/graven_abomination.jpg +Oracle:Whenever Graven Abomination attacks, exile target card from defending player's graveyard. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/grisly_survivor.txt b/forge-gui/res/cardsfolder/upcoming/grisly_survivor.txt new file mode 100644 index 00000000000..129900bbe76 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/grisly_survivor.txt @@ -0,0 +1,8 @@ +Name:Grisly Survivor +ManaCost:2 B +Types:Creature Minotaur Warrior +PT:2/3 +T:Mode$ Discarded | ValidCard$ Card.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigPump | TriggerDescription$ Whenever you cycle or discard a card, CARDNAME gets +2/+0 until end of turn. +SVar:TrigPump:DB$ Pump | Defined$ Self | NumAtt$ +2 +SVar:Picture:http://www.wizards.com/global/images/magic/general/grisly_survivor.jpg +Oracle:Whenever you cycle or discard a card, Grisly Survivor gets +2/+0 until end of turn. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/grotesque_mutation.txt b/forge-gui/res/cardsfolder/upcoming/grotesque_mutation.txt new file mode 100644 index 00000000000..b1bfa11e745 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/grotesque_mutation.txt @@ -0,0 +1,6 @@ +Name:Grotesque Mutation +ManaCost:1 B +Types:Instant +A:SP$ Pump | Cost$ 1 B | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +3 | NumDef$ +1 | KW$ Lifelink | SpellDescription$ Target creature gets +3/+1 and gains lifelink until end of turn. (Damage dealt by the creature also causes its contoller to gain that much life.) +SVar:Picture:http://www.wizards.com/global/images/magic/general/grotesque_mutation.jpg +Oracle:Target creature gets +3/+1 and gains lifelink until end of turn. (Damage dealt by the creature also causes its controller to gain that much life.) diff --git a/forge-gui/res/cardsfolder/upcoming/harrier_naga.txt b/forge-gui/res/cardsfolder/upcoming/harrier_naga.txt new file mode 100644 index 00000000000..7a6a30a03d2 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/harrier_naga.txt @@ -0,0 +1,6 @@ +Name:Harrier Naga +ManaCost:2 G +Types:Creature Naga Warrior +PT:3/3 +SVar:Picture:http://www.wizards.com/global/images/magic/general/harrier_naga.jpg +Oracle: \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/ifnir_deadlands.txt b/forge-gui/res/cardsfolder/upcoming/ifnir_deadlands.txt index 02a99430602..ca208d7e50e 100644 --- a/forge-gui/res/cardsfolder/upcoming/ifnir_deadlands.txt +++ b/forge-gui/res/cardsfolder/upcoming/ifnir_deadlands.txt @@ -5,4 +5,4 @@ A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C} to your mana pool A:AB$ Mana | Cost$ T PayLife<1> | Produced$ B | SpellDescription$ Add {B} to your mana pool. A:AB$ PutCounter | Cost$ 2 B B T Sac<1/Desert> | ValidTgts$ Creature.OppCtrl | TgtPrompt$ Select target creature an opponent controls | IsCurse$ True | CounterType$ M1M1 | CounterNum$ 2 | SorcerySpeed$ True | SpellDescription$ Put two -1/-1 counters on target creature an opponent controls. Activate this ability only any time you could cast a sorcery. SVar:Picture:http://www.wizards.com/global/images/magic/general/ifnir_deadlands.jpg -Oracle:{T}: Add {C} to your mana pool.\n{T}, Pay 1 life: Add {W} to your mana pool.\n{2}{B}{B}, {T}, Sacrifice a Desert: Put two -1/-1 counters on target creature an opponent controls. Activate this ability only any time you could cast a sorcery. \ No newline at end of file +Oracle:{T}: Add {C} to your mana pool.\n{T}, Pay 1 life: Add {B} to your mana pool.\n{2}{B}{B}, {T}, Sacrifice a Desert: Put two -1/-1 counters on target creature an opponent controls. Activate this ability only any time you could cast a sorcery. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/imaginary_threats.txt b/forge-gui/res/cardsfolder/upcoming/imaginary_threats.txt new file mode 100644 index 00000000000..27bf9f1439a --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/imaginary_threats.txt @@ -0,0 +1,13 @@ +Name:Imaginary Threats +ManaCost:2 U U +Types:Instant +A:SP$ Effect | Cost$ 2 U U | Name$ Imaginary Threats Effect 1 | ValidTgts$ Opponent | TgtPrompt$ Select target opponent | StaticAbilities$ MustAttack | References$ MustAttack | RememberObjects$ Targeted | SubAbility$ DBEffect | SpellDescription$ Creatures target player controls attack this turn if able. During that player's next untap step, creatures he or she controls don't untap. +SVar:MustAttack:Mode$ Continuous | EffectZone$ Command | Affected$ Creature.RememberedPlayerCtrl | AddHiddenKeyword$ CARDNAME attacks each turn if able. | Description$ Creatures target opponent controls attack this turn if able. +SVar:DBEffect: DB$ Effect | Defined$ Remembered | IsCurse$ True | StaticAbilities$ DontUntap | Triggers$ RemoveEffect | SVars$ ExileEffect | Duration$ Permanent | Name$ Imaginary Threats Effect 2 | SubAbility$ DBCleanup | SpellDescription$ Creatures target opponent controls don't untap during his or her next untap step. +SVar:DontUntap:Mode$ Continuous | EffectZone$ Command | AffectedZone$ Battlefield | Affected$ Creature.RememberedPlayerCtrl | AddHiddenKeyword$ This card doesn't untap during your next untap step. +SVar:RemoveEffect:Mode$ Phase | Phase$ Untap | ValidPlayer$ Player.IsRemembered | TriggerZones$ Command | Static$ True | Execute$ ExileEffect +SVar:ExileEffect:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile +SVar:DBCleanup:DB$Cleanup | ClearRemembered$ True +K:Cycling:2 +SVar:Picture:http://www.wizards.com/global/images/magic/general/imaginary_threats.jpg +Oracle:Creatures target opponent controls attack this turn if able. During that player's next untap step, creatures he or she controls don't untap.\nCycling {2} ({2}, Discard this card: Draw a card.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/lurching_rotbeast.txt b/forge-gui/res/cardsfolder/upcoming/lurching_rotbeast.txt new file mode 100644 index 00000000000..b5833cab332 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/lurching_rotbeast.txt @@ -0,0 +1,7 @@ +Name:Lurching Rotbeast +ManaCost:3 B +Types:Creature Zombie Beast +PT:4/2 +K:Cycling:B +SVar:Picture:http://www.wizards.com/global/images/magic/general/lurching_rotbeast.jpg +Oracle:Cycling {B} ({B}, Discard this card: Draw a card.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/magmaroth.txt b/forge-gui/res/cardsfolder/upcoming/magmaroth.txt new file mode 100644 index 00000000000..4b3673b6bfa --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/magmaroth.txt @@ -0,0 +1,11 @@ +Name:Magmaroth +ManaCost:3 R +Types:Creature Elemental +PT:5/5 +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your upkeep, put a -1/-1 counter on CARDNAME. +SVar:TrigPutCounter:DB$ PutCounter | Defined$ Self | CounterType$ M1M1 | CounterNum$ 1 +T:Mode$ SpellCast | ValidCard$ Card.nonCreature | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigRemoveCounter | TriggerDescription$ Whenever you cast a noncreature spell, remove a -1/-1 counter from CARDNAME. +SVar:TrigRemoveCounter:DB$RemoveCounter | Defined$ Self | CounterType$ M1M1 | CounterNum$ 1 +SVar:BuffedBy:Card.nonCreature+nonLand +SVar:Picture:http://www.wizards.com/global/images/magic/general/magmaroth.jpg +Oracle:At the beginning of your upkeep, put a -1/-1 counter on Magmaroth.\nWhenever you cast a noncreature spell, remove a -1/-1 counter from Magmaroth. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/moaning_wall.txt b/forge-gui/res/cardsfolder/upcoming/moaning_wall.txt new file mode 100644 index 00000000000..ba3c14f446c --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/moaning_wall.txt @@ -0,0 +1,8 @@ +Name:Moaning Wall +ManaCost:2 B +Types:Creature Wall +PT:0/5 +K:Defender +K:Cycling:2 +SVar:Picture:http://www.wizards.com/global/images/magic/general/moaning_wall.jpg +Oracle:Defender\nCycling {2} ({2}, Discard this card: Draw a card.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/neheb_the_eternal.txt b/forge-gui/res/cardsfolder/upcoming/neheb_the_eternal.txt index eec2317c56c..50183a41e34 100644 --- a/forge-gui/res/cardsfolder/upcoming/neheb_the_eternal.txt +++ b/forge-gui/res/cardsfolder/upcoming/neheb_the_eternal.txt @@ -7,5 +7,4 @@ T:Mode$ Phase | Phase$ Main2 | ValidPlayer$ You | TriggerZones$ Battlefield | Ex SVar:TrigMana:DB$Mana | Produced$ R | Amount$ X | References$ X SVar:X:Count$LifeOppsLostThisTurn SVar:Picture:http://www.wizards.com/global/images/magic/general/neheb_the_eternal.jpg -Oracle:Afflict 3 (Whenever this creature becomes blocked, defending player loses 3 life.)\n -At the beginning of your postcombat main phase, add {R} to your mana pool for each 1 life your opponents have lost this turn. +Oracle:Afflict 3 (Whenever this creature becomes blocked, defending player loses 3 life.)\nAt the beginning of your postcombat main phase, add {R} to your mana pool for each 1 life your opponents have lost this turn. diff --git a/forge-gui/res/cardsfolder/upcoming/obelisk_spider.txt b/forge-gui/res/cardsfolder/upcoming/obelisk_spider.txt new file mode 100644 index 00000000000..c23402130e6 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/obelisk_spider.txt @@ -0,0 +1,14 @@ +Name:Obelisk Spider +ManaCost:1 B G +Types:Creature Spider +PT:1/4 +K:First Strike +K:Flying +K:Haste +T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Creature | CombatDamage$ True | TriggerZones$ Battlefield | Execute$ TrigPutCounter | TriggerDescription$ Whenever CARDNAME deals combat damage to a creature, put a -1/-1 counter on that creature. +SVar:TrigPutCounter:DB$PutCounter | Defined$ TriggeredTarget | CounterType$ M1M1 | CounterNum$ 1 +T:Mode$ CounterAddedOnce | ValidCard$ Creature | ValidSource$ Card.YouCtrl | CounterType$ M1M1 | TriggerZones$ Battlefield | Execute$ TrigDrain | TriggerDescription$ Whenever you put one or more -1/-1 counters on a creature, 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 +SVar:Picture:http://www.wizards.com/global/images/magic/general/obelisk_spider.jpg +Oracle:Reach\nWhenever Obelisk Spider deals combat damage to a creature, put a -1/-1 counter on that creature.\nWhenever you put one or more -1/-1 counters on a creature, each opponent loses 1 life and you gain 1 life. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/oketras_avenger.txt b/forge-gui/res/cardsfolder/upcoming/oketras_avenger.txt new file mode 100644 index 00000000000..dafad03f894 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/oketras_avenger.txt @@ -0,0 +1,8 @@ +Name:Oketra's Avenger +ManaCost:1 W +Types:Creature Human Warrior +PT:3/1 +K:You may exert CARDNAME as it attacks. +T:Mode$ Exerted | ValidCard$ Card.Self | Execute$ TrigPump | TriggerDescription$ When you exert CARDNAME, prevent all combat damage that would be dealt to it this turn. +SVar:TrigPump:DB$ Pump | Defined$ Self | KW$ Prevent all combat damage that would be dealt to CARDNAME. +Oracle:You may exert Oketra's Avenger as it attacks. When you do, prevent all combat damage that would be dealt to it this turn. (An exerted creature doesn't untap during its controller's next untap step.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/overcome.txt b/forge-gui/res/cardsfolder/upcoming/overcome.txt new file mode 100644 index 00000000000..686612701fa --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/overcome.txt @@ -0,0 +1,6 @@ +Name:Overcome +ManaCost:3 G G +Types:Sorcery +A:SP$ PumpAll | Cost$ 3 G G | ValidCards$ Creature.YouCtrl | NumAtt$ +2 | NumDef$ +2 | KW$ Trample | SpellDescription$ Creatures you control get +2/+2 and gain trample until end of turn. +SVar:Picture:http://www.wizards.com/global/images/magic/general/overcome.jpg +Oracle:Creatures you control get +2/+2 and gain trample until end of turn. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/proven_combatant.txt b/forge-gui/res/cardsfolder/upcoming/proven_combatant.txt index 7a5ab01fe59..d119dd0ba95 100644 --- a/forge-gui/res/cardsfolder/upcoming/proven_combatant.txt +++ b/forge-gui/res/cardsfolder/upcoming/proven_combatant.txt @@ -5,4 +5,4 @@ PT:1/1 K:Eternalize:4 U U DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/proven_combatant.jpg -Oracle:Eternalize {4}{U}{U} ({4}{U}{U}, Exile this card from your graveyard: Create a token that's a copy of it, except it's 4/4 black Zombie Human Warrior with no mana cost. Eternalize only as a sorcery.) +Oracle:Eternalize {4}{U}{U} ({4}{U}{U}, Exile this card from your graveyard: Create a token that's a copy of it, except it's a 4/4 black Zombie Human Warrior with no mana cost. Eternalize only as a sorcery.) diff --git a/forge-gui/res/cardsfolder/upcoming/puncturing_blow.txt b/forge-gui/res/cardsfolder/upcoming/puncturing_blow.txt new file mode 100644 index 00000000000..e20a883edde --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/puncturing_blow.txt @@ -0,0 +1,6 @@ +Name:Puncturing Blow +ManaCost:2 R R +Types:Sorcery +A:SP$ DealDamage | Cost$ 2 R R | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumDmg$ 5 | ReplaceDyingDefined$ Targeted | SpellDescription$ CARDNAME deals 5 damage to target creature. If that creature would die this turn, exile it instead. +SVar:Picture:http://www.wizards.com/global/images/magic/general/puncturing_blow.jpg +Oracle:Puncturing Blow deals 5 damage to target creature. If that creature would die this turn, exile it instead. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/quarry_beetle.txt b/forge-gui/res/cardsfolder/upcoming/quarry_beetle.txt new file mode 100644 index 00000000000..98d33a00d66 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/quarry_beetle.txt @@ -0,0 +1,8 @@ +Name:Quarry Beetle +ManaCost:4 G +Types:Creature Insect +PT:4/5 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may return target land card from your graveyard to the battlefield. +SVar:TrigChangeZone:DB$ChangeZone | Origin$ Graveyard | Destination$ Battlefield | ValidTgts$ Land.YouCtrl +SVar:Picture:http://www.wizards.com/global/images/magic/general/quarry_beetle.jpg +Oracle:When Quarry Beetle enters the battlefield, you may return target land card from your graveyard to the battlefield. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/rampaging_hippo.txt b/forge-gui/res/cardsfolder/upcoming/rampaging_hippo.txt new file mode 100644 index 00000000000..26724140953 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/rampaging_hippo.txt @@ -0,0 +1,8 @@ +Name:Rampaging Hippo +ManaCost:4 G G +Types:Creature Hippo +PT:5/6 +K:Trample +K:Cycling:2 +SVar:Picture:http://www.wizards.com/global/images/magic/general/rampaging_hippo.jpg +Oracle:Trample\nCycling {2} ({2}, Discard this card: Draw a card.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/resilient_khenra.txt b/forge-gui/res/cardsfolder/upcoming/resilient_khenra.txt index e3bcaba8be3..83abadbe485 100644 --- a/forge-gui/res/cardsfolder/upcoming/resilient_khenra.txt +++ b/forge-gui/res/cardsfolder/upcoming/resilient_khenra.txt @@ -9,4 +9,4 @@ SVar:X:Count$CardPower SVar:PlayMain1:TRUE DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/resilient_khenra.jpg -Oracle:When Resilient Khenra enters the battlefield, you may have target creature get +X/+X until end of turn, where X is Resilient Khenra's power.\nEternalize {4}{G}{G} ({4}{G}{G}, Exile this card from your graveyard: Create a token that's a copy of it, except it's 4/4 black Zombie Jackal Wizard with no mana cost. Eternalize only as a sorcery.) \ No newline at end of file +Oracle:When Resilient Khenra enters the battlefield, you may have target creature get +X/+X until end of turn, where X is Resilient Khenra's power.\nEternalize {4}{G}{G} ({4}{G}{G}, Exile this card from your graveyard: Create a token that's a copy of it, except it's a 4/4 black Zombie Jackal Wizard with no mana cost. Eternalize only as a sorcery.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/riddleform.txt b/forge-gui/res/cardsfolder/upcoming/riddleform.txt new file mode 100644 index 00000000000..16c3e11d8cf --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/riddleform.txt @@ -0,0 +1,9 @@ +Name:Riddleform +ManaCost:1 U +Types:Enchantment +T:Mode$ SpellCast | ValidCard$ Card.nonCreature | ValidActivatingPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigAnimate | OptionalDecider$ You | TriggerDescription$ Whenever you cast a noncreature spell, you may have CARDNAME become a 3/3 Sphinx creature with flying in addition to its other types until end of turn. +SVar:TrigAnimate:DB$Animate | Defined$ Self | Power$ 3 | Toughness$ 3 | Types$ Creature,Sphinx | Keywords$ Flying +A:AB$ Scry | Cost$ 2 U | ScryNum$ 1 | SpellDescription$ Scry 1. +SVar:BuffedBy:Card.nonCreature+nonLand +SVar:Picture:http://www.wizards.com/global/images/magic/general/riddleform.jpg +Oracle:Whenever you cast a noncreature spell, you may have Riddleform become a 3/3 Sphinx creature with flying in addition to its other types until end of turn.\n{2}{U}: Scry 1. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/ruin_rat.txt b/forge-gui/res/cardsfolder/upcoming/ruin_rat.txt new file mode 100644 index 00000000000..b24538d1be5 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/ruin_rat.txt @@ -0,0 +1,9 @@ +Name:Ruin Rat +ManaCost:1 B +Types:Creature Rat +PT:1/1 +K:Deathtouch +T:Mode$ ChangesZone | Origin$ Battlefield | Destination$ Any | ValidCard$ Card.Self | Execute$ TrigExile | TriggerController$ TriggeredCardController | TriggerDescription$ When CARDNAME leaves the battlefield, exile target card from an opponent's graveyard. +SVar:TrigExile:DB$ChangeZone | Origin$ Graveyard | Destination$ Exile | TgtPrompt$ Choose target card in an opponent's graveyard | ValidTgts$ Card.OppOwn +SVar:Picture:http://www.wizards.com/global/images/magic/general/ruin_rat.jpg +Oracle:Deathtouch\nWhen Ruin Rat dies, exile target card from an opponent's graveyard. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/saving_grace.txt b/forge-gui/res/cardsfolder/upcoming/saving_grace.txt new file mode 100644 index 00000000000..692a52efb11 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/saving_grace.txt @@ -0,0 +1,15 @@ +Name:Saving Grace +ManaCost:1 W +Types:Enchantment Aura +K:Flash +K:Enchant creature you control +A:SP$ Attach | Cost$ 1 W | ValidTgts$ Creature.YouCtrl | AILogic$ Pump +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigEffect | TriggerDescription$ When CARDNAME enters the battlefield, all damage that would be dealt this turn to you and permanents you control is dealt to enchanted creature instead. +SVar:DBEffect:DB$ Effect | ReplacementEffects$ SavingGraceDamage | SVars$ SavingGraceDmg | Duration$ EOT | RememberObjects$ Creature.EnchantedBy | ExileOnMoved$ Battlefield + +SVar:SavingGraceDamage:Event$ DamageDone | ValidTarget$ You,Permanent.YouCtrl | ReplaceWith$ SavingGraceDmg | DamageTarget$ Remembered | Description$ All damage that would be dealt this turn to you and permanents you control is dealt to enchanted creature instead. + +SVar:SavingGraceDmg:DB$ ReplaceEffect | VarName$ Affected | VarValue$ Remembered | VarType$ Card +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddToughness$ 3 | Description$ Enchanted creature gets +0/+3. +SVar:Picture:http://www.wizards.com/global/images/magic/general/saving_grace.jpg +Oracle:Flash\nEnchant creature you control\nWhen Saving Grace enters the battlefield, all damage that would be dealt this turn to you and permanents you control is dealt to enchanted creature instead.\nEnchanted creature gets +0/+3. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/scrounger_of_souls.txt b/forge-gui/res/cardsfolder/upcoming/scrounger_of_souls.txt new file mode 100644 index 00000000000..0c16720a85b --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/scrounger_of_souls.txt @@ -0,0 +1,7 @@ +Name:Scrounger of Souls +ManaCost:4 B +Types:Creature Horror +PT:3/4 +K:Lifelink +SVar:Picture:http://www.wizards.com/global/images/magic/general/scrounger_of_souls.jpg +Oracle:Lifelink (Damage dealt by this creature also causes you to gain that much life.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/sinuous_striker.txt b/forge-gui/res/cardsfolder/upcoming/sinuous_striker.txt index 5a0fe8c2736..a169506a6c0 100644 --- a/forge-gui/res/cardsfolder/upcoming/sinuous_striker.txt +++ b/forge-gui/res/cardsfolder/upcoming/sinuous_striker.txt @@ -6,4 +6,4 @@ A:AB$ Pump | Cost$ U | NumAtt$ +1 | NumDef$ -1 | SpellDescription$ CARDNAME gets K:Eternalize:3 U U Discard<1/Card> DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/sinuous_striker.jpg -Oracle:{U}: Sinuous Striker gets +1/-1 until end of turn.\nEternalize-{3}{U}{U}, Discard a card ({3}{U}{U}, Discard a card, Exile this card from your graveyard: Create a token that's a copy of it, except it's 4/4 black Zombie Naga Warrior with no mana cost. Eternalize only as a sorcery.) +Oracle:{U}: Sinuous Striker gets +1/-1 until end of turn.\nEternalize-{3}{U}{U}, Discard a card ({3}{U}{U}, Discard a card, Exile this card from your graveyard: Create a token that's a copy of it, except it's a 4/4 black Zombie Naga Warrior with no mana cost. Eternalize only as a sorcery.) diff --git a/forge-gui/res/cardsfolder/upcoming/solitary_camel.txt b/forge-gui/res/cardsfolder/upcoming/solitary_camel.txt new file mode 100644 index 00000000000..91ec37311d7 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/solitary_camel.txt @@ -0,0 +1,7 @@ +Name:Solitary Camel +ManaCost:2 W +Types:Creature Camel +PT:3/2 +S:Mode$ Continuous | Affected$ Card.Self | AddKeyword$ Lifelink | Desert$ True | Description$ CARDNAME has lifelink as long as you control a Desert or there is a Desert card in your graveyard. (Damage this creature deals also causes you to gain that much life.) +SVar:Picture:http://www.wizards.com/global/images/magic/general/solitary_camel.jpg +Oracle:Solitary Camel has lifelink as long as you control a Desert or there is a Desert card in your graveyard. (Damage this creature deals also causes you to gain that much life.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/spellweaver_eternal.txt b/forge-gui/res/cardsfolder/upcoming/spellweaver_eternal.txt new file mode 100644 index 00000000000..3218faaaf20 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/spellweaver_eternal.txt @@ -0,0 +1,8 @@ +Name:Spellweaver Eternal +ManaCost:1 U +Types:Creature Zombie Naga Wizard +PT:2/1 +K:Prowess +K:Afflict 2 +SVar:Picture:http://www.wizards.com/global/images/magic/general/spellweaver_eternal.jpg +Oracle:Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)\nAfflict 2 (Whenever this creature becomes blocked, defending player loses 2 life.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/steadfast_sentinel.txt b/forge-gui/res/cardsfolder/upcoming/steadfast_sentinel.txt index a7901814115..e058ebebeb4 100644 --- a/forge-gui/res/cardsfolder/upcoming/steadfast_sentinel.txt +++ b/forge-gui/res/cardsfolder/upcoming/steadfast_sentinel.txt @@ -6,4 +6,4 @@ K:Vigilance K:Eternalize:4 W W DeckHas:Ability$Token SVar:Picture:http://www.wizards.com/global/images/magic/general/steadfast_sentinel.jpg -Oracle:Vigilance\nEternalize {4}{W}{W} ({4}{W}{W}, Exile this card from your graveyard: Create a token that's a copy of it, except it's 4/4 black Zombie Human Cleric with no mana cost. Eternalize only as a sorcery.) +Oracle:Vigilance\nEternalize {4}{W}{W} ({4}{W}{W}, Exile this card from your graveyard: Create a token that's a copy of it, except it's a 4/4 black Zombie Human Cleric with no mana cost. Eternalize only as a sorcery.) diff --git a/forge-gui/res/cardsfolder/upcoming/striped_riverwinder.txt b/forge-gui/res/cardsfolder/upcoming/striped_riverwinder.txt new file mode 100644 index 00000000000..627302f1f99 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/striped_riverwinder.txt @@ -0,0 +1,8 @@ +Name:Striped Riverwinder +ManaCost:6 U +Types:Creature Serpent +PT:5/5 +K:Hexproof +K:Cycling:U +SVar:Picture:http://www.wizards.com/global/images/magic/general/striped_riverwinder.jpg +Oracle:Hexproof (This creature can't be the target of spells or abilities your opponents control.)\nCycling {U} ({U}, Discard this card: Draw a card.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/struggle_survive.txt b/forge-gui/res/cardsfolder/upcoming/struggle_survive.txt index a82c72ee76c..06575b49cee 100644 --- a/forge-gui/res/cardsfolder/upcoming/struggle_survive.txt +++ b/forge-gui/res/cardsfolder/upcoming/struggle_survive.txt @@ -15,4 +15,4 @@ ManaCost:1 G Types:Sorcery K:Aftermath A:SP$ ChangeZoneAll | Cost$ 1 G | Defined$ Player | ChangeType$ Card | Origin$ Graveyard | Destination$ Library | Shuffle$ True | SpellDescription$ Each player shuffles his or her graveyard into his or her library. -Oracle:Aftermath (Cast this spell only from your graveyard. Then exile it.)\nEach player shuffles his or graveyard into his or her library. \ No newline at end of file +Oracle:Aftermath (Cast this spell only from your graveyard. Then exile it.)\nEach player shuffles his or her graveyard into his or her library. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/tenacious_hunter.txt b/forge-gui/res/cardsfolder/upcoming/tenacious_hunter.txt new file mode 100644 index 00000000000..70bf1bef4c2 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/tenacious_hunter.txt @@ -0,0 +1,8 @@ +Name:Tenacious Hunter +ManaCost:2 G G +Types:Creature Crocodile +PT:4/4 +S:Mode$ Continuous | Affected$ Card.Self | CheckSVar$ X | SVarCompare$ GE1 | AddKeyword$ Vigilance & Deathtouch | Description$ As long as a creature has a -1/-1 counter on it, CARDNAME has vigilance and deathtouch. +SVar:X:Count$Valid Creature.counters_GE1_M1M1 +SVar:Picture:http://www.wizards.com/global/images/magic/general/tenacious_hunter.jpg +Oracle:As long as a creature has a -1/-1 counter on it, Tenacious Hunter has vigilance and deathtouch. diff --git a/forge-gui/res/cardsfolder/upcoming/thorned_moloch.txt b/forge-gui/res/cardsfolder/upcoming/thorned_moloch.txt new file mode 100644 index 00000000000..1d58805d457 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/thorned_moloch.txt @@ -0,0 +1,8 @@ +Name:Thorned Moloch +ManaCost:2 R +Types:Creature Lizard +PT:2/2 +K:Prowess +S:Mode$ Continuous | Affected$ Card.Self+attacking | AddKeyword$ First Strike | Description$ CARDNAME has first strike as long as it's attacking. +SVar:Picture:http://www.wizards.com/global/images/magic/general/thorned_moloch.jpg +Oracle:Prowess (Whenever you cast a noncreature spell, this creature gets +1/+1 until end of turn.)\nThorned Moloch has first strike as long as it's attacking. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/unconventional_tactics.txt b/forge-gui/res/cardsfolder/upcoming/unconventional_tactics.txt new file mode 100644 index 00000000000..d6c1e5a09aa --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/unconventional_tactics.txt @@ -0,0 +1,10 @@ +Name:Unconventional Tactics +ManaCost:2 W +Types:Sorcery +A:SP$ Pump | Cost$ 2 W | ValidTgts$ Creature | TgtPrompt$ Select target creature | NumAtt$ +3 | NumDef$ +3 | KW$ Flying | SpellDescription$ Target creature gets +3/+3 and gains flying until end of turn. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Zombie+YouCtrl | TriggerZones$ Graveyard | Execute$ TrigChange | TriggerDescription$ Whenever a Zombie enters the battlefield under your control, you may pay {W}. If you do, return CARDNAME from your graveyard to your hand. +SVar:TrigChange:AB$ ChangeZone | Cost$ W | Origin$ Graveyard | Destination$ Hand + +DeckHints:Type$Zombie +SVar:Picture:http://www.wizards.com/global/images/magic/general/unconventional_tactics.jpg +Oracle:Target creature gets +3/+3 and gains flying until end of turn.\nWhenever a Zombie enters the battlefield under your control, you may pay {W}. If you do, return Unconventional Tactics from your graveyard to your hand. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/unquenchable_thirst.txt b/forge-gui/res/cardsfolder/upcoming/unquenchable_thirst.txt new file mode 100644 index 00000000000..9371142cfaf --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/unquenchable_thirst.txt @@ -0,0 +1,10 @@ +Name:Unquenchable Thirst +ManaCost:1 U +Types:Enchantment Aura +K:Enchant creature +A:SP$ Attach | Cost$ 1 U U | ValidTgts$ Creature | AILogic$ KeepTapped +T:Mode$ ChangesZone | ValidCard$ Card.Self | Origin$ Any | Destination$ Battlefield | Execute$ TrigTap | Desert$ True | TriggerDescription$ When CARDNAME enters the battlefield, if you control a Desert or there is a Desert card in your graveyard, tap enchanted creature. +SVar:TrigTap:DB$ Tap | Defined$ Enchanted +S:Mode$ Continuous | Affected$ Creature.AttachedBy | AddHiddenKeyword$ CARDNAME doesn't untap during your untap step. | Description$ Enchanted creature doesn't untap during its controller's untap step. +SVar:Picture:http://www.wizards.com/global/images/magic/general/unquenchable_thirst.jpg +Oracle:Enchant creature\nWhen Unquenchable Thirst enters the battlefield, if you control a Desert or there is a Desert card in your graveyard, tap enchanted creature.\nEnchanted creature doesn't untap during its controller's untap step. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/vile_manifestation.txt b/forge-gui/res/cardsfolder/upcoming/vile_manifestation.txt new file mode 100644 index 00000000000..629eaa917c1 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/vile_manifestation.txt @@ -0,0 +1,10 @@ +Name:Vile Manifestation +ManaCost:1 B +Types:Creature Horror +PT:0/4 +S:Mode$ Continuous | Affected$ Card.Self | AddPower$ X | References$ X | Description$ CARDNAME gets +1/+0 for each card with cycling in your graveyard. +K:Cycling:2 + +SVar:X:Count$ValidGraveyard Card.YouOwn+withCycling,Card.YouOwn+withTypeCycling +SVar:Picture:http://www.wizards.com/global/images/magic/general/vile_manifestation.jpg +Oracle:Vile Manifestation gets +1/+0 for each card with cycling in your graveyard.\nCycling {2} ({2}, Discard this card: Draw a card.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/wall_of_forgotten_pharaohs.txt b/forge-gui/res/cardsfolder/upcoming/wall_of_forgotten_pharaohs.txt new file mode 100644 index 00000000000..b6791952451 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/wall_of_forgotten_pharaohs.txt @@ -0,0 +1,8 @@ +Name:Wall of Forgotten Pharaohs +ManaCost:2 +Types:Artifact Creature Wall +PT:0/4 +K:Defender +A:AB$ DealDamage | Cost$ T | ValidTgts$ Player | TgtPrompt$ Select target player | NumDmg$ 1 | Activation$ Desert | SpellDescription$ CARDNAME deals 1 damage to target player. +SVar:Picture:http://www.wizards.com/global/images/magic/general/wall_of_forgotten_pharaohs.jpg +Oracle:Defender\n{T}: Wall of Forgotten Pharaohs deals 1 damage to target player. Activate this ability only if you control a Desert or there is a Desert card in your graveyard. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/upcoming/without_weakness.txt b/forge-gui/res/cardsfolder/upcoming/without_weakness.txt new file mode 100644 index 00000000000..9cc3d8fa819 --- /dev/null +++ b/forge-gui/res/cardsfolder/upcoming/without_weakness.txt @@ -0,0 +1,7 @@ +Name:Without Weakness +ManaCost:1 B +Types:Instant +A:SP$ Pump | Cost$ 1 B | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select target creature you control | KW$ Indestructible | SpellDescription$ Target creature you control gains indestructible until end of turn. (Damage and effects that say "destroy" don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.) +K:Cycling:2 +SVar:Picture:http://www.wizards.com/global/images/magic/general/without_weakness.jpg +Oracle:Target creature you control gains indestructible until end of turn. (Damage and effects that say "destroy" don't destroy it. If its toughness is 0 or less, it's still put into its owner's graveyard.)\nCycling {2} ({2}, Discard this card: Draw a card.) \ No newline at end of file