From 6bd91ab98b1ef1a58ba92d84dc6b1be67edcc88e Mon Sep 17 00:00:00 2001 From: Sol Date: Tue, 30 Aug 2016 16:02:42 +0000 Subject: [PATCH] - Adding CN2 cards from Marek --- .gitattributes | 42 +++++++++++++++++++ .../a/adriana_captain_of_the_guard.txt | 9 ++++ .../res/cardsfolder/a/adrianas_valor.txt | 9 ++++ .../res/cardsfolder/c/coveted_peacock.txt | 9 ++++ .../cardsfolder/c/crown_hunter_hireling.txt | 9 ++++ .../res/cardsfolder/d/deadly_designs.txt | 10 +++++ .../res/cardsfolder/d/deputized_protester.txt | 8 ++++ .../res/cardsfolder/e/entourage_of_trest.txt | 9 ++++ .../res/cardsfolder/f/fang_of_the_pack.txt | 10 +++++ .../res/cardsfolder/g/garrulous_sycophant.txt | 9 ++++ .../res/cardsfolder/g/goblin_racketeer.txt | 8 ++++ .../res/cardsfolder/g/grenzo_havoc_raiser.txt | 15 +++++++ .../res/cardsfolder/g/grenzos_ruffians.txt | 10 +++++ forge-gui/res/cardsfolder/h/hired_heist.txt | 9 ++++ .../res/cardsfolder/h/hymn_of_the_wilds.txt | 7 ++++ .../res/cardsfolder/i/incendiary_dissent.txt | 9 ++++ .../res/cardsfolder/j/jeering_homunculus.txt | 8 ++++ .../res/cardsfolder/k/keeper_of_keys.txt | 11 +++++ .../k/knights_of_the_black_rose.txt | 11 +++++ .../l/leovold_emissary_of_trest.txt | 9 ++++ .../res/cardsfolder/m/marchesas_decree.txt | 9 ++++ .../res/cardsfolder/m/menagerie_liberator.txt | 8 ++++ .../res/cardsfolder/m/messenger_jays.txt | 14 +++++++ forge-gui/res/cardsfolder/n/natural_unity.txt | 10 +++++ .../res/cardsfolder/o/orchard_elemental.txt | 10 +++++ .../res/cardsfolder/p/palace_sentinels.txt | 8 ++++ .../cardsfolder/p/protector_of_the_crown.txt | 13 ++++++ .../res/cardsfolder/q/queen_marchesa.txt | 12 ++++++ .../cardsfolder/r/recruiter_of_the_guard.txt | 8 ++++ .../res/cardsfolder/s/sanctum_prelate.txt | 11 +++++ .../res/cardsfolder/s/selvalas_stampede.txt | 9 ++++ .../res/cardsfolder/s/sinuous_vermin.txt | 8 ++++ .../cardsfolder/s/skittering_crustacean.txt | 8 ++++ .../res/cardsfolder/s/skyline_despot.txt | 11 +++++ .../res/cardsfolder/s/spectral_grasp.txt | 9 ++++ .../res/cardsfolder/s/splitting_slime.txt | 9 ++++ forge-gui/res/cardsfolder/s/stunt_double.txt | 10 +++++ .../cardsfolder/s/subterranean_tremors.txt | 9 ++++ .../cardsfolder/t/thorn_of_the_black_rose.txt | 9 ++++ .../cardsfolder/t/throne_of_the_high_city.txt | 7 ++++ forge-gui/res/cardsfolder/t/throne_warden.txt | 8 ++++ .../res/cardsfolder/w/weight_advantage.txt | 6 +++ .../res/cardsfolder/w/wings_of_the_guard.txt | 8 ++++ 43 files changed, 435 insertions(+) create mode 100644 forge-gui/res/cardsfolder/a/adriana_captain_of_the_guard.txt create mode 100644 forge-gui/res/cardsfolder/a/adrianas_valor.txt create mode 100644 forge-gui/res/cardsfolder/c/coveted_peacock.txt create mode 100644 forge-gui/res/cardsfolder/c/crown_hunter_hireling.txt create mode 100644 forge-gui/res/cardsfolder/d/deadly_designs.txt create mode 100644 forge-gui/res/cardsfolder/d/deputized_protester.txt create mode 100644 forge-gui/res/cardsfolder/e/entourage_of_trest.txt create mode 100644 forge-gui/res/cardsfolder/f/fang_of_the_pack.txt create mode 100644 forge-gui/res/cardsfolder/g/garrulous_sycophant.txt create mode 100644 forge-gui/res/cardsfolder/g/goblin_racketeer.txt create mode 100644 forge-gui/res/cardsfolder/g/grenzo_havoc_raiser.txt create mode 100644 forge-gui/res/cardsfolder/g/grenzos_ruffians.txt create mode 100644 forge-gui/res/cardsfolder/h/hired_heist.txt create mode 100644 forge-gui/res/cardsfolder/h/hymn_of_the_wilds.txt create mode 100644 forge-gui/res/cardsfolder/i/incendiary_dissent.txt create mode 100644 forge-gui/res/cardsfolder/j/jeering_homunculus.txt create mode 100644 forge-gui/res/cardsfolder/k/keeper_of_keys.txt create mode 100644 forge-gui/res/cardsfolder/k/knights_of_the_black_rose.txt create mode 100644 forge-gui/res/cardsfolder/l/leovold_emissary_of_trest.txt create mode 100644 forge-gui/res/cardsfolder/m/marchesas_decree.txt create mode 100644 forge-gui/res/cardsfolder/m/menagerie_liberator.txt create mode 100644 forge-gui/res/cardsfolder/m/messenger_jays.txt create mode 100644 forge-gui/res/cardsfolder/n/natural_unity.txt create mode 100644 forge-gui/res/cardsfolder/o/orchard_elemental.txt create mode 100644 forge-gui/res/cardsfolder/p/palace_sentinels.txt create mode 100644 forge-gui/res/cardsfolder/p/protector_of_the_crown.txt create mode 100644 forge-gui/res/cardsfolder/q/queen_marchesa.txt create mode 100644 forge-gui/res/cardsfolder/r/recruiter_of_the_guard.txt create mode 100644 forge-gui/res/cardsfolder/s/sanctum_prelate.txt create mode 100644 forge-gui/res/cardsfolder/s/selvalas_stampede.txt create mode 100644 forge-gui/res/cardsfolder/s/sinuous_vermin.txt create mode 100644 forge-gui/res/cardsfolder/s/skittering_crustacean.txt create mode 100644 forge-gui/res/cardsfolder/s/skyline_despot.txt create mode 100644 forge-gui/res/cardsfolder/s/spectral_grasp.txt create mode 100644 forge-gui/res/cardsfolder/s/splitting_slime.txt create mode 100644 forge-gui/res/cardsfolder/s/stunt_double.txt create mode 100644 forge-gui/res/cardsfolder/s/subterranean_tremors.txt create mode 100644 forge-gui/res/cardsfolder/t/thorn_of_the_black_rose.txt create mode 100644 forge-gui/res/cardsfolder/t/throne_of_the_high_city.txt create mode 100644 forge-gui/res/cardsfolder/t/throne_warden.txt create mode 100644 forge-gui/res/cardsfolder/w/weight_advantage.txt create mode 100644 forge-gui/res/cardsfolder/w/wings_of_the_guard.txt diff --git a/.gitattributes b/.gitattributes index 6f811d1a223..a75ae8a6ab1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1541,6 +1541,8 @@ forge-gui/res/cardsfolder/a/adarkar_windform.txt svneol=native#text/plain forge-gui/res/cardsfolder/a/adder_staff_boggart.txt svneol=native#text/plain forge-gui/res/cardsfolder/a/addle.txt -text forge-gui/res/cardsfolder/a/admonition_angel.txt svneol=native#text/plain +forge-gui/res/cardsfolder/a/adriana_captain_of_the_guard.txt -text +forge-gui/res/cardsfolder/a/adrianas_valor.txt -text forge-gui/res/cardsfolder/a/adun_oakenshield.txt svneol=native#text/plain forge-gui/res/cardsfolder/a/advance_scout.txt svneol=native#text/plain forge-gui/res/cardsfolder/a/advanced_hoverguard.txt svneol=native#text/plain @@ -4060,6 +4062,7 @@ forge-gui/res/cardsfolder/c/covenant_of_minds.txt -text forge-gui/res/cardsfolder/c/cover_of_darkness.txt svneol=native#text/plain forge-gui/res/cardsfolder/c/cover_of_winter.txt -text forge-gui/res/cardsfolder/c/covert_operative.txt svneol=native#text/plain +forge-gui/res/cardsfolder/c/coveted_peacock.txt -text forge-gui/res/cardsfolder/c/covetous_dragon.txt svneol=native#text/plain forge-gui/res/cardsfolder/c/cowardice.txt svneol=native#text/plain forge-gui/res/cardsfolder/c/cowed_by_wisdom.txt -text @@ -4159,6 +4162,7 @@ forge-gui/res/cardsfolder/c/crow_of_dark_tidings.txt -text forge-gui/res/cardsfolder/c/crowd_favorites.txt svneol=native#text/plain forge-gui/res/cardsfolder/c/crowd_of_cinders.txt svneol=native#text/plain forge-gui/res/cardsfolder/c/crowds_favor.txt -text +forge-gui/res/cardsfolder/c/crown_hunter_hireling.txt -text forge-gui/res/cardsfolder/c/crown_of_ascension.txt -text forge-gui/res/cardsfolder/c/crown_of_awe.txt -text forge-gui/res/cardsfolder/c/crown_of_convergence.txt -text svneol=unset#text/plain @@ -4500,6 +4504,7 @@ forge-gui/res/cardsfolder/d/deadbridge_shaman.txt -text forge-gui/res/cardsfolder/d/deadeye_navigator.txt -text forge-gui/res/cardsfolder/d/deadfall.txt svneol=native#text/plain forge-gui/res/cardsfolder/d/deadly_allure.txt -text +forge-gui/res/cardsfolder/d/deadly_designs.txt -text forge-gui/res/cardsfolder/d/deadly_grub.txt svneol=native#text/plain forge-gui/res/cardsfolder/d/deadly_insect.txt svneol=native#text/plain forge-gui/res/cardsfolder/d/deadly_recluse.txt svneol=native#text/plain @@ -4695,6 +4700,7 @@ forge-gui/res/cardsfolder/d/denying_wind.txt svneol=native#text/plain forge-gui/res/cardsfolder/d/deploy_the_gatewatch.txt -text forge-gui/res/cardsfolder/d/deploy_to_the_front.txt -text forge-gui/res/cardsfolder/d/deprive.txt svneol=native#text/plain +forge-gui/res/cardsfolder/d/deputized_protester.txt -text forge-gui/res/cardsfolder/d/deputy_of_acquittals.txt -text forge-gui/res/cardsfolder/d/deranged_assistant.txt -text forge-gui/res/cardsfolder/d/deranged_hermit.txt svneol=native#text/plain @@ -5579,6 +5585,7 @@ forge-gui/res/cardsfolder/e/enter_the_infinite.txt -text forge-gui/res/cardsfolder/e/enthralling_victor.txt -text forge-gui/res/cardsfolder/e/entomb.txt svneol=native#text/plain forge-gui/res/cardsfolder/e/entomber_exarch.txt -text +forge-gui/res/cardsfolder/e/entourage_of_trest.txt -text forge-gui/res/cardsfolder/e/entrails_feaster.txt -text forge-gui/res/cardsfolder/e/entreat_the_angels.txt -text forge-gui/res/cardsfolder/e/entropic_eidolon.txt svneol=native#text/plain @@ -5876,6 +5883,7 @@ forge-gui/res/cardsfolder/f/fanatic_of_mogis.txt -text forge-gui/res/cardsfolder/f/fanatic_of_xenagos.txt -text forge-gui/res/cardsfolder/f/fanatical_devotion.txt svneol=native#text/plain forge-gui/res/cardsfolder/f/fanatical_fever.txt svneol=native#text/plain +forge-gui/res/cardsfolder/f/fang_of_the_pack.txt -text forge-gui/res/cardsfolder/f/fang_skulkin.txt svneol=native#text/plain forge-gui/res/cardsfolder/f/fangren_firstborn.txt svneol=native#text/plain forge-gui/res/cardsfolder/f/fangren_hunter.txt svneol=native#text/plain @@ -6557,6 +6565,7 @@ forge-gui/res/cardsfolder/g/garruk_wildspeaker.txt svneol=native#text/plain forge-gui/res/cardsfolder/g/garruks_companion.txt svneol=native#text/plain forge-gui/res/cardsfolder/g/garruks_horde.txt -text forge-gui/res/cardsfolder/g/garruks_packleader.txt svneol=native#text/plain +forge-gui/res/cardsfolder/g/garrulous_sycophant.txt -text forge-gui/res/cardsfolder/g/garza_zol_plague_queen.txt svneol=native#text/plain forge-gui/res/cardsfolder/g/garzas_assassin.txt -text svneol=unset#text/plain forge-gui/res/cardsfolder/g/gaseous_form.txt svneol=native#text/plain @@ -6952,6 +6961,7 @@ forge-gui/res/cardsfolder/g/goblin_piledriver.txt svneol=native#text/plain forge-gui/res/cardsfolder/g/goblin_psychopath.txt -text forge-gui/res/cardsfolder/g/goblin_pyromancer.txt svneol=native#text/plain forge-gui/res/cardsfolder/g/goblin_rabblemaster.txt -text +forge-gui/res/cardsfolder/g/goblin_racketeer.txt -text forge-gui/res/cardsfolder/g/goblin_raider.txt svneol=native#text/plain forge-gui/res/cardsfolder/g/goblin_rally.txt -text forge-gui/res/cardsfolder/g/goblin_razerunners.txt svneol=native#text/plain @@ -7190,8 +7200,10 @@ forge-gui/res/cardsfolder/g/greenwarden_of_murasa.txt -text forge-gui/res/cardsfolder/g/greenweaver_druid.txt svneol=native#text/plain forge-gui/res/cardsfolder/g/gremlin_mine.txt svneol=native#text/plain forge-gui/res/cardsfolder/g/grenzo_dungeon_warden.txt -text +forge-gui/res/cardsfolder/g/grenzo_havoc_raiser.txt -text forge-gui/res/cardsfolder/g/grenzos_cutthroat.txt -text forge-gui/res/cardsfolder/g/grenzos_rebuttal.txt -text +forge-gui/res/cardsfolder/g/grenzos_ruffians.txt -text forge-gui/res/cardsfolder/g/greven_il_vec.txt -text forge-gui/res/cardsfolder/g/grid_monitor.txt -text forge-gui/res/cardsfolder/g/gridlock.txt -text @@ -7712,6 +7724,7 @@ forge-gui/res/cardsfolder/h/hinterland_hermit_hinterland_scourge.txt -text forge-gui/res/cardsfolder/h/hinterland_logger_timber_shredder.txt -text forge-gui/res/cardsfolder/h/hipparion.txt -text forge-gui/res/cardsfolder/h/hired_giant.txt svneol=native#text/plain +forge-gui/res/cardsfolder/h/hired_heist.txt -text forge-gui/res/cardsfolder/h/hired_muscle_scarmaker.txt -text forge-gui/res/cardsfolder/h/hired_torturer.txt -text forge-gui/res/cardsfolder/h/hisoka_minamo_sensei.txt -text @@ -7921,6 +7934,7 @@ forge-gui/res/cardsfolder/h/hydromorph_gull.txt svneol=native#text/plain forge-gui/res/cardsfolder/h/hydrosurge.txt -text forge-gui/res/cardsfolder/h/hyena_umbra.txt svneol=native#text/plain forge-gui/res/cardsfolder/h/hymn_of_rebirth.txt svneol=native#text/plain +forge-gui/res/cardsfolder/h/hymn_of_the_wilds.txt -text forge-gui/res/cardsfolder/h/hymn_to_tourach.txt svneol=native#text/plain forge-gui/res/cardsfolder/h/hypergenesis.txt -text forge-gui/res/cardsfolder/h/hyperion_blacksmith.txt svneol=native#text/plain @@ -8057,6 +8071,7 @@ forge-gui/res/cardsfolder/i/iname_life_aspect.txt -text svneol=unset#text/plain forge-gui/res/cardsfolder/i/incandescent_soulstoke.txt svneol=native#text/plain forge-gui/res/cardsfolder/i/incendiary.txt svneol=native#text/plain forge-gui/res/cardsfolder/i/incendiary_command.txt svneol=native#text/plain +forge-gui/res/cardsfolder/i/incendiary_dissent.txt -text forge-gui/res/cardsfolder/i/incendiary_flow.txt -text forge-gui/res/cardsfolder/i/incinerate.txt svneol=native#text/plain forge-gui/res/cardsfolder/i/incite.txt svneol=native#text/plain @@ -8362,6 +8377,7 @@ forge-gui/res/cardsfolder/j/jazal_goldmane.txt -text forge-gui/res/cardsfolder/j/jedit_ojanen.txt svneol=native#text/plain forge-gui/res/cardsfolder/j/jedit_ojanen_of_efrava.txt svneol=native#text/plain forge-gui/res/cardsfolder/j/jedits_dragoons.txt svneol=native#text/plain +forge-gui/res/cardsfolder/j/jeering_homunculus.txt -text forge-gui/res/cardsfolder/j/jeering_instigator.txt -text forge-gui/res/cardsfolder/j/jelenn_sphinx.txt -text forge-gui/res/cardsfolder/j/jeleva_nephalias_scourge.txt -text @@ -8598,6 +8614,7 @@ forge-gui/res/cardsfolder/k/keening_apparition.txt -text forge-gui/res/cardsfolder/k/keening_banshee.txt svneol=native#text/plain forge-gui/res/cardsfolder/k/keening_stone.txt svneol=native#text/plain forge-gui/res/cardsfolder/k/keep_watch.txt svneol=native#text/plain +forge-gui/res/cardsfolder/k/keeper_of_keys.txt -text forge-gui/res/cardsfolder/k/keeper_of_kookus.txt svneol=native#text/plain forge-gui/res/cardsfolder/k/keeper_of_progenitus.txt -text svneol=unset#text/plain forge-gui/res/cardsfolder/k/keeper_of_the_beasts.txt -text @@ -8770,6 +8787,7 @@ forge-gui/res/cardsfolder/k/knight_of_valor.txt svneol=native#text/plain forge-gui/res/cardsfolder/k/knight_watch.txt -text forge-gui/res/cardsfolder/k/knighthood.txt svneol=native#text/plain forge-gui/res/cardsfolder/k/knightly_valor.txt -text +forge-gui/res/cardsfolder/k/knights_of_the_black_rose.txt -text forge-gui/res/cardsfolder/k/knights_of_thorn.txt -text forge-gui/res/cardsfolder/k/knollspine_dragon.txt -text forge-gui/res/cardsfolder/k/knollspine_invocation.txt -text @@ -9077,6 +9095,7 @@ forge-gui/res/cardsfolder/l/leonin_skyhunter.txt svneol=native#text/plain forge-gui/res/cardsfolder/l/leonin_snarecaster.txt -text forge-gui/res/cardsfolder/l/leonin_squire.txt svneol=native#text/plain forge-gui/res/cardsfolder/l/leonin_sun_standard.txt svneol=native#text/plain +forge-gui/res/cardsfolder/l/leovold_emissary_of_trest.txt -text forge-gui/res/cardsfolder/l/leshracs_rite.txt svneol=native#text/plain forge-gui/res/cardsfolder/l/leshracs_sigil.txt svneol=native#text/plain forge-gui/res/cardsfolder/l/lesser_gargadon.txt svneol=native#text/plain @@ -9587,6 +9606,7 @@ forge-gui/res/cardsfolder/m/march_of_souls.txt svneol=native#text/plain forge-gui/res/cardsfolder/m/march_of_the_machines.txt svneol=native#text/plain forge-gui/res/cardsfolder/m/march_of_the_returned.txt -text forge-gui/res/cardsfolder/m/marchesa_the_black_rose.txt -text +forge-gui/res/cardsfolder/m/marchesas_decree.txt -text forge-gui/res/cardsfolder/m/marchesas_emissary.txt -text forge-gui/res/cardsfolder/m/marchesas_infiltrator.txt -text forge-gui/res/cardsfolder/m/marchesas_smuggler.txt -text @@ -9775,6 +9795,7 @@ forge-gui/res/cardsfolder/m/memory_plunder.txt -text forge-gui/res/cardsfolder/m/memory_sluice.txt -text forge-gui/res/cardsfolder/m/memorys_journey.txt -text forge-gui/res/cardsfolder/m/menacing_ogre.txt -text +forge-gui/res/cardsfolder/m/menagerie_liberator.txt -text forge-gui/res/cardsfolder/m/mending_hands.txt svneol=native#text/plain forge-gui/res/cardsfolder/m/mending_touch.txt -text forge-gui/res/cardsfolder/m/meng_huo_barbarian_king.txt svneol=native#text/plain @@ -9840,6 +9861,7 @@ forge-gui/res/cardsfolder/m/mesmeric_sliver.txt -text forge-gui/res/cardsfolder/m/mesmeric_trance.txt svneol=native#text/plain forge-gui/res/cardsfolder/m/messenger_drake.txt -text forge-gui/res/cardsfolder/m/messenger_falcons.txt svneol=native#text/plain +forge-gui/res/cardsfolder/m/messenger_jays.txt -text forge-gui/res/cardsfolder/m/messengers_speed.txt -text forge-gui/res/cardsfolder/m/metal_fatigue.txt svneol=native#text/plain forge-gui/res/cardsfolder/m/metallic_mastery.txt svneol=native#text/plain @@ -10455,6 +10477,7 @@ forge-gui/res/cardsfolder/n/natural_order.txt svneol=native#text/plain forge-gui/res/cardsfolder/n/natural_selection.txt svneol=native#text/plain forge-gui/res/cardsfolder/n/natural_spring.txt svneol=native#text/plain forge-gui/res/cardsfolder/n/natural_state.txt -text +forge-gui/res/cardsfolder/n/natural_unity.txt -text forge-gui/res/cardsfolder/n/naturalize.txt svneol=native#text/plain forge-gui/res/cardsfolder/n/nature_demands_an_offering.txt -text forge-gui/res/cardsfolder/n/nature_shields_its_own.txt -text @@ -10975,6 +10998,7 @@ forge-gui/res/cardsfolder/o/orbs_of_warding.txt -text forge-gui/res/cardsfolder/o/orbweaver_kumo.txt svneol=native#text/plain forge-gui/res/cardsfolder/o/orc_general.txt svneol=native#text/plain forge-gui/res/cardsfolder/o/orc_sureshot.txt -text +forge-gui/res/cardsfolder/o/orchard_elemental.txt -text forge-gui/res/cardsfolder/o/orchard_spirit.txt -text forge-gui/res/cardsfolder/o/orchard_warden.txt svneol=native#text/plain forge-gui/res/cardsfolder/o/orcish_artillery.txt svneol=native#text/plain @@ -11124,6 +11148,7 @@ forge-gui/res/cardsfolder/p/painters_servant.txt svneol=native#text/plain forge-gui/res/cardsfolder/p/painwracker_oni.txt svneol=native#text/plain forge-gui/res/cardsfolder/p/palace_familiar.txt -text forge-gui/res/cardsfolder/p/palace_guard.txt -text +forge-gui/res/cardsfolder/p/palace_sentinels.txt -text forge-gui/res/cardsfolder/p/palace_siege.txt -text forge-gui/res/cardsfolder/p/paladin_en_vec.txt svneol=native#text/plain forge-gui/res/cardsfolder/p/paladin_of_prahv.txt -text @@ -11734,6 +11759,7 @@ forge-gui/res/cardsfolder/p/protean_hydra.txt -text forge-gui/res/cardsfolder/p/protect_serve.txt -text forge-gui/res/cardsfolder/p/protective_bubble.txt svneol=native#text/plain forge-gui/res/cardsfolder/p/protective_sphere.txt -text +forge-gui/res/cardsfolder/p/protector_of_the_crown.txt -text forge-gui/res/cardsfolder/p/proteus_machine.txt -text forge-gui/res/cardsfolder/p/proteus_staff.txt -text forge-gui/res/cardsfolder/p/protomatter_powder.txt svneol=native#text/plain @@ -11886,6 +11912,7 @@ forge-gui/res/cardsfolder/q/quarantine_field.txt -text forge-gui/res/cardsfolder/q/quarry_colossus.txt -text forge-gui/res/cardsfolder/q/quarum_trench_gnomes.txt -text forge-gui/res/cardsfolder/q/quash.txt svneol=native#text/plain +forge-gui/res/cardsfolder/q/queen_marchesa.txt -text forge-gui/res/cardsfolder/q/quenchable_fire.txt -text forge-gui/res/cardsfolder/q/quest_for_ancient_secrets.txt svneol=native#text/plain forge-gui/res/cardsfolder/q/quest_for_pure_flame.txt -text @@ -12210,6 +12237,7 @@ forge-gui/res/cardsfolder/r/reconstruction.txt svneol=native#text/plain forge-gui/res/cardsfolder/r/recoup.txt -text forge-gui/res/cardsfolder/r/recover.txt svneol=native#text/plain forge-gui/res/cardsfolder/r/recross_the_paths.txt -text +forge-gui/res/cardsfolder/r/recruiter_of_the_guard.txt -text forge-gui/res/cardsfolder/r/recumbent_bliss.txt svneol=native#text/plain forge-gui/res/cardsfolder/r/recuperate.txt svneol=native#text/plain forge-gui/res/cardsfolder/r/recurring_insight.txt -text @@ -12881,6 +12909,7 @@ forge-gui/res/cardsfolder/s/sanctum_guardian.txt -text forge-gui/res/cardsfolder/s/sanctum_of_serra.txt -text forge-gui/res/cardsfolder/s/sanctum_of_ugin.txt -text forge-gui/res/cardsfolder/s/sanctum_plowbeast.txt svneol=native#text/plain +forge-gui/res/cardsfolder/s/sanctum_prelate.txt -text forge-gui/res/cardsfolder/s/sand_golem.txt -text forge-gui/res/cardsfolder/s/sand_silos.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/sand_squid.txt svneol=native#text/plain @@ -13289,6 +13318,7 @@ forge-gui/res/cardsfolder/s/seller_of_songbirds.txt -text forge-gui/res/cardsfolder/s/selvala_explorer_returned.txt -text forge-gui/res/cardsfolder/s/selvalas_charge.txt -text forge-gui/res/cardsfolder/s/selvalas_enforcer.txt -text +forge-gui/res/cardsfolder/s/selvalas_stampede.txt -text forge-gui/res/cardsfolder/s/semblance_anvil.txt -text forge-gui/res/cardsfolder/s/sen_triplets.txt -text forge-gui/res/cardsfolder/s/send_to_sleep.txt -text @@ -13749,6 +13779,7 @@ forge-gui/res/cardsfolder/s/sinkhole.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/sinking_feeling.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/sins_of_the_past.txt -text forge-gui/res/cardsfolder/s/sinstrikers_will.txt -text +forge-gui/res/cardsfolder/s/sinuous_vermin.txt -text forge-gui/res/cardsfolder/s/sip_of_hemlock.txt -text forge-gui/res/cardsfolder/s/sir_shandlar_of_eberyn.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/sire_of_insanity.txt -text @@ -13815,6 +13846,7 @@ forge-gui/res/cardsfolder/s/skirsdag_high_priest.txt -text forge-gui/res/cardsfolder/s/skirsdag_supplicant.txt -text forge-gui/res/cardsfolder/s/skithiryx_the_blight_dragon.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/skitter_of_lizards.txt svneol=native#text/plain +forge-gui/res/cardsfolder/s/skittering_crustacean.txt -text forge-gui/res/cardsfolder/s/skittering_horror.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/skittering_invasion.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/skittering_monstrosity.txt svneol=native#text/plain @@ -13868,6 +13900,7 @@ forge-gui/res/cardsfolder/s/skyhunter_skirmisher.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/skyknight_legionnaire.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/skylasher.txt -text forge-gui/res/cardsfolder/s/skyline_cascade.txt -text +forge-gui/res/cardsfolder/s/skyline_despot.txt -text forge-gui/res/cardsfolder/s/skyline_predator.txt -text forge-gui/res/cardsfolder/s/skymark_roc.txt -text forge-gui/res/cardsfolder/s/skyraker_giant.txt -text @@ -14235,6 +14268,7 @@ forge-gui/res/cardsfolder/s/spectral_cloak.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/spectral_flight.txt -text forge-gui/res/cardsfolder/s/spectral_force.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/spectral_gateguards.txt -text +forge-gui/res/cardsfolder/s/spectral_grasp.txt -text forge-gui/res/cardsfolder/s/spectral_guardian.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/spectral_lynx.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/spectral_prison.txt -text @@ -14406,6 +14440,7 @@ forge-gui/res/cardsfolder/s/splintering_wind.txt -text forge-gui/res/cardsfolder/s/split_decision.txt -text forge-gui/res/cardsfolder/s/split_tail_miko.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/splitting_headache.txt svneol=native#text/plain +forge-gui/res/cardsfolder/s/splitting_slime.txt -text forge-gui/res/cardsfolder/s/spoils_of_blood.txt -text forge-gui/res/cardsfolder/s/spoils_of_evil.txt -text forge-gui/res/cardsfolder/s/spoils_of_the_vault.txt -text @@ -14772,6 +14807,7 @@ forge-gui/res/cardsfolder/s/stuffy_doll.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/stuffy_doll_avatar.txt -text forge-gui/res/cardsfolder/s/stun.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/stun_sniper.txt svneol=native#text/plain +forge-gui/res/cardsfolder/s/stunt_double.txt -text forge-gui/res/cardsfolder/s/stunted_growth.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/stupefying_touch.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/stupor.txt svneol=native#text/plain @@ -14788,6 +14824,7 @@ forge-gui/res/cardsfolder/s/subterranean_hangar.txt -text forge-gui/res/cardsfolder/s/subterranean_scout.txt -text forge-gui/res/cardsfolder/s/subterranean_shambler.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/subterranean_spirit.txt svneol=native#text/plain +forge-gui/res/cardsfolder/s/subterranean_tremors.txt -text forge-gui/res/cardsfolder/s/subversion.txt svneol=native#text/plain forge-gui/res/cardsfolder/s/succumb_to_temptation.txt -text forge-gui/res/cardsfolder/s/sudden_death.txt svneol=native#text/plain @@ -15391,6 +15428,7 @@ forge-gui/res/cardsfolder/t/thopter_spy_network.txt -text forge-gui/res/cardsfolder/t/thopter_squadron.txt svneol=native#text/plain forge-gui/res/cardsfolder/t/thorn_elemental.txt -text forge-gui/res/cardsfolder/t/thorn_of_amethyst.txt svneol=native#text/plain +forge-gui/res/cardsfolder/t/thorn_of_the_black_rose.txt -text forge-gui/res/cardsfolder/t/thorn_thallid.txt svneol=native#text/plain forge-gui/res/cardsfolder/t/thorn_thrash_viashino.txt svneol=native#text/plain forge-gui/res/cardsfolder/t/thornbite_staff.txt -text @@ -15477,6 +15515,8 @@ forge-gui/res/cardsfolder/t/thromok_the_insatiable.txt -text forge-gui/res/cardsfolder/t/throne_of_bone.txt svneol=native#text/plain forge-gui/res/cardsfolder/t/throne_of_empires.txt -text forge-gui/res/cardsfolder/t/throne_of_geth.txt svneol=native#text/plain +forge-gui/res/cardsfolder/t/throne_of_the_high_city.txt -text +forge-gui/res/cardsfolder/t/throne_warden.txt -text forge-gui/res/cardsfolder/t/throttle.txt -text forge-gui/res/cardsfolder/t/through_the_breach.txt -text forge-gui/res/cardsfolder/t/throwing_knife.txt -text @@ -16836,6 +16876,7 @@ forge-gui/res/cardsfolder/w/wei_infantry.txt svneol=native#text/plain forge-gui/res/cardsfolder/w/wei_night_raiders.txt svneol=native#text/plain forge-gui/res/cardsfolder/w/wei_scout.txt svneol=native#text/plain forge-gui/res/cardsfolder/w/wei_strike_force.txt svneol=native#text/plain +forge-gui/res/cardsfolder/w/weight_advantage.txt -text forge-gui/res/cardsfolder/w/weight_of_conscience.txt -text forge-gui/res/cardsfolder/w/weight_of_spires.txt -text forge-gui/res/cardsfolder/w/weight_of_the_underworld.txt -text @@ -17022,6 +17063,7 @@ forge-gui/res/cardsfolder/w/wingmate_roc.txt -text forge-gui/res/cardsfolder/w/wingrattle_scarecrow.txt svneol=native#text/plain forge-gui/res/cardsfolder/w/wings_of_aesthir.txt svneol=native#text/plain forge-gui/res/cardsfolder/w/wings_of_hope.txt svneol=native#text/plain +forge-gui/res/cardsfolder/w/wings_of_the_guard.txt -text forge-gui/res/cardsfolder/w/wings_of_velis_vel.txt svneol=native#text/plain forge-gui/res/cardsfolder/w/wingsteed_rider.txt -text forge-gui/res/cardsfolder/w/winnow.txt -text diff --git a/forge-gui/res/cardsfolder/a/adriana_captain_of_the_guard.txt b/forge-gui/res/cardsfolder/a/adriana_captain_of_the_guard.txt new file mode 100644 index 00000000000..237bf43f6bb --- /dev/null +++ b/forge-gui/res/cardsfolder/a/adriana_captain_of_the_guard.txt @@ -0,0 +1,9 @@ +Name:Adriana, Captain of the Guard +ManaCost:3 R W +Types:Legendary Creature Human Knight +PT:4/4 +K:Melee +S:Mode$ Continuous | Affected$ Creature.Other+YouCtrl | AddKeyword$ Melee | Description$ Other creatures you control have melee. (If a creature has multiple instances of melee, each triggers separately.) +SVar:PlayMain1:TRUE +SVar:Picture:http://www.wizards.com/global/images/magic/general/adriana_captain_of_the_guard.jpg +Oracle:Melee (Whenever this creature attacks, it gets +1/+1 until end of turn for each opponent you attacked with a creature this combat.)\nOther creatures you control have melee. (If a creature has multiple instances of melee, each triggers separately.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/a/adrianas_valor.txt b/forge-gui/res/cardsfolder/a/adrianas_valor.txt new file mode 100644 index 00000000000..73b83904662 --- /dev/null +++ b/forge-gui/res/cardsfolder/a/adrianas_valor.txt @@ -0,0 +1,9 @@ +Name:Adriana's Valor +ManaCost:no cost +Types:Conspiracy +K:Hidden agenda +T:Mode$ Attacks | ValidCard$ Creature.NamedCard+YouCtrl | Execute$ TrigPump | TriggerZones$ Command | TriggerDescription$ Whenever a creature you control with the chosen name attacks, you may pay {W}. If you do, that creature gains indestructible until end of turn. (Damage and effects that say "destroy" don't destroy it.) +SVar:TrigPump:AB$ Pump | Cost$ W | Defined$ TriggeredAttacker | KW$ Indestructible +SVar:AgendaLogic:BestCreatureInComputerDeck +SVar:Picture:http://www.wizards.com/global/images/magic/general/adrianas_valor.jpg +Oracle:Hidden agenda (Start the game with this conspiracy face down in the command zone and secretly name a card. You may turn this conspiracy face up any time and reveal the chosen name.)\nWhenever a creature you control with the chosen name attacks, you may pay {W}. If you do, that creature gains indestructible until end of turn. (Damage and effects that say "destroy" don't destroy it.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/c/coveted_peacock.txt b/forge-gui/res/cardsfolder/c/coveted_peacock.txt new file mode 100644 index 00000000000..c1cf9b29369 --- /dev/null +++ b/forge-gui/res/cardsfolder/c/coveted_peacock.txt @@ -0,0 +1,9 @@ +Name:Coveted Peacock +ManaCost:3 U U +Types:Creature Bird +PT:3/4 +K:Flying +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigGoad | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME attacks, you may goad target creature defending player controls. (Until your next turn, that creature attacks each combat if able and attacks a player other than you if able.) +SVar:TrigGoad:AB$ Goad | ValidTgts$ Creature.DefenderCtrl | TgtPrompt$ Select target creature defending player controls. +SVar:Picture:http://www.wizards.com/global/images/magic/general/coveted_peacock.jpg +Oracle:Flying\nWhenever Coveted Peacock attacks, you may goad target creature defending player controls. (Until your next turn, that creature attacks each combat if able and attacks a player other than you if able.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/c/crown_hunter_hireling.txt b/forge-gui/res/cardsfolder/c/crown_hunter_hireling.txt new file mode 100644 index 00000000000..1ba3216807c --- /dev/null +++ b/forge-gui/res/cardsfolder/c/crown_hunter_hireling.txt @@ -0,0 +1,9 @@ +Name:Crown-Hunter Hireling +ManaCost:4 R +Types:Creature Ogre Mercenary +PT:4/4 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMonarch | TriggerDescription$ When CARDNAME enters the battlefield, you become the monarch. +SVar:TrigMonarch:DB$ BecomeMonarch | Defined$ You +S:Mode$ CantAttack | ValidCard$ Card.Self | UnlessDefender$ isMonarch | Description$ CARDNAME can't attack unless defending player is the monarch. +SVar:Picture:http://www.wizards.com/global/images/magic/general/crown_hunter_hireling.jpg +Oracle:When Crown-Hunter Hireling enters the battlefield, you become the monarch.\nCrown-Hunter Hireling can't attack unless defending player is the monarch. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/d/deadly_designs.txt b/forge-gui/res/cardsfolder/d/deadly_designs.txt new file mode 100644 index 00000000000..32b862a312f --- /dev/null +++ b/forge-gui/res/cardsfolder/d/deadly_designs.txt @@ -0,0 +1,10 @@ +Name:Deadly Designs +ManaCost:1 B +Types:Enchantment +A:AB$ PutCounter | Cost$ 2 | CounterType$ PLOT | CounterNum$ 1 | AnyPlayer$ True | SpellDescription$ Put a +1/+1 counter on CARDNAME. Any player may activate this ability. +T:Mode$ Always | TriggerZones$ Battlefield | IsPresent$ Card.Self+counters_GE5_PLOT | Execute$ TrigSac | TriggerDescription$ When there are five or more plot counters on CARDNAME, sacrifice it. If you do, destroy up to two target creatures. +SVar:TrigSac:AB$ Sacrifice | Cost$ 0 | RememberSacrificed$ True | SubAbility$ DBDestroy +SVar:DBDestroy:DB$ Destroy | Cost$ 0 | TargetMin$ 0 | TargetMax$ 2 | ValidTgts$ Creature | ConditionDefined$ Remembered | ConditionPresent$ Card | ConditionCompare$ GE1 | SubAbility$ DBCleanup | TgtPrompt$ Select target creature +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +SVar:Picture:http://www.wizards.com/global/images/magic/general/deadly_designs.jpg +Oracle:{2}: Put a plot counter on Deadly Designs. Any player may activate this ability.\nWhen there are five or more plot counters on Deadly Designs, sacrifice it. If you do, destroy up to two target creatures. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/d/deputized_protester.txt b/forge-gui/res/cardsfolder/d/deputized_protester.txt new file mode 100644 index 00000000000..7133d9f7fe5 --- /dev/null +++ b/forge-gui/res/cardsfolder/d/deputized_protester.txt @@ -0,0 +1,8 @@ +Name:Deputized Protester +ManaCost:2 R +Types:Creature Human Warrior +PT:2/1 +K:Menace +K:Melee +SVar:Picture:http://www.wizards.com/global/images/magic/general/deputized_protester.jpg +Oracle:Menace (This creature can't be blocked except by two or more creatures.)\nMelee (Whenever this creature attacks, it gets +1/+1 until end of turn for each opponent you attacked with a creature this combat.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/e/entourage_of_trest.txt b/forge-gui/res/cardsfolder/e/entourage_of_trest.txt new file mode 100644 index 00000000000..5493b709715 --- /dev/null +++ b/forge-gui/res/cardsfolder/e/entourage_of_trest.txt @@ -0,0 +1,9 @@ +Name:Entourage of Trest +ManaCost:4 G +Types:Creature Elf Soldier +PT:4/4 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMonarch | TriggerDescription$ When CARDNAME enters the battlefield, you become the monarch. +SVar:TrigMonarch:DB$ BecomeMonarch | Defined$ You +S:Mode$ Continuous | Affected$ Card.Self | Condition$ You.isMonarch | AddKeyword$ CARDNAME can block an additional creature. | Description$ CARDNAME can block an additional creature each combat as long as you're the monarch. +SVar:Picture:http://www.wizards.com/global/images/magic/general/entourage_of_trest.jpg +Oracle:When Entourage of Trest enters the battlefield, you become the monarch.\nEntourage of Trest can block an additional creature each combat as long as you're the monarch. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/f/fang_of_the_pack.txt b/forge-gui/res/cardsfolder/f/fang_of_the_pack.txt new file mode 100644 index 00000000000..a8c3a33161d --- /dev/null +++ b/forge-gui/res/cardsfolder/f/fang_of_the_pack.txt @@ -0,0 +1,10 @@ +Name:Fang of the Pack +ManaCost:5 G +Types:Creature Wolf +PT:5/3 +K:Melee +T:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | Execute$ TrigPump | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of combat on your turn, another target creature you control gains melee until end of turn. (If a creature has multiple instances of melee, each triggers separately.) +SVar:TrigPump:AB$ Pump | Cost$ 0 | ValidTgts$ Creature.Other+YouCtrl | TgtPrompt$ Select another target creature you control | KW$ Melee +SVar:PlayMain1:TRUE +SVar:Picture:http://www.wizards.com/global/images/magic/general/fang_of_the_pack.jpg +Oracle:Melee (Whenever this creature attacks, it gets +1/+1 until end of turn for each opponent you attacked with a creature this combat.)\nAt the beginning of combat on your turn, another target creature you control gains melee until end of turn. (If a creature has multiple instances of melee, each triggers separately.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/garrulous_sycophant.txt b/forge-gui/res/cardsfolder/g/garrulous_sycophant.txt new file mode 100644 index 00000000000..2f9149e752e --- /dev/null +++ b/forge-gui/res/cardsfolder/g/garrulous_sycophant.txt @@ -0,0 +1,9 @@ +Name:Garrulous Sycophant +ManaCost:2 B +Types:Creature Human Advisor +PT:1/4 +T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Condition$ You.isMonarch | Execute$ TrigDrain | TriggerDescription$ At the beginning of your end step, if you're the monarch, each opponent loses 1 life and you gain 1 life. +SVar:TrigDrain:AB$ LoseLife | Cost$ 0 | 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/garrulous_sycophant.jpg +Oracle:At the beginning of your end step, if you're the monarch, each opponent loses 1 life and you gain 1 life. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/goblin_racketeer.txt b/forge-gui/res/cardsfolder/g/goblin_racketeer.txt new file mode 100644 index 00000000000..e689fa540e0 --- /dev/null +++ b/forge-gui/res/cardsfolder/g/goblin_racketeer.txt @@ -0,0 +1,8 @@ +Name:Goblin Racketeer +ManaCost:3 R +Types:Creature Goblin Rogue +PT:4/2 +T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigGoad | OptionalDecider$ You | TriggerDescription$ Whenever CARDNAME attacks, you may goad target creature defending player controls. (Until your next turn, that creature attacks each combat if able and attacks a player other than you if able.) +SVar:TrigGoad:AB$ Goad | ValidTgts$ Creature.DefenderCtrl | TgtPrompt$ Select target creature defending player controls. +SVar:Picture:http://www.wizards.com/global/images/magic/general/goblin_racketeer.jpg +Oracle:Whenever Goblin Racketeer attacks, you may goad target creature defending player controls. (Until your next turn, that creature attacks each combat if able and attacks a player other than you if able.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/grenzo_havoc_raiser.txt b/forge-gui/res/cardsfolder/g/grenzo_havoc_raiser.txt new file mode 100644 index 00000000000..a8bf49bdf7a --- /dev/null +++ b/forge-gui/res/cardsfolder/g/grenzo_havoc_raiser.txt @@ -0,0 +1,15 @@ +Name:Grenzo, Havoc Raiser +ManaCost:R R +Types:Legendary Creature Goblin Rogue +PT:2/2 +T:Mode$ DamageDone | ValidSource$ Creature.YouCtrl | ValidTarget$ Player | CombatDamage$ True | Execute$ TrigCharm | TriggerZones$ Battlefield | TriggerDescription$ Whenever a creature you control deals combat damage to a player, choose one - Goad target creature that player controls; Exile the top card of that player's library. Until end of turn, you may cast that card and you may spend mana as though it were mana of any color to cast it. +SVar:TrigCharm:AB$ Charm | Cost$ 0 | Choices$ DBGoad,DBExile | SpellDescription$ Choose one - Goad target creature that player controls; Exile the top card of that player's library. Until end of turn, you may cast that card and you may spend mana as though it were mana of any color to cast it. +SVar:DBGoad:DB$ Goad | ValidTgts$ Creature.DefenderCtrl | TgtPrompt$ Select target creature defending player controls. +SVar:DBExile:DB$ Mill | Cost$ 0 | Defined$ TriggeredPlayer | NumCards$ 1 | Destination$ Exile | RememberMilled$ True | SubAbility$ DBEffect +SVar:DBEffect:DB$ Effect | StaticAbilities$ STPlay | Triggers$ TriggerCastDoM | SVars$ TrigRemoveSelf | RememberObjects$ Remembered | SubAbility$ DBCleanup +SVar:STPlay:Mode$ Continuous | MayPlay$ True | MayPlayIgnoreColor$ True | EffectZone$ Command | Affected$ Card.IsRemembered+nonLand | AffectedZone$ Exile | Description$ Until end of turn, you may cast that card and you may spend mana as though it were mana of any color to cast it. +SVar:TriggerCastDoM:Mode$ SpellCast | ValidCard$ Card.IsRemembered | TriggerZones$ Command | Execute$ TrigRemoveSelf | Static$ True +SVar:TrigRemoveSelf:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +SVar:Picture:http://www.wizards.com/global/images/magic/general/grenzo_havoc_raiser.jpg +Oracle:Whenever a creature you control deals combat damage to a player, choose one -\n• Goad target creature that player controls.\n• Exile the top card of that player's library. Until end of turn, you may cast that card and you may spend mana as though it were mana of any color to cast it. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/g/grenzos_ruffians.txt b/forge-gui/res/cardsfolder/g/grenzos_ruffians.txt new file mode 100644 index 00000000000..caee475517a --- /dev/null +++ b/forge-gui/res/cardsfolder/g/grenzos_ruffians.txt @@ -0,0 +1,10 @@ +Name:Grenzo's Ruffians +ManaCost:2 R R +Types:Creature Goblin +PT:2/2 +K:Melee +T:Mode$ DamageDone | ValidSource$ Card.Self | ValidTarget$ Opponent | CombatDamage$ True | Execute$ TrigDmg | TriggerDescription$ Whenever CARDNAME deals combat damage to an opponent, it deals that much damage to each other opponent. +SVar:TrigDmg:AB$ DamageAll | Cost$ 0 | ValidPlayers$ OppNonTriggeredTarget | NumDmg$ X | References$ X +SVar:X:TriggerCount$DamageAmount +SVar:Picture:http://www.wizards.com/global/images/magic/general/grenzos_ruffians.jpg +Oracle:Melee (Whenever this creature attacks, it gets +1/+1 for each opponent you attacked with a creature this combat.)\nWhenever Grenzo's Ruffians deals combat damage to an opponent, it deals that much damage to each other opponent. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/h/hired_heist.txt b/forge-gui/res/cardsfolder/h/hired_heist.txt new file mode 100644 index 00000000000..21b81522739 --- /dev/null +++ b/forge-gui/res/cardsfolder/h/hired_heist.txt @@ -0,0 +1,9 @@ +Name:Hired Heist +ManaCost:no cost +Types:Conspiracy +K:Hidden agenda +T:Mode$ DamageDone | ValidSource$ Creature.NamedCard+YouCtrl | ValidTarget$ Player | CombatDamage$ True | TriggerZones$ Command | Execute$ TrigDraw | TriggerDescription$ Whenever a creature you control with the chosen name deals combat damage to a player, you may pay {U}. If you do, draw a card. +SVar:TrigDraw:AB$ Draw | Cost$ U | NumCards$ 1 +SVar:AgendaLogic:BestCreatureInComputerDeck +SVar:Picture:http://www.wizards.com/global/images/magic/general/hired_heist.jpg +Oracle:Hidden agenda (Start the game with this conspiracy face down in the command zone and secretly name a card. You may turn this conspiracy face up any time and reveal the chosen name.)\nWhenever a creature you control with the chosen name deals combat damage to a player, you may pay {U}. If you do, draw a card. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/h/hymn_of_the_wilds.txt b/forge-gui/res/cardsfolder/h/hymn_of_the_wilds.txt new file mode 100644 index 00000000000..139931b7112 --- /dev/null +++ b/forge-gui/res/cardsfolder/h/hymn_of_the_wilds.txt @@ -0,0 +1,7 @@ +Name:Hymn of the Wilds +ManaCost:no cost +Types:Conspiracy +S:Mode$ ReduceCost | EffectZone$ Command | ValidCard$ Card.Creature | Activator$ You | Type$ Spell | OnlyFirstSpell$ True | Amount$ 1 | Description$ The first creature spell you cast each turn costs {1} less to cast. +S:Mode$ CantBeCast | EffectZone$ Command | ValidCard$ Instant,Sorcery | Caster$ You | Description$ You can't cast creature spells. +SVar:Picture:http://www.wizards.com/global/images/magic/general/hymn_of_the_wilds.jpg +Oracle:(Start the game with this conspiracy face up in the command zone.)\nThe first creature spell you cast each turn costs {1} less to cast.\nYou can't cast instant or sorcery spells. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/i/incendiary_dissent.txt b/forge-gui/res/cardsfolder/i/incendiary_dissent.txt new file mode 100644 index 00000000000..8fe67cf7877 --- /dev/null +++ b/forge-gui/res/cardsfolder/i/incendiary_dissent.txt @@ -0,0 +1,9 @@ +Name:Incendiary Dissent +ManaCost:no cost +Types:Conspiracy +K:Hidden agenda +S:Mode$ Continuous | EffectZone$ Command | Affected$ Creature.NamedCard+YouCtrl | AddAbility$ IDPump | Description$ Creatures you control with the chosen name have "{R}: This creature gets +1/+0 until end of turn." +SVar:IDPump:AB$Pump | Cost$ R | NumAtt$ +1 | SpellDescription$ This creature gets +1/+0 until end of turn. +SVar:AgendaLogic:BestCreatureInComputerDeck +SVar:Picture:http://www.wizards.com/global/images/magic/general/incendiary_dissent.jpg +Oracle:Hidden agenda (Start the game with this conspiracy face down in the command zone and secretly name a card. You may turn this conspiracy face up any time and reveal the chosen name.)\nCreatures you control with the chosen name have "{R}: This creature gets +1/+0 until end of turn." \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/j/jeering_homunculus.txt b/forge-gui/res/cardsfolder/j/jeering_homunculus.txt new file mode 100644 index 00000000000..a97d9080e2e --- /dev/null +++ b/forge-gui/res/cardsfolder/j/jeering_homunculus.txt @@ -0,0 +1,8 @@ +Name:Jeering Homunculus +ManaCost:1 U +Types:Creature Homunculus +PT:0/4 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigGoad | OptionalDecider$ You | TriggerDescription$ When CARDNAME enters the battlefield, you may goad target creature. (Until your next turn, that creature attacks each combat if able and attacks a player other than you if able.) +SVar:TrigGoad:AB$ Goad | ValidTgts$ Creature | TgtPrompt$ Select target creature. +SVar:Picture:http://www.wizards.com/global/images/magic/general/jeering_homunculus.jpg +Oracle:When Jeering Homunculus enters the battlefield, you may goad target creature. (Until your next turn, that creature attacks each combat if able and attacks a player other than you if able.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/k/keeper_of_keys.txt b/forge-gui/res/cardsfolder/k/keeper_of_keys.txt new file mode 100644 index 00000000000..2d37255ea73 --- /dev/null +++ b/forge-gui/res/cardsfolder/k/keeper_of_keys.txt @@ -0,0 +1,11 @@ +Name:Keeper of Keys +ManaCost:3 U U +Types:Creature Human Rogue Mutant +PT:4/4 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMonarch | TriggerDescription$ When CARDNAME enters the battlefield, you become the monarch. +SVar:TrigMonarch:DB$ BecomeMonarch | Defined$ You +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Condition$ You.isMonarch | Execute$ TrigEffect | TriggerDescription$ At the beginning of your upkeep, if you are the monarch, creatures you control can't be blocked this turn. +SVar:TrigEffect:AB$ Effect | Cost$ 0 | Name$ Keeper of Keys Effect | StaticAbilities$ KWPump | SpellDescription$ Creatures you control can't be blocked this turn. +SVar:KWPump:Mode$ Continuous | EffectZone$ Command | AffectedZone$ Battlefield | Affected$ Creature.YouCtrl | AddHiddenKeyword$ Unblockable | Description$ Creatures you control can't be blocked this turn. +SVar:Picture:http://www.wizards.com/global/images/magic/general/keeper_of_keys.jpg +Oracle:When Keeper of Keys enters the battlefield, you become the monarch.\nAt the beginning of your upkeep, if you are the monarch, creatures you control can't be blocked this turn. diff --git a/forge-gui/res/cardsfolder/k/knights_of_the_black_rose.txt b/forge-gui/res/cardsfolder/k/knights_of_the_black_rose.txt new file mode 100644 index 00000000000..dc306b9250a --- /dev/null +++ b/forge-gui/res/cardsfolder/k/knights_of_the_black_rose.txt @@ -0,0 +1,11 @@ +Name:Knights of the Black Rose +ManaCost:3 W B +Types:Creature Human Knight +PT:4/4 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMonarch | TriggerDescription$ When CARDNAME enters the battlefield, you become the monarch. +SVar:TrigMonarch:DB$ BecomeMonarch | Defined$ You +T:Mode$ BecomeMonarch | ValidPlayer$ Opponent | BeginTurn$ You | TriggerZones$ Battlefield | Execute$ TrigDrain | TriggerDescription$ Whenever an opponent becomes the monarch, if you were the monarch as the turn began, that player loses 2 life and you gain 2 life. +SVar:TrigDrain:AB$ LoseLife | Cost$ 0 | Defined$ TriggeredPlayer | LifeAmount$ 2 | SubAbility$ DBGainLife +SVar:DBGainLife:DB$ GainLife | Defined$ You | LifeAmount$ 2 +SVar:Picture:http://www.wizards.com/global/images/magic/general/knights_of_the_black_rose.jpg +Oracle:When Knights of the Black Rose enters the battlefield, you become the monarch.\nWhenever an opponent becomes the monarch, if you were the monarch as the turn began, that player loses 2 life and you gain 2 life. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/l/leovold_emissary_of_trest.txt b/forge-gui/res/cardsfolder/l/leovold_emissary_of_trest.txt new file mode 100644 index 00000000000..ca64788000d --- /dev/null +++ b/forge-gui/res/cardsfolder/l/leovold_emissary_of_trest.txt @@ -0,0 +1,9 @@ +Name:Leovold, Emissary of Trest +ManaCost:B G U +Types:Legendary Creature Elf Advisor +PT:3/3 +S:Mode$ Continuous | Affected$ Opponent | AddKeyword$ You can't draw more than one card each turn. | Description$ Each opponent can't draw more than one card each turn. +T:Mode$ BecomesTarget | ValidTarget$ You,Permanent.YouCtrl+inZoneBattlefield | ValidSource$ Card.OppCtrl | TriggerZones$ Battlefield | Execute$ TrigDraw | OptionalDecider$ You | TriggerDescription$ Whenever you or a permanent you control becomes the target of a spell or ability an opponent controls, you may draw a card. +SVar:TrigDraw:DB$Draw | NumCards$ 1 | SpellDescription$ Draw a card. +SVar:Picture:http://www.wizards.com/global/images/magic/general/leovold_emissary_of_trest.jpg +Oracle:Each opponent can't draw more than one card each turn.\nWhenever you or a permanent you control becomes the target of a spell or ability an opponent controls, you may draw a card. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/m/marchesas_decree.txt b/forge-gui/res/cardsfolder/m/marchesas_decree.txt new file mode 100644 index 00000000000..0d983e34a18 --- /dev/null +++ b/forge-gui/res/cardsfolder/m/marchesas_decree.txt @@ -0,0 +1,9 @@ +Name:Marchesa's Decree +ManaCost:3 B +Types:Enchantment +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMonarch | TriggerDescription$ When CARDNAME enters the battlefield, you become the monarch. +SVar:TrigMonarch:DB$ BecomeMonarch | Defined$ You +T:Mode$ Attacks | ValidCard$ Creature.YouDontCtrl | Attacked$ You,Planeswalker.YouCtrl | TriggerZones$ Battlefield | Execute$ TrigLoseLife | TriggerDescription$ Whenever a creature attacks you or a planeswalker you control, that creature's controller loses 1 life. +SVar:TrigLoseLife:AB$ LoseLife | Cost$ 0 | Defined$ TriggeredAttackerController | LifeAmount$ 1 +SVar:Picture:http://www.wizards.com/global/images/magic/general/marchesas_decree.jpg +Oracle:When Marchesa's Decree enters the battlefield, you become the monarch.\nWhenever a creature attacks you or a planeswalker you control, that creature's controller loses 1 life. diff --git a/forge-gui/res/cardsfolder/m/menagerie_liberator.txt b/forge-gui/res/cardsfolder/m/menagerie_liberator.txt new file mode 100644 index 00000000000..4f1f1a6f15f --- /dev/null +++ b/forge-gui/res/cardsfolder/m/menagerie_liberator.txt @@ -0,0 +1,8 @@ +Name:Menagerie Liberator +ManaCost:3 G +Types:Creature Human Warrior +PT:3/2 +K:Trample +K:Melee +SVar:Picture:http://www.wizards.com/global/images/magic/general/menagerie_liberator.jpg +Oracle:Trample\nMelee (Whenever this creature attacks, it gets +1/+1 until end of turn for each opponent you attacked with a creature this combat.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/m/messenger_jays.txt b/forge-gui/res/cardsfolder/m/messenger_jays.txt new file mode 100644 index 00000000000..5f99026944a --- /dev/null +++ b/forge-gui/res/cardsfolder/m/messenger_jays.txt @@ -0,0 +1,14 @@ +Name:Messenger Jays +ManaCost:4 U +Types:Creature Bird +PT:2/1 +K:Flying +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigVote | TriggerDescription$ Council's dilemma - When CARDNAME enters the battlefield, starting with you, each player votes for feather or quill. Put a +1/+1 counter on CARDNAME for each feather vote and draw a card for each quill vote. For each card drawn this way, discard a card. +SVar:TrigVote:AB$ Vote | Cost$ 0 | Defined$ Player | StoreVoteNum$ True | VoteType$ Feather,Quill | SubAbility$ DBVoteFeather +SVar:DBVoteFeather:DB$ PutCounter | Cost$ 0 | Defined$ Self | CounterType$ P1P1 | CounterNum$ VoteNumFeather | SubAbility$ DBVoteQuill +SVar:DBVoteQuill:DB$ Draw | NumCards$ VoteNumQuill | SubAbility$ DBDiscard | RememberDrawn$ True +SVar:DBDiscard:DB$ Discard | Defined$ You | NumCards$ X | Mode$ TgtChoose | References$ X | SubAbility$ DBCleanup +SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True +SVar:X:Remembered$Amount +SVar:Picture:http://www.wizards.com/global/images/magic/general/messenger_jays.jpg +Oracle:Flying\nCouncil's dilemma - When Messenger Jays enters the battlefield, starting with you, each player votes for feather or quill. Put a +1/+1 counter on Messenger Jays for each feather vote and draw a card for each quill vote. For each card drawn this way, discard a card. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/n/natural_unity.txt b/forge-gui/res/cardsfolder/n/natural_unity.txt new file mode 100644 index 00000000000..250245a103f --- /dev/null +++ b/forge-gui/res/cardsfolder/n/natural_unity.txt @@ -0,0 +1,10 @@ +Name:Natural Unity +ManaCost:no cost +Types:Conspiracy +K:Hidden agenda +S:Mode$ Continuous | EffectZone$ Command | Affected$ Creature.NamedCard+YouCtrl | EffectZone$ Battlefield | AddTrigger$ NUCombat | AddSVar$ NUCounter | Description$ Creatures you control with the chosen name have "At the beginning of combat on your turn, you may pay {G}. If you do, put a +1/+1 counter on this creature." +SVar:NUCombat:Mode$ Phase | Phase$ BeginCombat | ValidPlayer$ You | Execute$ NUCounter | TriggerZones$ Battlefield | TriggerDescription$ At the beginning of combat on your turn, you may pay {G}. If you do, put a +1/+1 counter on this creature. +SVar:NUCounter:AB$ PutCounter | Cost$ G | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 +SVar:AgendaLogic:BestCreatureInComputerDeck +SVar:Picture:http://www.wizards.com/global/images/magic/general/natural_unity.jpg +Oracle:Hidden agenda (Start the game with this conspiracy face down in the command zone and secretly name a card. You may turn this conspiracy face up any time and reveal the chosen name.)\nCreatures you control with the chosen name have "At the beginning of combat on your turn, you may pay {G}. If you do, put a +1/+1 counter on this creature." \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/o/orchard_elemental.txt b/forge-gui/res/cardsfolder/o/orchard_elemental.txt new file mode 100644 index 00000000000..66fec59e4ca --- /dev/null +++ b/forge-gui/res/cardsfolder/o/orchard_elemental.txt @@ -0,0 +1,10 @@ +Name:Orchard Elemental +ManaCost:5 G +Types:Creature Elemental +PT:2/2 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigChangeZone | TriggerDescription$ Council's dilemma - When CARDNAME enters the battlefield, starting with you, each player votes for sprout or harvest. Put two +1/+1 counters on CARDNAME for each sprout vote. You gain 3 life for each harvest vote. +SVar:TrigChangeZone:AB$ Vote | Cost$ 0 | Defined$ Player | StoreVoteNum$ True | VoteType$ Sprout,Harvest | SubAbility$ DBVoteSprout +SVar:DBVoteSprout:DB$ PutCounter | Cost$ 0 | Defined$ Self | CounterType$ P1P1 | CounterNum$ VoteNumSprout/Times.2 | SubAbility$ DBVoteHarvest +SVar:DBVoteHarvest:DB$ GainLife | Cost$ 0 | LifeAmount$ VoteNumHarvest/Times.3 | Defined$ You +SVar:Picture:http://www.wizards.com/global/images/magic/general/orchard_elemental.jpg +Oracle:Council's dilemma - When Orchard Elemental enters the battlefield, starting with you, each player votes for sprout or harvest. Put two +1/+1 counters on Orchard Elemental for each sprout vote. You gain 3 life for each harvest vote. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/p/palace_sentinels.txt b/forge-gui/res/cardsfolder/p/palace_sentinels.txt new file mode 100644 index 00000000000..c909c4d3318 --- /dev/null +++ b/forge-gui/res/cardsfolder/p/palace_sentinels.txt @@ -0,0 +1,8 @@ +Name:Palace Sentinels +ManaCost:3 W +Types:Creature Human Soldier +PT:2/4 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMonarch | TriggerDescription$ When CARDNAME enters the battlefield, you become the monarch. +SVar:TrigMonarch:DB$ BecomeMonarch | Defined$ You +SVar:Picture:http://www.wizards.com/global/images/magic/general/palace_sentinels.jpg +Oracle:When Palace Sentinels enters the battlefield, you become the monarch. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/p/protector_of_the_crown.txt b/forge-gui/res/cardsfolder/p/protector_of_the_crown.txt new file mode 100644 index 00000000000..bee1c779e9c --- /dev/null +++ b/forge-gui/res/cardsfolder/p/protector_of_the_crown.txt @@ -0,0 +1,13 @@ +Name:Protector of the Crown +ManaCost:2 W +Types:Creature Human Soldier +PT:1/1 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMonarch | TriggerDescription$ When CARDNAME enters the battlefield, you become the monarch. +SVar:TrigMonarch:DB$ BecomeMonarch | Defined$ You +R:Event$ DamageDone | ActiveZones$ Battlefield | ValidTarget$ You | ReplaceWith$ DmgSelf | IsCombat$ False | Description$ All damage that would be dealt to you is dealt to CARDNAME instead. +R:Event$ DamageDone | ActiveZones$ Battlefield | ValidTarget$ You | ReplaceWith$ DmgSelfCombat | IsCombat$ True | Secondary$ True | Description$ All damage that would be dealt to you is dealt to CARDNAME instead. +SVar:DmgSelf:AB$DealDamage | Cost$ 0 | Defined$ Self | DamageSource$ ReplacedSource | NumDmg$ X | References$ X +SVar:DmgSelfCombat:AB$DealDamage | Cost$ 0 | CombatDamage$ True | Defined$ Self | DamageSource$ ReplacedSource | NumDmg$ X | References$ X +SVar:X:ReplaceCount$DamageAmount +SVar:Picture:http://www.wizards.com/global/images/magic/general/protector_of_the_crown.jpg +Oracle:When Protector of the Crown enters the battlefield, you become the monarch.\nAll damage that would be dealt to you is dealt to Protector of the Crown instead. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/q/queen_marchesa.txt b/forge-gui/res/cardsfolder/q/queen_marchesa.txt new file mode 100644 index 00000000000..3560a889d86 --- /dev/null +++ b/forge-gui/res/cardsfolder/q/queen_marchesa.txt @@ -0,0 +1,12 @@ +Name:Queen Marchesa +ManaCost:1 R W B +Types:Legendary Creature Human Assassin +PT:3/3 +K:Deathtouch +K:Haste +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMonarch | TriggerDescription$ When CARDNAME enters the battlefield, you become the monarch. +SVar:TrigMonarch:DB$ BecomeMonarch | Defined$ You +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Condition$ Opponent.isMonarch | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, if an opponent is the monarch, put a 1/1 black Assassin creature token with deathtouch and haste onto the battlefield. +SVar:TrigToken:AB$ Token | Cost$ 0 | TokenAmount$ 1 | TokenName$ Assassin | TokenTypes$ Creature,Assassin | TokenOwner$ You | TokenColors$ Black | TokenPower$ 1 | TokenToughness$ 1 | TokenImage$ b 1 1 assassin CN2 | TokenKeywords$ Deathtouch<>Haste +SVar:Picture:http://www.wizards.com/global/images/magic/general/queen_marchesa.jpg +Oracle:Deathtouch, haste\nWhen Queen Marchesa enters the battlefield, you become the monarch.\nAt the beginning of your upkeep, if an opponent is the monarch, put a 1/1 black Assassin creature token with deathtouch and haste onto the battlefield. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/r/recruiter_of_the_guard.txt b/forge-gui/res/cardsfolder/r/recruiter_of_the_guard.txt new file mode 100644 index 00000000000..44ffa3af8a8 --- /dev/null +++ b/forge-gui/res/cardsfolder/r/recruiter_of_the_guard.txt @@ -0,0 +1,8 @@ +Name:Recruiter of the Guard +ManaCost:2 W +Types:Creature Human Soldier +PT:1/1 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Creature.Self | OptionalDecider$ You | Execute$ TrigChange | TriggerDescription$ When CARDNAME enters the battlefield, you may search your library for a creature card with toughness 2 or less, reveal it, put it into your hand, then shuffle your library. +SVar:TrigChange:AB$ChangeZone | Cost$ 0 | Origin$ Library | Destination$ Hand | ChangeType$ Creature.toughnessLE2 | ChangeNum$ 1 +SVar:Picture:http://www.wizards.com/global/images/magic/general/recruiter_of_the_guard.jpg +Oracle:When Recruiter of the Guard enters the battlefield, you may search your library for a creature card with toughness 2 or less, reveal it, put it into your hand, then shuffle your library. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/sanctum_prelate.txt b/forge-gui/res/cardsfolder/s/sanctum_prelate.txt new file mode 100644 index 00000000000..692000259ad --- /dev/null +++ b/forge-gui/res/cardsfolder/s/sanctum_prelate.txt @@ -0,0 +1,11 @@ +Name:Sanctum Prelate +ManaCost:1 W W +Types:Creature Human Cleric +PT:2/2 +K:ETBReplacement:Other:ChooseNumber +SVar:ChooseNumber:DB$ ChooseNumber | Defined$ You | SpellDescription$ As CARDNAME enters the battlefield, choose a number. +S:Mode$ CantBeCast | ValidCard$ Card.nonCreature+cmcEQX | References$ X | Description$ Noncreature spells with converted mana cost equal to the chosen number can't be cast. +SVar:X:Number$ChosenNumber +SVar:RemAIDeck:True +SVar:Picture:http://www.wizards.com/global/images/magic/general/sanctum_prelate.jpg +Oracle:As Sanctum Prelate enters the battlefield, choose a number.\nNoncreature spells with converted mana cost equal to the chosen number can't be cast. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/selvalas_stampede.txt b/forge-gui/res/cardsfolder/s/selvalas_stampede.txt new file mode 100644 index 00000000000..e119e92eaff --- /dev/null +++ b/forge-gui/res/cardsfolder/s/selvalas_stampede.txt @@ -0,0 +1,9 @@ +Name:Selvala's Stampede +ManaCost:4 G G +Types:Sorcery +A:SP$ Vote | Cost$ 4 G G | Defined$ Player | StoreVoteNum$ True | VoteType$ Wild,Free | SubAbility$ DBVoteWild | SpellDescription$ Council's dilemma - Starting with you, each player votes for wild or free. Reveal cards from the top of your library until you reveal a creature card for each wild vote. Put those creature cards onto the battlefield, then shuffle the rest into your library. You may put a permanent card from your hand onto the battlefield for each free vote. +SVar:DBVoteWild:DB$ DigUntil | Cost$ 0 | Amount$ VoteNumWild | Valid$ Creature.YouOwn | ValidDescription$ creature | RevealedDestination$ Library | RevealedLibraryPosition$ 0 | FoundDestination$ Battlefield | SubAbility$ DBShuffle +SVar:DBShuffle:DB$ Shuffle | Defined$ You | SubAbility$ DBVoteFree +SVar:DBVoteFree:DB$ ChangeZone | Origin$ Hand | Destination$ Battlefield | ChangeType$ Permanent | ChangeNum$ VoteNumFree +SVar:Picture:http://www.wizards.com/global/images/magic/general/selvalas_stampede.jpg +Oracle:Council's dilemma - Starting with you, each player votes for wild or free. Reveal cards from the top of your library until you reveal a creature card for each wild vote. Put those creature cards onto the battlefield, then shuffle the rest into your library. You may put a permanent card from your hand onto the battlefield for each free vote. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/sinuous_vermin.txt b/forge-gui/res/cardsfolder/s/sinuous_vermin.txt new file mode 100644 index 00000000000..ac1b88c70dd --- /dev/null +++ b/forge-gui/res/cardsfolder/s/sinuous_vermin.txt @@ -0,0 +1,8 @@ +Name:Sinuous Vermin +ManaCost:1 B +Types:Creature Rat Horror +PT:3/3 +K:Monstrosity 3:3 B B +S:Mode$ Continuous | Affected$ Card.Self+IsMonstrous | AddKeyword$ Menace | Description$ As long as CARDNAME is monstrous, it has menace. (It can't be blocked except by two or more creatures.) +SVar:Picture:http://www.wizards.com/global/images/magic/general/sinuous_vermin.jpg +Oracle:{3}{B}{B}: Monstrosity 3. (If this creature isn't monstrous, put three +1/+1 counters on it and it becomes monstrous.)\nAs long as Sinuous Vermin is monstrous, it has menace. (It can't be blocked except by two or more creatures.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/skittering_crustacean.txt b/forge-gui/res/cardsfolder/s/skittering_crustacean.txt new file mode 100644 index 00000000000..0e81cbc93ba --- /dev/null +++ b/forge-gui/res/cardsfolder/s/skittering_crustacean.txt @@ -0,0 +1,8 @@ +Name:Skittering Crustacean +ManaCost:2 U +Types:Creature Crab +PT:2/3 +K:Monstrosity 4:6 U +S:Mode$ Continuous | Affected$ Card.Self+IsMonstrous | AddKeyword$ Hexproof | Description$ As long as CARDNAME is monstrous, it has menace. (It can't be blocked except by two or more creatures.) +SVar:Picture:http://www.wizards.com/global/images/magic/general/skittering_crustacean.jpg +Oracle:{6}{U}: Monstrosity 4. (If this creature isn't monstrous, put four +1/+1 counters on it and it becomes monstrous.)\nAs long as Skittering Crustacean is monstrous, it has hexproof. (It can't be the target of spells or abilities your opponents control.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/skyline_despot.txt b/forge-gui/res/cardsfolder/s/skyline_despot.txt new file mode 100644 index 00000000000..c29aa070fe2 --- /dev/null +++ b/forge-gui/res/cardsfolder/s/skyline_despot.txt @@ -0,0 +1,11 @@ +Name:Skyline Despot +ManaCost:5 R R +Types:Creature Dragon +PT:5/5 +K:Flying +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMonarch | TriggerDescription$ When CARDNAME enters the battlefield, you become the monarch. +SVar:TrigMonarch:DB$ BecomeMonarch | Defined$ You +T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Condition$ You.isMonarch | Execute$ TrigToken | TriggerDescription$ At the beginning of your upkeep, if you are the monarch, put a 5/5 red Dragon creature token with flying onto the battlefield. +SVar:TrigToken:AB$ Token | Cost$ 0 | TokenAmount$ 1 | TokenName$ Dragon | TokenTypes$ Creature,Dragon | TokenOwner$ You | TokenColors$ Red | TokenPower$ 5 | TokenToughness$ 5 | TokenImage$ r 5 5 dragon CN2 | TokenKeywords$ Flying +SVar:Picture:http://www.wizards.com/global/images/magic/general/skyline_despot.jpg +Oracle:Flying\nWhen Skyline Despot enters the battlefield, you become the monarch.\nAt the beginning of your upkeep, if you are the monarch, put a 5/5 red Dragon creature token with flying onto the battlefield. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/spectral_grasp.txt b/forge-gui/res/cardsfolder/s/spectral_grasp.txt new file mode 100644 index 00000000000..c08868d4a80 --- /dev/null +++ b/forge-gui/res/cardsfolder/s/spectral_grasp.txt @@ -0,0 +1,9 @@ +Name:Spectral Grasp +ManaCost:1 W +Types:Enchantment Aura +K:Enchant creature +A:SP$ Attach | Cost$ 1 W | ValidTgts$ Creature | AILogic$ Curse +S:Mode$ CantAttack | ValidCard$ Creature.EnchantedBy | Target$ You,Planeswalker.YouCtrl | Description$ Enchanted creature can't attack you or a planeswalker you control. +S:Mode$ Continuous | Affected$ Creature.EnchantedBy | AddHiddenKeyword$ CantBlock Creature.YouCtrl | Description$ Enchanted creature can't block creatures you control. +SVar:Picture:http://www.wizards.com/global/images/magic/general/spectral_grasp.jpg +Oracle:Enchant creature\nEnchanted creature can't attack you or a planeswalker you control.\nEnchanted creature can't block creatures you control. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/splitting_slime.txt b/forge-gui/res/cardsfolder/s/splitting_slime.txt new file mode 100644 index 00000000000..216dccff16c --- /dev/null +++ b/forge-gui/res/cardsfolder/s/splitting_slime.txt @@ -0,0 +1,9 @@ +Name:Splitting Slime +ManaCost:3 G G +Types:Creature Ooze +PT:3/3 +K:Monstrosity 3:4 G G +T:Mode$ BecomeMonstrous | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigCopy | TriggerDescription$ When CARDNAME becomes monstrous, put a token onto the battlefield that's a copy of Splitting Slime. (The token has no counters and isn't monstrous.) +SVar:TrigCopy:DB$ CopyPermanent | Defined$ Self | NumCopies$ 1 +SVar:Picture:http://www.wizards.com/global/images/magic/general/splitting_slime.jpg +Oracle:{4}{G}{G}: Monstrosity 3. (If this creature isn't monstrous, put three +1/+1 counters on it and it becomes monstrous.)\nWhen Splitting Slime becomes monstrous, put a token onto the battlefield that's a copy of Splitting Slime. (The token has no counters and isn't monstrous.) \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/stunt_double.txt b/forge-gui/res/cardsfolder/s/stunt_double.txt new file mode 100644 index 00000000000..b0bfe1b0095 --- /dev/null +++ b/forge-gui/res/cardsfolder/s/stunt_double.txt @@ -0,0 +1,10 @@ +Name:Stunt Double +ManaCost:3 U +Types:Creature Shapeshifter +PT:0/0 +K:Flash +K:ETBReplacement:Copy:ChooseCreature:Optional +SVar:ChooseCreature:DB$ ChooseCard | Cost$ 0 | Defined$ You | Amount$ 1 | Choices$ Creature.Other | SubAbility$ DBCopy | RememberChosen$ True | AILogic$ Clone | SpellDescription$ You may have CARDNAME enter the battlefield as a copy of any creature on the battlefield. +SVar:DBCopy:DB$ Clone | Defined$ Remembered +SVar:Picture:http://www.wizards.com/global/images/magic/general/stunt_double.jpg +Oracle:Flash\nYou may have Stunt Double enter the battlefield as a copy of any creature on the the battlefield. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/s/subterranean_tremors.txt b/forge-gui/res/cardsfolder/s/subterranean_tremors.txt new file mode 100644 index 00000000000..37aedb41ad6 --- /dev/null +++ b/forge-gui/res/cardsfolder/s/subterranean_tremors.txt @@ -0,0 +1,9 @@ +Name:Subterranean Tremors +ManaCost:X R +Types:Sorcery +A:SP$ DamageAll | Cost$ X R | ValidCards$ Creature.withoutFlying | NumDmg$ X | References$ X | SubAbility$ DBDestroyAll | SpellDescription$ CARDNAME deals X damage to each creature without flying. If X is 4 or more, destroy all artifacts. If X is 8 or more, put an 8/8 red Lizard creature token onto the battlefield. +SVar:DBDestroyAll:DB$DestroyAll | ValidCards$ Artifact | ConditionCheckSVar$ X | References$ X | ConditionSVarCompare$ GE4 | SubAbility$ DBToken +SVar:DBToken:DB$ Token | TokenAmount$ 1 | TokenName$ Lizard | TokenTypes$ Creature,Lizard | TokenOwner$ You | TokenColors$ Red | TokenPower$ 8 | TokenToughness$ 8 | TokenImage$ r 8 8 lizard | ConditionCheckSVar$ X | References$ X | ConditionSVarCompare$ GE8 +SVar:X:Count$xPaid +SVar:Picture:http://www.wizards.com/global/images/magic/general/subterranean_tremors.jpg +Oracle:Subterranean Tremors deals X damage to each creature without flying. If X is 4 or more, destroy all artifacts. If X is 8 or more, put an 8/8 red Lizard creature token onto the battlefield. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/t/thorn_of_the_black_rose.txt b/forge-gui/res/cardsfolder/t/thorn_of_the_black_rose.txt new file mode 100644 index 00000000000..55141c88325 --- /dev/null +++ b/forge-gui/res/cardsfolder/t/thorn_of_the_black_rose.txt @@ -0,0 +1,9 @@ +Name:Thorn of the Black Rose +ManaCost:3 B +Types:Creature Human Assassin +PT:1/3 +K:Deathtouch +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigMonarch | TriggerDescription$ When CARDNAME enters the battlefield, you become the monarch. +SVar:TrigMonarch:DB$ BecomeMonarch | Defined$ You +SVar:Picture:http://www.wizards.com/global/images/magic/general/thorn_of_the_black_rose.jpg +Oracle:Deathtouch (Any amount of damage this deals to a creature is enough to destroy it.)\nWhen Thorn of the Black Rose enters the battlefield, you become the monarch. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/t/throne_of_the_high_city.txt b/forge-gui/res/cardsfolder/t/throne_of_the_high_city.txt new file mode 100644 index 00000000000..62adc5e1e7d --- /dev/null +++ b/forge-gui/res/cardsfolder/t/throne_of_the_high_city.txt @@ -0,0 +1,7 @@ +Name:Throne of the High City +ManaCost:no cost +Types:Land +A:AB$ Mana | Cost$ T | Produced$ C | SpellDescription$ Add {C} to your mana pool. +A:AB$ BecomeMonarch | Cost$ 4 T Sac<1/CARDNAME> | Defined$ You | SpellDescription$ You become the monarch. +SVar:Picture:http://www.wizards.com/global/images/magic/general/throne_of_the_high_city.jpg +Oracle:{T}: Add {C} to your mana pool.\n{4}, {T}, Sacrifice Throne of the High City: You become the monarch. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/t/throne_warden.txt b/forge-gui/res/cardsfolder/t/throne_warden.txt new file mode 100644 index 00000000000..6c9fd3bb53f --- /dev/null +++ b/forge-gui/res/cardsfolder/t/throne_warden.txt @@ -0,0 +1,8 @@ +Name:Throne Warden +ManaCost:1 W +Types:Creature Human Soldier +PT:2/2 +T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | TriggerZones$ Battlefield | Condition$ You.isMonarch | Execute$ TrigPutCounter | TriggerDescription$ At the beginning of your end step, if you're the monarch, put a +1/+1 counter on Throne Warden. +SVar:TrigPutCounter:AB$PutCounter | Cost$ 0 | Defined$ Self | CounterType$ P1P1 | CounterNum$ 1 +SVar:Picture:http://www.wizards.com/global/images/magic/general/throne_warden.jpg +Oracle:At the beginning of your end step, if you're the monarch, put a +1/+1 counter on Throne Warden. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/w/weight_advantage.txt b/forge-gui/res/cardsfolder/w/weight_advantage.txt new file mode 100644 index 00000000000..41794df08ba --- /dev/null +++ b/forge-gui/res/cardsfolder/w/weight_advantage.txt @@ -0,0 +1,6 @@ +Name:Weight Advantage +ManaCost:no cost +Types:Conspiracy +S:Mode$ Continuous | EffectZone$ Command | Affected$ Creature.YouCtrl | AddHiddenKeyword$ CARDNAME assigns combat damage equal to its toughness rather than its power | Description$ Each creature you control assigns combat damage equal to its toughness rather than its power. +SVar:Picture:http://www.wizards.com/global/images/magic/general/weight_advantage.jpg +Oracle:Each creature you control assigns combat damage equal to its toughness rather than its power. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/w/wings_of_the_guard.txt b/forge-gui/res/cardsfolder/w/wings_of_the_guard.txt new file mode 100644 index 00000000000..55f702caac7 --- /dev/null +++ b/forge-gui/res/cardsfolder/w/wings_of_the_guard.txt @@ -0,0 +1,8 @@ +Name:Wings of the Guard +ManaCost:1 W +Types:Creature Bird +PT:1/1 +K:Flying +K:Melee +SVar:Picture:http://www.wizards.com/global/images/magic/general/wings_of_the_guard.jpg +Oracle:Flying\nMelee (Whenever this creature attacks, it gets +1/+1 until end of turn for each opponent you attacked with a creature this combat.) \ No newline at end of file